|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.awt.geom.Point2D
java.awt.geom.Point2D.Double
org.generation5.util.PlotPoint
A simple class encapsulating a two-dimensional point. The class does little more
than derive from java.awt.geom.Point2D.Double.
Point2D.Double| Nested Class Summary |
| Nested classes inherited from class java.awt.geom.Point2D |
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float |
| Field Summary |
| Fields inherited from class java.awt.geom.Point2D.Double |
x, y |
| Constructor Summary | |
PlotPoint()
Create a new PlotPoint instance. |
|
PlotPoint(double x,
double y)
Create a new instance, and set the x/y coordinates. |
|
| Methods inherited from class java.awt.geom.Point2D.Double |
getX, getY, setLocation, toString |
| Methods inherited from class java.awt.geom.Point2D |
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PlotPoint()
public PlotPoint(double x,
double y)
x - the x-coordinate.y - the y-coordinate.
|
This documentation is part of the Generation5 JDK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||