public class QuantizeInfo extends Magick
| Constructor and Description |
|---|
QuantizeInfo()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Automated destructor.
|
int |
getColorspace()
Return the value of color_space field in the QuantizInfo structure.
|
int |
getDither()
Return the value of dither field in the QuantizInfo structure.
|
int |
getMeasureError()
Return the value of measure_error field in the QuantizInfo structure.
|
int |
getNumberColors()
Return the value of number_colors field in the QuantizInfo structure.
|
int |
getTreeDepth()
Return the value of tree_depth field in the QuantizInfo structure.
|
void |
init()
Initialise the QuantizeInfo structure.
|
void |
setColorspace(int value)
Set the value of colorspace field in the QuantizeInfo structure.
|
void |
setDither(int value)
Set the value of dither field in the QuantizeInfo structure.
|
void |
setMeasureError(int value)
Set the value of measure_error field in the QuantizeInfo structure.
|
void |
setNumberColors(int value)
Set the value of number_colors field in the QuantizeInfo structure.
|
void |
setTreeDepth(int value)
Set the value of tree_depth field in the QuantizeInfo structure.
|
parseImageGeometry, queryFontspublic QuantizeInfo()
throws MagickException
MagickException - on errorprotected void finalize()
finalize in class java.lang.Objectpublic void init()
throws MagickException
MagickException - on errorpublic void setNumberColors(int value)
throws MagickException
value - new value of number_colorsMagickException - on errorpublic int getNumberColors()
throws MagickException
MagickException - on errorpublic void setTreeDepth(int value)
throws MagickException
value - new value of tree_depthMagickException - on errorpublic int getTreeDepth()
throws MagickException
MagickException - on errorpublic void setDither(int value)
throws MagickException
value - new value of ditherMagickException - on errorpublic int getDither()
throws MagickException
MagickException - on errorpublic void setColorspace(int value)
throws MagickException
value - new value of colorspaceMagickException - on errorColorspaceTypepublic int getColorspace()
throws MagickException
MagickException - on errorpublic void setMeasureError(int value)
throws MagickException
value - new value of measure_errorMagickException - on errorpublic int getMeasureError()
throws MagickException
MagickException - on error