public final class ColorHalftoneInformationResource extends ResourceBlock
Halftoning resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
ColorHalftoneInformationResource()
Initializes a new instance of the
ColorHalftoneInformationResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
byte[] |
getHalftoneData()
Gets or sets the halftone data.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setHalftoneData(byte[] value)
Gets or sets the halftone data.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public ColorHalftoneInformationResource()
Initializes a new instance of the ColorHalftoneInformationResource
class.
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize
in class ResourceBlock
public int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion
in class ResourceBlock
public byte[] getHalftoneData()
Gets or sets the halftone data.
Value: The halftone data.public void setHalftoneData(byte[] value)
Gets or sets the halftone data.
Value: The halftone data.