|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.CreateOptionsBase
com.aspose.imaging.createoptions.ImageCreateOptions
public abstract class ImageCreateOptions
The image create options.
Constructor Summary | |
---|---|
protected |
ImageCreateOptions()
Initializes a new instance of the ImageCreateOptions class. |
protected |
ImageCreateOptions(ImageCreateOptions imageCreateOptions)
Initializes a new instance of the ImageCreateOptions class. |
Method Summary | |
---|---|
int |
getHeight()
Gets the image height. |
IColorPalette |
getPalette()
Gets the color palette. |
boolean |
getUseCompactPalette()
Gets a value indicating whether compact palette is used. |
int |
getWidth()
Gets the image width. |
void |
setHeight(int value)
Sets the image height. |
void |
setPalette(IColorPalette value)
Sets the color palette. |
void |
setUseCompactPalette(boolean value)
Sets a value indicating whether compact palette is used. |
void |
setWidth(int value)
Sets the image width. |
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 |
---|
protected ImageCreateOptions()
Initializes a new instance of the ImageCreateOptions
class.
protected ImageCreateOptions(ImageCreateOptions imageCreateOptions)
Initializes a new instance of the ImageCreateOptions
class.
imageCreateOptions
- The image create options.Method Detail |
---|
public int getHeight()
Gets the image height.
Value: The image height.
public IColorPalette getPalette()
Gets the color palette.
Value: The color palette.
public boolean getUseCompactPalette()
Gets a value indicating whether compact palette is used.
Value:true
if compact palette is used; otherwise, false
.
public int getWidth()
Gets the image width.
Value: The image width.
public void setHeight(int value)
Sets the image height.
Value: The image height.
public void setPalette(IColorPalette value)
Sets the color palette.
Value: The color palette.
public void setUseCompactPalette(boolean value)
Sets a value indicating whether compact palette is used.
Value:true
if compact palette is used; otherwise, false
.
public void setWidth(int value)
Sets the image width.
Value: The image width.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |