|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmagick.Magick
magick.QuantizeInfo
public class QuantizeInfo
Encapsulation of the QuantizedInfo structure.
Constructor Summary | |
---|---|
QuantizeInfo()
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class magick.Magick |
---|
parseImageGeometry |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuantizeInfo() throws MagickException
MagickException
Method Detail |
---|
protected void finalize()
finalize
in class java.lang.Object
public void init() throws MagickException
MagickException
public void setNumberColors(int value) throws MagickException
value
- new value of number_colors
MagickException
public int getNumberColors() throws MagickException
MagickException
public void setTreeDepth(int value) throws MagickException
value
- new value of tree_depth
MagickException
public int getTreeDepth() throws MagickException
MagickException
public void setDither(int value) throws MagickException
value
- new value of dither
MagickException
public int getDither() throws MagickException
MagickException
public void setColorspace(int value) throws MagickException
value
- new value of colorspace
MagickException
ColorspaceType
public int getColorspace() throws MagickException
MagickException
public void setMeasureError(int value) throws MagickException
value
- new value of measure_error
MagickException
public int getMeasureError() throws MagickException
MagickException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |