public abstract class ImageComponentState extends NodeComponentState
| Modifier and Type | Field and Description |
|---|---|
static byte |
GZIP_COMPRESSION
Use GZIP to compress images.
|
static byte |
JPEG_COMPRESSION
Use JPEG compression for images
JPEG compression is currently the default.
|
static byte |
NO_COMPRESSION
Do not compress the images
|
| Constructor and Description |
|---|
ImageComponentState(SymbolTableData symbol,
Controller control) |
addSubReference, readObject, writeObjectbuildGraph, cleanup, getNode, getNodeID, getSymbolpublic static final byte NO_COMPRESSION
public static final byte GZIP_COMPRESSION
public static final byte JPEG_COMPRESSION
public ImageComponentState(SymbolTableData symbol, Controller control)