Uses of Class
Transform2D.Type

Uses of Transform2D.Type in <Unnamed>
 

Methods in <Unnamed> that return Transform2D.Type
static Transform2D.Type Transform2D.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Transform2D.Type[] Transform2D.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in <Unnamed> with parameters of type Transform2D.Type
Transform2D(Transform2D.Type kind)
          Constructs a Transform2D object encapsulating either, ZERO - a Matrix2D whose elements are all 0s IDENTITY - a Matrix2D object consisting of 1s on the principal diagonal and 0s elsewhere