Example usage for Java android.graphics Point fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(int x, int y) Returns true if the point's coordinates equal (x,y) |
void | offset(int dx, int dy) Offset the point's coordinates by dx, dy |
void | set(int x, int y) Set the point's x and y coordinates |
String | toString() |