|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.imaging.fileformats.psd.ResourceBlock
com.aspose.imaging.fileformats.psd.resources.TransparencyIndexResource
public class TransparencyIndexResource
The transparency index resource block.
| Field Summary | |
|---|---|
static int |
RequiredVersion
The required psd version. |
| Constructor Summary | |
|---|---|
TransparencyIndexResource()
Initializes a new instance of the TransparencyIndexResource class. |
|
| Method Summary | |
|---|---|
int |
getDataSize()
Gets the resource data size in bytes. |
int |
getMinimalVersion()
Gets the minimal required psd version. |
short |
getTransparencyIndex()
Gets the transparency color index. |
protected void |
saveData(StreamContainer streamContainer)
Saves the resource block data. |
void |
setTransparencyIndex(short value)
Sets the transparency color index. |
| Methods inherited from class com.aspose.imaging.fileformats.psd.ResourceBlock |
|---|
getID, getName, getSignature, getSize, save, setID, setName, validateValues |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int RequiredVersion
The required psd version.
| Constructor Detail |
|---|
public TransparencyIndexResource()
Initializes a new instance of the TransparencyIndexResource class.
| Method Detail |
|---|
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.
getDataSize in class ResourceBlockpublic int getMinimalVersion()
Gets the minimal required psd version.
Value: The minimal psd version.
getMinimalVersion in class ResourceBlockpublic short getTransparencyIndex()
Gets the transparency color index.
Value: The transparency color index.
protected void saveData(StreamContainer streamContainer)
Saves the resource block data.
saveData in class ResourceBlockstreamContainer - The stream container to save to.public void setTransparencyIndex(short value)
Sets the transparency color index.
Value: The transparency color index.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||