public abstract class AdjustmentLayerResource extends LayerResource
Base Class for adjustments layer resources
LayerResource
PSB_RESOURCE_SIGNATURE, RESOURCE_SIGNATURE
Constructor and Description |
---|
AdjustmentLayerResource() |
Modifier and Type | Method and Description |
---|---|
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 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.