public final class LayerGroupInformationResource extends ResourceBlock
Layer group information resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
LayerGroupInformationResource()
Initializes a new instance of the
ResolutionInfoResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
short[] |
getGroups()
Gets or sets the groups.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setGroups(short[] value)
Gets or sets the groups.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public LayerGroupInformationResource()
Initializes a new instance of the ResolutionInfoResource
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[] getGroups()
Gets or sets the groups.
Value: The groups.public void setGroups(short[] value)
Gets or sets the groups.
Value: The groups.