public final class GlobalAngleResource extends ResourceBlock
Global angle resource
ResourceBlock.ResourceBlockStateResouceBlockMeSaSignature, ResouceBlockSignature| 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, validateValuespublic 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 ResourceBlockpublic int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion in class ResourceBlockpublic final int getGlobalAngle()
Gets or sets the global angle.
Value: The global angle.public final void setGlobalAngle(int value)
Gets or sets the global angle.
Value: The global angle.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.