javax.media.jai.operator
Class ColorQuantizerType

java.lang.Object
  extended by javax.media.jai.EnumeratedParameter
      extended by 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

Method Summary
 
Methods inherited from class javax.media.jai.EnumeratedParameter
equals, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait