public class Lr16Resource extends LayerResource implements com.aspose.imaging_internal.fileformats.psd.layers.layerresources.ILayersSupport
The lr32 resource.
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_TOOL_KEY
The type tool info key.
|
PSB_RESOURCE_SIGNATURE, RESOURCE_SIGNATURE
Constructor and Description |
---|
Lr16Resource(int length)
Initializes a new instance of the
Lr32Resource class. |
Modifier and Type | Method and Description |
---|---|
int |
getKey()
Gets the layer resource key.
|
Layer[] |
getLayers()
Gets or sets the layers.
|
int |
getLength()
Gets the length.
|
int |
getPsdVersion()
Gets the psd version.
|
int |
getSignature()
Gets the signature.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the layer record.
|
void |
setLayers(Layer[] value)
Gets or sets the layers.
|
toString
public static final int TYPE_TOOL_KEY
The type tool info key.
public Lr16Resource(int length)
Initializes a new instance of the Lr32Resource
class.
length
- The length.public int getKey()
Gets the layer resource key.
getKey
in class LayerResource
public Layer[] getLayers()
Gets or sets the layers.
Value: The layers.getLayers
in interface com.aspose.imaging_internal.fileformats.psd.layers.layerresources.ILayersSupport
public void setLayers(Layer[] value)
Gets or sets the layers.
Value: The layers.setLayers
in interface com.aspose.imaging_internal.fileformats.psd.layers.layerresources.ILayersSupport
public int getLength()
Gets the length.
getLength
in class LayerResource
public int getPsdVersion()
Gets the psd version.
getPsdVersion
in class LayerResource
public int getSignature()
Gets the signature.
getSignature
in class LayerResource
public void save(StreamContainer streamContainer, int psdVersion)
Saves the layer record.
save
in class LayerResource
streamContainer
- The stream container.psdVersion
- The psd version.com.aspose.ms.System.NotImplementedException
- Saving of 32 bit channels is not implemented