public class CustResource extends LayerResource
Class CustResource. This resource contains information about blending of clipped element.
LayerResource| Modifier and Type | Field and Description |
|---|---|
static int |
TypeToolKey
The type tool info key.
|
PsbResourceSignature, ResourceSignature| Constructor and Description |
|---|
CustResource()
Initializes a new instance of the
CustResource class. |
CustResource(byte[] data)
Initializes a new instance of the
CustResource class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the layer resource key.
|
Date |
getLayerCreatedDateTime()
Gets or sets the layer created date.
|
int |
getLength()
Gets the layer resource length in bytes.
|
int |
getPsdVersion()
Gets the psd version.
|
int |
getSignature()
Gets the signature.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the resource to the specified stream container.
|
void |
setLayerCreatedDateTime(Date value)
Gets or sets the layer created date.
|
toStringpublic static final int TypeToolKey
The type tool info key.
public CustResource()
Initializes a new instance of the CustResource class.
public CustResource(byte[] data)
Initializes a new instance of the CustResource class.
data - The data of the resource.public final Date getLayerCreatedDateTime()
Gets or sets the layer created date.
Value: The layer created date.public final void setLayerCreatedDateTime(Date value)
Gets or sets the layer created date.
Value: The layer created date.public int getKey()
Gets the layer resource key.
getKey in class LayerResourcepublic int getSignature()
Gets the signature.
getSignature in class LayerResourcepublic int getLength()
Gets the layer resource length in bytes.
getLength in class LayerResourcepublic int getPsdVersion()
Gets the psd version.
getPsdVersion in class LayerResourcepublic void save(StreamContainer streamContainer, int psdVersion)
Saves the resource to the specified stream container.
save in class LayerResourcestreamContainer - The stream container to save to.psdVersion - The PSD version.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.