public final class UnicodeAlphaNamesResource extends ResourceBlock
Unicode alpha names resource
ResourceBlock.ResourceBlockState
ResouceBlockMeSaSignature, ResouceBlockSignature
Constructor and Description |
---|
UnicodeAlphaNamesResource() |
Modifier and Type | Method and Description |
---|---|
String |
getAlphaNames()
Gets or sets the alpha names.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setAlphaNames(String value)
Gets or sets the alpha names.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
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 String getAlphaNames()
Gets or sets the alpha names.
Value: The alpha names.public final void setAlphaNames(String value)
Gets or sets the alpha names.
Value: The alpha names.