public class PlLdResource extends PlacedResource
Defines the PlLdResource class that contains information about a placed layer in the PSD file. Is is used to support smart object layers in the Adobe® Photoshop® images. It was replaced by SoLdResource in the Adobe® Photoshop® CS3
Modifier and Type | Field and Description |
---|---|
static int |
TypeToolKey
The type tool info key.
|
PsbResourceSignature, ResourceSignature
Constructor and Description |
---|
PlLdResource()
Initializes a new instance of the
PlLdResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getKey()
Gets the PlLd resource key.
|
int |
getLength()
Gets the PlLd resource length in bytes.
|
int |
getPsdVersion()
Gets the minimal psd version required for the PlLd resource.
|
int |
getSignature()
Gets the PlLd resource signature.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the PlLD resource to the specified stream container.
|
get_Item, getAntiAliasPolicy, getBottom, getBounds, getHorizontalMeshPoints, getHorizontalMeshPointUnit, getItems, getLeft, getPageNumber, getPerspective, getPerspectiveOther, getPlacedLayerType, getRight, getTop, getTotalPages, getTransformMatrix, getUniqueId, getUOrder, getValue, getVersion, getVerticalMeshPoints, getVerticalMeshPointUnit, getVOrder, isCustom, setAntiAliasPolicy, setBottom, setBounds, setCustom, setHorizontalMeshPoints, setHorizontalMeshPointUnit, setItems, setLeft, setPageNumber, setPerspective, setPerspectiveOther, setPlacedLayerType, setRight, setTop, setTotalPages, setTransformMatrix, setUniqueId, setUOrder, setValue, setVersion, setVerticalMeshPoints, setVerticalMeshPointUnit, setVOrder
toString
public static final int TypeToolKey
The type tool info key.
public PlLdResource()
Initializes a new instance of the PlLdResource
class.
This default constructor is designed for using by PlLdResourceLoader
.
Use SmartResourceCreator
for creating PlLdResource classes.
public int getSignature()
Gets the PlLd resource signature.
getSignature
in class PlacedResource
public int getKey()
Gets the PlLd resource key.
getKey
in class LayerResource
public int getLength()
Gets the PlLd resource length in bytes.
getLength
in class LayerResource
public int getPsdVersion()
Gets the minimal psd version required for the PlLd resource. 0 indicates no restrictions.
getPsdVersion
in class LayerResource
public void save(StreamContainer streamContainer, int psdVersion)
Saves the PlLD resource to the specified stream container.
save
in class LayerResource
streamContainer
- The stream container to save to.psdVersion
- The PSD version.