public class QuantizeInfo extends Magick
| Constructor | Description |
|---|---|
QuantizeInfo() |
Constructor.
|
| Modifier and Type | Method | 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.
|
parseImageGeometrypublic QuantizeInfo()
throws MagickException
MagickExceptionprotected void finalize()
finalize in class java.lang.Objectpublic void init()
throws MagickException
MagickExceptionpublic void setNumberColors(int value)
throws MagickException
value - new value of number_colorsMagickExceptionpublic int getNumberColors()
throws MagickException
MagickExceptionpublic void setTreeDepth(int value)
throws MagickException
value - new value of tree_depthMagickExceptionpublic int getTreeDepth()
throws MagickException
MagickExceptionpublic void setDither(int value)
throws MagickException
value - new value of ditherMagickExceptionpublic int getDither()
throws MagickException
MagickExceptionpublic void setColorspace(int value)
throws MagickException
value - new value of colorspaceMagickExceptionColorspaceTypepublic int getColorspace()
throws MagickException
MagickExceptionpublic void setMeasureError(int value)
throws MagickException
value - new value of measure_errorMagickExceptionpublic int getMeasureError()
throws MagickException
MagickException