|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcreek.cke.util.DRect
A class for holding a real rectangle.
Here is the source.
Field Summary | |
double |
height
|
double |
width
|
double |
x
|
double |
y
|
Constructor Summary | |
DRect(double x_in,
double y_in,
double width_in,
double height_in)
|
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
public double width
public double height
Constructor Detail |
public DRect(double x_in, double y_in, double width_in, double height_in)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |