All Packages Class Hierarchy This Package Previous Next Index
Class relaaja.netlayout.VGJ.DRect
java.lang.Object
|
+----relaaja.netlayout.VGJ.DRect
- public class DRect
- extends Object
A class for holding a real rectangle.
Here is the source.
- Author:
- Larry Barowski
-
height
-
-
width
-
-
x
-
-
y
-
-
DRect(double, double, double, double)
-
x
public double x
y
public double y
width
public double width
height
public double height
DRect
public DRect(double x_in,
double y_in,
double width_in,
double height_in)
All Packages Class Hierarchy This Package Previous Next Index