A C G M P S T V

C

createPolygon(int, double) - Method in class Point2DList
Modifier methods clears the ArrayList and adds the Point2D objects representing the vertices of a regular n-gon of 'radius' r centered at the origin.
createUnitSquare() - Method in class Point2DList
Modifier methods clears the ArrayList and adds the Point2D objects (0,0), (1,0), (1,1), and (0,1)

A C G M P S T V