Class QPoint<T>
java.lang.Object
VASSAL.tools.qtree.QPoint<T>
- All Implemented Interfaces:
Comparable<QPoint<T>>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
QPoint
Creates a new point object.
-
-
Method Details
-
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y) -
getValue
-
setValue
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T>
-