Package | Description |
---|---|
com.aspose.imaging.fileformats.psd | |
com.aspose.imaging.fileformats.psd.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 |
TextLayer
The text layer class
|
Modifier and Type | Method and Description |
---|---|
static Layer |
Layer.createInstance_internalized(com.aspose.imaging_internal.fileformats.psd.sections.PsdHeader header,
IColorPalette palette)
Creates the new instance of the
Layer class. |
Modifier and Type | Method and Description |
---|---|
static TextLayer |
TextLayer.createInstance_internalized(Layer layer,
com.aspose.imaging_internal.fileformats.psd.sections.LayerAndMaskInfo layerAndMaskInfo)
Creates the new instance of the
TextLayer class. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.