@Deprecated public class CartesianPoint extends Object
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Constructor and Description |
---|
CartesianPoint(int x,
int y)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
getX()
Deprecated.
|
int |
getY()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
CartesianPoint |
translate(int deltaX,
int deltaY)
Deprecated.
Return a new point translated in the x and y dimensions
|
public int getX()
public int getY()
public CartesianPoint translate(int deltaX, int deltaY)