@Deprecated public class CartesianPoint extends Object
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Constructor | Description |
---|---|
CartesianPoint(int x,
int y) |
Deprecated.
|
Modifier and Type | Method | 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)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.