public final class GlobalAngleResource extends ResourceBlock
Global angle resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
GlobalAngleResource()
Initializes a new instance of the
GlobalAngleResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getGlobalAngle()
Gets or sets the global angle.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setGlobalAngle(int value)
Gets or sets the global angle.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public GlobalAngleResource()
Initializes a new instance of the GlobalAngleResource
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 int getGlobalAngle()
Gets or sets the global angle.
Value: The global angle.public void setGlobalAngle(int value)
Gets or sets the global angle.
Value: The global angle.