jcreek.cke.util
Class DRect

java.lang.Object
  extended byjcreek.cke.util.DRect

public class DRect
extends java.lang.Object

A class for holding a real rectangle.

Here is the source.

Author:
Larry Barowski

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

x

public double x

y

public double y

width

public double width

height

public double height
Constructor Detail

DRect

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


Created at IDI, NTNU by the Artificial Intelligence and Learning group