|
||||||||||
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.Float
public static class Point2D.Float
Inner class for Point2D
for type
float
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class gov.noaa.pmel.util.Point2D |
---|
Point2D.Double, Point2D.Float |
Field Summary | |
---|---|
float |
x
x coordinate |
float |
y
y coordinate |
Constructor Summary | |
---|---|
Point2D.Float()
Default constructor |
|
Point2D.Float(float x,
float y)
|
Method Summary | |
---|---|
Point2D |
copy()
Make a copy of the Rectangle2D . |
boolean |
equals(java.lang.Object pt)
|
boolean |
equals(Point2D.Float 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 float x
public float y
Constructor Detail |
---|
public Point2D.Float()
public Point2D.Float(float x, float y)
Method Detail |
---|
public boolean equals(Point2D.Float 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 |