javax.media.jai.operator
Class ColorQuantizerType
java.lang.Object
javax.media.jai.EnumeratedParameter
javax.media.jai.operator.ColorQuantizerType
- All Implemented Interfaces:
- Serializable
public final class ColorQuantizerType
- extends EnumeratedParameter
Class used to represent the acceptable values of the "quantizationAlgorithm"
parameter of the "ColorQuantizer" operation. Acceptable values for the
"quantizationAlgorithm" parameter are defined in the
ColorQuantizerDescriptor
by the constants
MEDIANCUT
,
NEUQUANT
, and
OCTTREE
.
- Since:
- JAI 1.1.2
- See Also:
ColorQuantizerDescriptor
,
Serialized Form