javax.media.jai.operator
Class MedianFilterShape

java.lang.Object
  extended by javax.media.jai.EnumeratedParameter
      extended by javax.media.jai.operator.MedianFilterShape
All Implemented Interfaces:
Serializable

public final class MedianFilterShape
extends EnumeratedParameter

Class used to represent the acceptable values of the "maskShape" parameter of the "MedianFilter" operation. Acceptable values for the "maskShape" parameter are defined in the MedianFilterDescriptor by the constants MEDIAN_MASK_SQUARE, MEDIAN_MASK_PLUS, MEDIAN_MASK_X, and MEDIAN_MASK_SQUARE_SEPARABLE.

Since:
JAI 1.1
See Also:
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