public class Point extends AbstractPosition
x, y
Constructor and Description |
---|
Point() |
Point(java.lang.Double x,
java.lang.Double y) |
Point(Point point) |
Modifier and Type | Method and Description |
---|---|
Point |
add(Point p) |
Point |
clone() |
Point |
scale(double scale) |
equals, getX, getY, hashCode, isSetX, isSetY, setX, setY, toString
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
finalize, getClass, notify, notifyAll, wait, wait, wait
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
public Point()
public Point(java.lang.Double x, java.lang.Double y)
x
- y
- public Point(Point point)
point
-