public class VmskResource extends VectorPathDataResource
Class VmskResource. This resource contains information about vector layer mask
VectorPathDataResource
,
LayerResource
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_TOOL_KEY
The type tool info key.
|
PSB_RESOURCE_SIGNATURE, RESOURCE_SIGNATURE
Constructor and Description |
---|
VmskResource(byte[] data)
Initializes a new instance of the
VmskResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getKey()
Gets the layer resource key.
|
getLength, getPaths, getPsdVersion, getSignature, getVersion, isDisabled, isInverted, isNotLinked, save, setDisabled, setInverted, setNotLinked, setPaths, setVersion
toString
public static final int TYPE_TOOL_KEY
The type tool info key.
public VmskResource(byte[] data)
Initializes a new instance of the VmskResource
class.
data
- The resource data.PsdImageArgumentException
- Invalid Vmsk Resource valuepublic int getKey()
Gets the layer resource key.
getKey
in class LayerResource