public class SoLeResource extends SmartObjectResource
Defines the SoLeResource class that contains information about a smart object layer in a PSD file. Is is used to support smart object layers with external file links in the Adobe� Photoshop� images.
| Modifier and Type | Field and Description |
|---|---|
static int |
TypeToolKey
The type tool info key: 'SoLE'.
|
PsbResourceSignature, ResourceSignature| Constructor and Description |
|---|
SoLeResource()
Initializes a new instance of the
SoLeResource class. |
SoLeResource(UUID uniqueId,
boolean isCustom,
boolean hasCompInfo)
Initializes a new instance of the
SoLeResource class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the Sole smart object layer resource key.
|
getAntiAliasPolicy, getComp, getCompId, getCrop, getDurationDenominator, getDurationNumerator, getFrameCount, getFrameStepDenominator, getFrameStepNumerator, getHeight, getItems, getLength, getNonAffineTransformMatrix, getOriginalCompId, getPageNumber, getPlacedId, getPlacedLayerType, getPsdVersion, getResolution, getResolutionUnit, getSignature, getTotalPages, getTransformMatrix, getUniqueId, getWidth, save, setAntiAliasPolicy, setComp, setCompId, setCrop, setDurationDenominator, setDurationNumerator, setFrameCount, setFrameStepDenominator, setFrameStepNumerator, setHeight, setItems, setNonAffineTransformMatrix, setPageNumber, setPlacedId, setPlacedLayerType, setResolution, setResolutionUnit, setTotalPages, setTransformMatrix, setUniqueId, setWidthget_Item, getBottom, getBounds, getHorizontalMeshPoints, getHorizontalMeshPointUnit, getLeft, getPerspective, getPerspectiveOther, getRight, getTop, getUOrder, getValue, getVersion, getVerticalMeshPoints, getVerticalMeshPointUnit, getVOrder, isCustom, setBottom, setBounds, setCustom, setHorizontalMeshPoints, setHorizontalMeshPointUnit, setLeft, setPerspective, setPerspectiveOther, setRight, setTop, setUOrder, setValue, setVersion, setVerticalMeshPoints, setVerticalMeshPointUnit, setVOrdertoStringgetBottom, getBounds, getHorizontalMeshPoints, getHorizontalMeshPointUnit, getLeft, getPerspective, getPerspectiveOther, getRight, getTop, getUOrder, getValue, getVersion, getVerticalMeshPoints, getVerticalMeshPointUnit, getVOrder, isCustom, setBottom, setBounds, setCustom, setHorizontalMeshPoints, setHorizontalMeshPointUnit, setLeft, setPerspective, setPerspectiveOther, setRight, setTop, setUOrder, setValue, setVerticalMeshPoints, setVerticalMeshPointUnit, setVOrderpublic static final int TypeToolKey
The type tool info key: 'SoLE'.
public SoLeResource(UUID uniqueId, boolean isCustom, boolean hasCompInfo)
Initializes a new instance of the SoLeResource class.
uniqueId - The unique identifier of the placed layer data PlLdResource.isCustom - if set to true [is custom].hasCompInfo - if set to true [has comp information].public SoLeResource()
Initializes a new instance of the SoLeResource class.
public int getKey()
Gets the Sole smart object layer resource key.
getKey in class LayerResourceCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.