|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jcckit.util.Point jcckit.graphic.GraphPoint
Immutable class of a two-dimensional point in the device-independent coordinate system.
Constructor Summary | |
GraphPoint(double[] vector)
Creates an instance for the specified vector. |
|
GraphPoint(double x,
double y)
Creates an instance for the specified coordinates. |
Methods inherited from class jcckit.util.Point |
getX, getY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GraphPoint(double[] vector)
public GraphPoint(double x, double y)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |