A C G M P S T V

T

toString() - Method in class Matrix2D
Returns a beautiful, 2-dimensional, tab-delimited String rendering an image of the Matrix2D object
toString() - Method in class Point2D
Composes and returns meaningful string representation of the ordered pair
toString() - Method in class Point2DList
Returns a String developed, in part, by calling upon Point2D's toString() method
toString() - Method in class Transform2D
Relays a call to Matrix2D.toString() back to the client
Transform2D - Class in <Unnamed>
Transform2D wraps a Matrix2D object and provides, an enumerated type to assist with the construction process a variety of constructors modifier methods for setting various transforms matrix add, subtract, and multiply methods
Transform2D() - Constructor for class Transform2D
Constructs a Transform2D object encapsulating the ZERO matrix.
Transform2D(Transform2D.Type) - Constructor for class Transform2D
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
Transform2D(Matrix2D) - Constructor for class Transform2D
Constructs a Transform2D object by duplicating the elements of the Matrix2D parameter
Transform2D(Transform2D) - Constructor for class Transform2D
Constructs a Transform2D object by duplicating the elements of the Matrix2D object encapsulated by the Transform2D parameter
Transform2D.Type - Enum in <Unnamed>
ZERO can be used to construct a Transform2D object defining the zero matrix.

A C G M P S T V