A C G M P S T V

A

add(Matrix2D) - Method in class Matrix2D
Constructs and returns a new Matrix2D object consisting of the sum of the elements in the same corresponding position
add(Transform2D) - Method in class Transform2D
Returns the sum of the matrix elements of this Transform2D object (augend) and the parameter (addend) by calling Matrix2D's add method.
addPoint(Point2D) - Method in class Point2DList
Modifier method appends a Point2D object onto the end of the ArrayList of Point2D objects
applyTransform(Transform2D) - Method in class Point2DList
Modifier method applies the Transform2D matrix supplied by the parameter to each of the Point2D objects maintained in the ArrayList.

A C G M P S T V