public final class LayerSelectionIdsResource extends ResourceBlock
Layer selection ids resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
LayerSelectionIdsResource()
Initializes a new instance of the
LayerSelectionIdsResource class. |
Modifier and Type | Method and Description |
---|---|
short |
getCount()
Gets or sets the count.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int[] |
getLayerIds()
Gets or sets the layer ids.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setCount(short value)
Gets or sets the count.
|
void |
setLayerIds(int[] value)
Gets or sets the layer ids.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public LayerSelectionIdsResource()
Initializes a new instance of the LayerSelectionIdsResource
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 short getCount()
Gets or sets the count.
Value: The count.public void setCount(short value)
Gets or sets the count.
Value: The count.public int[] getLayerIds()
Gets or sets the layer ids.
Value: The layer ids.public void setLayerIds(int[] value)
Gets or sets the layer ids.
Value: The layer ids.