public class Point
extends android.graphics.Point
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Point.Double |
Constructor and Description |
---|
Point() |
Point(int ax,
int ay) |
Point(Point point) |
Modifier and Type | Method and Description |
---|---|
int |
getX() |
int |
getY() |
void |
set(Point p) |