Modifier and Type | Method and Description |
---|---|
Point |
cache()
Put the Point back in the cache.
|
boolean |
equals(Object other)
Returns if this object is considered equal to the other object.
|
static Point |
getCached(int x,
int y) |
void |
move(int toX,
int toY) |
Point |
set(int x,
int y) |
Point |
set(Point r) |
Point |
set(Rect r) |
String |
toString()
Return a String representation of this object.
|
void |
translate(int dx,
int dy) |
static Point |
unNull(Point r) |
public void move(int toX, int toY)
public void translate(int dx, int dy)
public String toString()
Object
public Point set(int x, int y)
public boolean equals(Object other)
Object
public static Point getCached(int x, int y)
public Point cache()