public abstract class BooleanResource extends LayerResource
Class BooleanResource. It's pseudo resource. Photoshop haven't it
LayerResourcePsbResourceSignature, ResourceSignature| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Gets the layer resource length in bytes.
|
int |
getPsdVersion()
Gets the psd version.
|
int |
getSignature()
Gets the signature.
|
boolean |
getValue()
Gets or sets a value indicating whether value
BooleanResource is true or false |
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the specified stream container.
|
void |
setValue(boolean value)
Gets or sets a value indicating whether value
BooleanResource is true or false |
getKey, toStringpublic int getSignature()
Gets the signature.
getSignature in class LayerResourcepublic int getLength()
Gets the layer resource length in bytes.
getLength in class LayerResourcepublic int getPsdVersion()
Gets the psd version.
getPsdVersion in class LayerResourcepublic final boolean getValue()
Gets or sets a value indicating whether value BooleanResource is true or false
true if value is true; otherwise, false.public final void setValue(boolean value)
Gets or sets a value indicating whether value BooleanResource is true or false
true if value is true; otherwise, false.public void save(StreamContainer streamContainer, int psdVersion)
Saves the specified stream container.
save in class LayerResourcestreamContainer - The stream container.psdVersion - The PSD version.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.