public final class LayerSelectionIdsResource extends ResourceBlock
Layer selection ids resource
ResourceBlock.ResourceBlockStateRESOUCE_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, validateValuespublic 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 ResourceBlockpublic int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion in class ResourceBlockpublic 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.