javax.media.jai.operator
Class MinFilterShape
java.lang.Object
javax.media.jai.EnumeratedParameter
javax.media.jai.operator.MinFilterShape
- All Implemented Interfaces:
- Serializable
public final class MinFilterShape
- extends EnumeratedParameter
Class used to represent the acceptable values of the "maskShape"
parameter of the "MinFilter" operation. Acceptable values for the
"maskShape" parameter are defined in the MinFilterDescriptor
by the constants MIN_MASK_SQUARE
, MIN_MASK_PLUS
,
MIN_MASK_X
, and
MIN_MASK_SQUARE_SEPARABLE
.
- Since:
- JAI 1.1
- See Also:
- Serialized Form