|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectswingwt.awt.geom.Point2D
swingwt.awt.Point
| Nested Class Summary |
| Nested classes inherited from class swingwt.awt.geom.Point2D |
Point2D.Float |
| Field Summary | |
int |
x
|
int |
y
|
| Constructor Summary | |
Point()
|
|
Point(int x,
int y)
|
|
Point(Point p)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Point |
getLocation()
|
double |
getX()
|
double |
getY()
|
void |
move(int x,
int y)
|
void |
setLocation(double x,
double y)
|
void |
setLocation(int x,
int y)
|
void |
setLocation(Point p)
|
java.lang.String |
toString()
|
void |
translate(int dx,
int dy)
|
| Methods inherited from class swingwt.awt.geom.Point2D |
distance, distance, distance, distanceSq, distanceSq, distanceSq, setLocation |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int x
public int y
| Constructor Detail |
public Point()
public Point(Point p)
public Point(int x,
int y)
| Method Detail |
public double getX()
getX in class Point2Dpublic double getY()
getY in class Point2Dpublic Point getLocation()
public void setLocation(Point p)
public void setLocation(int x,
int y)
public void setLocation(double x,
double y)
setLocation in class Point2D
public void move(int x,
int y)
public void translate(int dx,
int dy)
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||