public final class QuickMaskInformationResource extends ResourceBlock
Quick mask information resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
QuickMaskInformationResource()
Initializes a new instance of the
QuickMaskInformationResource class. |
Modifier and Type | Method and Description |
---|---|
short |
getChannelId()
Gets or sets the channel identifier.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
boolean |
isMaskEmpty()
Gets or sets a value indicating whether this instance is mask empty.
|
void |
setChannelId(short value)
Gets or sets the channel identifier.
|
void |
setMaskEmpty(boolean value)
Gets or sets a value indicating whether this instance is mask empty.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public QuickMaskInformationResource()
Initializes a new instance of the QuickMaskInformationResource
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 getChannelId()
Gets or sets the channel identifier.
Value: The channel identifier.public void setChannelId(short value)
Gets or sets the channel identifier.
Value: The channel identifier.public boolean isMaskEmpty()
Gets or sets a value indicating whether this instance is mask empty.
Value:true
if this instance is mask empty; otherwise, false
.public void setMaskEmpty(boolean value)
Gets or sets a value indicating whether this instance is mask empty.
Value:true
if this instance is mask empty; otherwise, false
.