public abstract class ImageOptionsBase
extends java.lang.Object
The image base options.
Modifier | Constructor and Description |
---|---|
protected |
ImageOptionsBase()
Initializes a new instance of the
ImageOptionsBase class. |
protected |
ImageOptionsBase(ImageOptionsBase imageOptions)
Initializes a new instance of the
ImageOptionsBase class. |
Modifier and Type | Method and Description |
---|---|
IColorPalette |
getPalette()
Gets the color palette.
|
Source |
getSource()
Gets the source to create image in.
|
boolean |
getUseCompactPalette()
Gets a value indicating whether compact palette is used.
|
void |
setPalette(IColorPalette value)
Sets the color palette.
|
void |
setSource(Source value)
Sets the source to create image in.
|
void |
setUseCompactPalette(boolean value)
Sets a value indicating whether compact palette is used.
|
protected ImageOptionsBase()
Initializes a new instance of the ImageOptionsBase
class.
protected ImageOptionsBase(ImageOptionsBase imageOptions)
Initializes a new instance of the ImageOptionsBase
class.
imageOptions
- The image options.public IColorPalette getPalette()
Gets the color palette.
Value: The color palette.public Source getSource()
Gets the source to create image in.
Value: The source to create image in.public boolean getUseCompactPalette()
Gets a value indicating whether compact palette is used.
Value:true
if compact palette is used; otherwise, false
.public void setPalette(IColorPalette value)
Sets the color palette.
Value: The color palette.public void setSource(Source value)
Sets the source to create image in.
Value: The source to create image in.public void setUseCompactPalette(boolean value)
Sets a value indicating whether compact palette is used.
Value:true
if compact palette is used; otherwise, false
.