public final class LayerStateInformationResource extends ResourceBlock
Layer state information resource
ResourceBlock.ResourceBlockState
ResouceBlockMeSaSignature, ResouceBlockSignature
Constructor and Description |
---|
LayerStateInformationResource()
Initializes a new instance of the
LayerStateInformationResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
short |
getLayerIndex()
Gets or sets the index of the layer.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setLayerIndex(short value)
Gets or sets the index of the layer.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public LayerStateInformationResource()
Initializes a new instance of the LayerStateInformationResource
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 final short getLayerIndex()
Gets or sets the index of the layer.
Value: The index of the layer.public final void setLayerIndex(short value)
Gets or sets the index of the layer.
Value: The index of the layer.