|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.SaveOptionsBase
com.aspose.imaging.saveoptions.PsdSaveOptions
public final class PsdSaveOptions
The psd file format save options.
Constructor Summary | |
---|---|
PsdSaveOptions()
|
Method Summary | |
---|---|
short |
getChannelBitsCount()
Gets the bits count per color channel. |
short |
getChannelsCount()
Gets the color channels count. |
short |
getColorMode()
Gets the psd color mode. |
short |
getCompressionMethod()
Gets the psd compression method. |
ResourceBlock[] |
getResources()
Gets the psd resources. |
int |
getVersion()
Gets the psd file version. |
void |
setChannelBitsCount(short value)
Sets the bits count per color channel. |
void |
setChannelsCount(short value)
Sets the color channels count. |
void |
setColorMode(short value)
Sets the psd color mode. |
void |
setCompressionMethod(short value)
Sets the psd compression method. |
void |
setResources(ResourceBlock[] value)
Sets the psd resources. |
void |
setVersion(int value)
Sets the psd file version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PsdSaveOptions()
Method Detail |
---|
public short getChannelBitsCount()
Gets the bits count per color channel.
Value: The bits count per color channel.
public short getChannelsCount()
Gets the color channels count.
Value: The color channels count.
public short getColorMode()
Gets the psd color mode.
Value: The color mode.
public short getCompressionMethod()
Gets the psd compression method.
Value: The compression method.
public ResourceBlock[] getResources()
Gets the psd resources.
Value: The psd resources.
public int getVersion()
Gets the psd file version.
Value: The psd file version.
public void setChannelBitsCount(short value)
Sets the bits count per color channel.
Value: The bits count per color channel.
public void setChannelsCount(short value)
Sets the color channels count.
Value: The color channels count.
public void setColorMode(short value)
Sets the psd color mode.
Value: The color mode.
public void setCompressionMethod(short value)
Sets the psd compression method.
Value: The compression method.
public void setResources(ResourceBlock[] value)
Sets the psd resources.
Value: The psd resources.
public void setVersion(int value)
Sets the psd file version.
Value: The psd file version.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |