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

Variable Index

 o height
 o width
 o x
 o y

Constructor Index

 o DRect(double, double, double, double)

Variables

 o x
 public double x
 o y
 public double y
 o width
 public double width
 o height
 public double height

Constructors

 o DRect
 public DRect(double x_in,
              double y_in,
              double width_in,
              double height_in)

All Packages  Class Hierarchy  This Package  Previous  Next  Index