|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.util.Point2D
gov.noaa.pmel.util.Point2D.Double
public static class Point2D.Double
Inner class for Point2D
for type
double
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class gov.noaa.pmel.util.Point2D |
---|
Point2D.Double, Point2D.Float |
Field Summary | |
---|---|
double |
x
x coordinate |
double |
y
y coordinate |
Constructor Summary | |
---|---|
Point2D.Double()
Default constructor |
|
Point2D.Double(double x,
double y)
|
Method Summary | |
---|---|
Point2D |
copy()
Make a copy of the Rectangle2D . |
boolean |
equals(java.lang.Object pt)
|
boolean |
equals(Point2D.Double pt)
Test for equality. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double x
public double y
Constructor Detail |
---|
public Point2D.Double()
public Point2D.Double(double x, double y)
Method Detail |
---|
public boolean equals(Point2D.Double pt)
public boolean equals(java.lang.Object pt)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public Point2D copy()
Rectangle2D
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |