public class SoLdResource extends SmartObjectResource
Defines the SoLdResource class that contains information about a smart object layer in a PSD file. Is is used to support smart object layers in the Adobe® Photoshop® images.
| Modifier and Type | Field and Description |
|---|---|
static int |
TypeToolKey
The type tool info key: 'SoLd'.
|
PsbResourceSignature, ResourceSignature| Constructor and Description |
|---|
SoLdResource()
Initializes a new instance of the
SoLdResource class. |
SoLdResource(UUID uniqueId,
boolean isCustom,
boolean hasCompInfo)
Initializes a new instance of the
SoLdResource class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the SoLd 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: 'SoLd'.
public SoLdResource(UUID uniqueId, boolean isCustom, boolean hasCompInfo)
Initializes a new instance of the SoLdResource class.
It is necessary to set Items property or call InitializeItems() to get a ready instance.
This constructor is designed for using by SmartResourceCreator
and in unit tests.
Use SmartResourceCreator for creating SoLdResource classes.
uniqueId - The unique identifier of the smart object layer data SoLdResource.isCustom - if set to true [is custom].hasCompInfo - if set to true [has comp information].public SoLdResource()
Initializes a new instance of the SoLdResource class.
This default constructor is designed for using by SoLdResourceLoader.
Use SmartResourceCreator for creating SoLdResource classes.
public int getKey()
Gets the SoLd smart object layer resource key.
getKey in class LayerResourceCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.