public class IntPoint
extends java.lang.Object
Constructor and Description |
---|
IntPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
void |
addTo(java.awt.Polygon p) |
int |
getX() |
int |
getY() |
void |
translate(int deltax,
int deltay) |