|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.fractal.gui.graph.model.Rect
A rectangle whose coordinates are stored as double.
| Field Summary | |
double |
x0
x coordinate of the left border of this rectangle. |
double |
x1
x coordinate of the right border of this rectangle. |
double |
y0
y coordinate of the top border of this rectangle. |
double |
y1
y coordinate of the bottom border of this rectangle. |
| Constructor Summary | |
Rect(double x0,
double y0,
double x1,
double y1)
Constructs a new Rect object. |
|
| Method Summary | |
boolean |
equals(Object o)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final double x0
public final double y0
public final double x1
public final double y1
| Constructor Detail |
public Rect(double x0,
double y0,
double x1,
double y1)
Rect object.
x0 - x coordinate of the left border of this rectangle.y0 - y coordinate of the top border of this rectangle.x1 - x coordinate of the right border of this rectangle.y1 - y coordinate of the bottom border of this rectangle.| Method Detail |
public boolean equals(Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||