javax.media.jai.operator
Class TransposeType
java.lang.Object
|
+--javax.media.jai.EnumeratedParameter
|
+--javax.media.jai.operator.TransposeType
- All Implemented Interfaces:
- Serializable
- public final class TransposeType
- extends EnumeratedParameter
Class used to represent the acceptable values of the "type"
parameter of the "Transpose" operation. Acceptable values for the
"type" parameter are defined in the TransposeDescriptor
by the constants FLIP_VERTICAL
, FLIP_HORIZONTAL
,
FLIP_DIAGONAL
, FLIP_ANTIDIAGONAL
,
ROTATE_90
, ROTATE_180
, and
ROTATE_270
.
- Since:
- JAI 1.1
- See Also:
- Serialized Form