| Modifier and Type | Method and Description |
|---|---|
Layer |
PsdImage.addRegularLayer()
Adds a new regular layer.
|
Layer |
PsdImage.getActiveLayer()
Gets or sets the active layer.
|
Layer[] |
PsdImage.getLayers()
Gets or sets the PSD layers.
|
Layer |
PsdImage.mergeLayers(Layer bottomLayer,
Layer topLayer)
Merges the layers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsdImage.addLayer(Layer layer)
Adds the layer.
|
SmartObjectLayer |
SmartObjectProvider.convertToSmartObject(Layer[] layers)
Converts layers to an embedded smart object.
|
Layer |
PsdImage.mergeLayers(Layer bottomLayer,
Layer topLayer)
Merges the layers.
|
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 |
SectionDividerLayer
The section divider layer to mark the bounds of the folder (layer group).
|
class |
TextLayer
The text layer class
|
| Modifier and Type | Method and Description |
|---|---|
Layer[] |
LayerGroup.getLayers()
Gets the layers in layer group
|
Layer[] |
LinkedLayersManager.getLayersByLinkGroupId(short linkGroupId)
Gets layers by link group id.
|
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.
|
void |
LayerGroup.addLayer(Layer layer,
int index)
Adds the layer to the layer group.
|
short |
LinkedLayersManager.getLinkGroupId(Layer layer)
Gets the link group ID associated with the layer.
|
short |
LinkedLayersManager.linkLayers(Layer[] layers)
Links the input layers and return LingGroupId.
|
void |
Layer.mergeLayerTo(Layer layerToMergeInto)
Merges the layer to specified layer
|
void |
LinkedLayersManager.unlinkLayer(Layer layer)
Unlinks the layer..
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdjustmentLayer
Adjustment layer.
|
class |
BlackWhiteAdjustmentLayer
The Black and White adjustment layer class.
|
class |
BrightnessContrastLayer
Brightness/contrast layer.
|
class |
ChannelMixerLayer
Channel Mixer Adjustment layer.
|
class |
CmykChannelMixerLayer
Cmyk Channel Mixer Adjustment layer.
|
class |
ColorBalanceAdjustmentLayer
The color balance adjustment layer class.
|
class |
CurvesLayer
Curves Adjustment Layer
|
class |
ExposureLayer
Exposure Adjustment layer.
|
class |
HueSaturationLayer
HueSaturation adjustment layer.
|
class |
InvertAdjustmentLayer
The invert adjustment layer class.
|
class |
LevelsLayer
Levels Adjustment Layer
|
class |
PhotoFilterLayer
PhotoFilter adjustment layer.
|
class |
RgbChannelMixerLayer
Rgb Channel Mixer Adjustment layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdjustmentLayer.mergeLayerTo(Layer layerToMergeInto)
Merges the layer to specified layer
|
| Modifier and Type | Class and Description |
|---|---|
class |
FillLayer
Fill layer.
|
| Modifier and Type | Method and Description |
|---|---|
Layer[] |
Lr32Resource.getLayers()
Gets or sets the layers.
|
Layer[] |
Lr16Resource.getLayers()
Gets or sets the layers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lr32Resource.setLayers(Layer[] value)
Gets or sets the layers.
|
void |
Lr16Resource.setLayers(Layer[] value)
Gets or sets the layers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SmartObjectLayer
Defines the SmartObjectLayer class that contains embedded in the PSD file or linked smart object in the external file.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.