public abstract class AdjustmentLayerResource extends LayerResource
Base Class for adjustments layer resources
LayerResourcePsbResourceSignature, 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, toStringpublic int getSignature()
Gets the signature.
getSignature in class LayerResourcepublic 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 LayerResourcestreamContainer - The stream container to save to.psdVersion - The PSD version.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.