|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectswingwt.awt.geom.Point2D
swingwt.awt.geom.Point2D.Float
| Nested Class Summary |
| Nested classes inherited from class swingwt.awt.geom.Point2D |
Point2D.Float |
| Field Summary | |
float |
x
|
float |
y
|
| Constructor Summary | |
Point2D.Float()
|
|
Point2D.Float(float x,
float y)
|
|
| Method Summary | |
double |
getX()
|
double |
getY()
|
void |
setLocation(double x,
double y)
|
void |
setLocation(float x,
float y)
|
| Methods inherited from class swingwt.awt.geom.Point2D |
distance, distance, distance, distanceSq, distanceSq, distanceSq, setLocation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 double getX()
getX in class Point2Dpublic double getY()
getY in class Point2D
public void setLocation(double x,
double y)
setLocation in class Point2D
public void setLocation(float x,
float y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||