javax.media.jai.operator
Class TransposeType

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

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