|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectprojectPrototype.view.graphicEditor.graphicElement.Point
| Field Summary | |
double |
x
|
double |
y
|
| Constructor Summary | |
Point()
|
|
Point(double x,
double y)
|
|
Point(Point p)
|
|
| Method Summary | |
boolean |
equals(Point p)
|
void |
move(double dx,
double dy)
|
void |
setXY(double x,
double y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public double x
public double y
| Constructor Detail |
public Point(double x,
double y)
public Point()
public Point(Point p)
| Method Detail |
public void setXY(double x,
double y)
public void move(double dx,
double dy)
public boolean equals(Point p)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||