com.aspose.imaging.createoptions
Class PsdCreateOptions

java.lang.Object
  extended by com.aspose.imaging.CreateOptionsBase
      extended by com.aspose.imaging.createoptions.ImageCreateOptions
          extended by com.aspose.imaging.createoptions.PsdCreateOptions

public class PsdCreateOptions
extends ImageCreateOptions

The psd file format create options.


Constructor Summary
PsdCreateOptions()
           
 
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 com.aspose.imaging.createoptions.ImageCreateOptions
getHeight, getPalette, getUseCompactPalette, getWidth, setHeight, setPalette, setUseCompactPalette, setWidth
 
Methods inherited from class com.aspose.imaging.CreateOptionsBase
getSource, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsdCreateOptions

public PsdCreateOptions()
Method Detail

getChannelBitsCount

public short getChannelBitsCount()

Gets the bits count per color channel.

Value: The bits count per color channel.


getChannelsCount

public short getChannelsCount()

Gets the color channels count.

Value: The color channels count.


getColorMode

public short getColorMode()

Gets the psd color mode.

Value: The color mode.


getCompressionMethod

public short getCompressionMethod()

Gets the psd compression method.

Value: The compression method.


getResources

public ResourceBlock[] getResources()

Gets the psd resources.

Value: The psd resources.


getVersion

public int getVersion()

Gets the psd file version.

Value: The psd file version.


setChannelBitsCount

public void setChannelBitsCount(short value)

Sets the bits count per color channel.

Value: The bits count per color channel.


setChannelsCount

public void setChannelsCount(short value)

Sets the color channels count.

Value: The color channels count.


setColorMode

public void setColorMode(short value)

Sets the psd color mode.

Value: The color mode.


setCompressionMethod

public void setCompressionMethod(short value)

Sets the psd compression method.

Value: The compression method.


setResources

public void setResources(ResourceBlock[] value)

Sets the psd resources.

Value: The psd resources.


setVersion

public void setVersion(int value)

Sets the psd file version.

Value: The psd file version.