|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Point2D in <Unnamed> |
|---|
| Methods in <Unnamed> that return types with arguments of type Point2D | |
|---|---|
java.util.ArrayList<Point2D> |
Point2DList.getPoints()
Accessor method called to retrieve the ArrayList<Point2D> containing the data |
| Methods in <Unnamed> with parameters of type Point2D | |
|---|---|
void |
Point2DList.addPoint(Point2D p)
Modifier method appends a Point2D object onto the end of the ArrayList of Point2D objects |
void |
Point2D.setCoordinates(Point2D other)
Modifier methood that sets coordinates of this object to the same as the Point2D parameter |
void |
Transform2D.setTranslation(Point2D p)
Modifier method that sets the matrix transform to 1 0 p.x / 0 1 p.y / 0 0 1 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||