Package | Description |
---|---|
com.aspose.imaging.fileformats.psd |
The package handles Psd file format processing.
|
com.aspose.imaging.fileformats.psd.layers |
The package contains PSD file format layers.
|
com.aspose.imaging.fileformats.psd.layers.layerresources |
The package contains PSD file format entities contained in layers.
|
Modifier and Type | Method and Description |
---|---|
Layer |
PsdImage.getActiveLayer()
Gets or sets the active layer.
|
Layer[] |
PsdImage.getLayers()
Gets or sets the PSD layers.
|
Modifier and Type | Method and Description |
---|---|
void |
PsdImage.setActiveLayer(Layer value)
Gets or sets the active layer.
|
void |
PsdImage.setLayers(Layer[] value)
Gets or sets the PSD layers.
|
Modifier and Type | Class and Description |
---|---|
class |
LayerGroup
Group layer class
|
class |
TextLayer
The text layer class
|
Modifier and Type | Method and Description |
---|---|
Layer[] |
LayerGroup.getLayers()
The layers in layer group
|
Layer |
Layer.shallowCopy()
Creates a shallow copy of the current Layer.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerGroup.addLayer(Layer layer)
Adds the layer to the layer group.
|
Modifier and Type | Method and Description |
---|---|
Layer[] |
Lr16Resource.getLayers()
Gets or sets the layers.
|
Layer[] |
Lr32Resource.getLayers()
Gets or sets the layers.
|
Modifier and Type | Method and Description |
---|---|
void |
Lr16Resource.setLayers(Layer[] value)
Gets or sets the layers.
|
void |
Lr32Resource.setLayers(Layer[] value)
Gets or sets the layers.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.