public abstract class AdjustmentLayerResource extends LayerResource
Base Class for adjustments layer resources
LayerResource
PsbResourceSignature, ResourceSignature
Constructor and Description |
---|
AdjustmentLayerResource() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets or sets the data.
|
int |
getSignature()
Gets the signature.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the resource to the specified stream container.
|
getKey, getLength, getPsdVersion, toString
public int getSignature()
Gets the signature.
getSignature
in class LayerResource
public final byte[] getData()
Gets or sets the data.
Value: The data.public void save(StreamContainer streamContainer, int psdVersion)
Saves the resource to the specified stream container.
save
in class LayerResource
streamContainer
- The stream container to save to.psdVersion
- The PSD version.