EDU.auburn.VGJ.util
Class DDimension

java.lang.Object
  extended byEDU.auburn.VGJ.util.DDimension

public class DDimension
extends java.lang.Object

A class for holding a real dimension.

Here is the source.

Author:
Larry Barowski

Field Summary
 double height
           
 double width
           
 
Constructor Summary
DDimension(DDimension init)
           
DDimension(double width_in, double height_in)
           
 
Method Summary
 boolean equals(DDimension other)
           
 void setTo(DDimension from)
           
 void setTo(double w, double h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public double width

height

public double height
Constructor Detail

DDimension

public DDimension(double width_in,
                  double height_in)

DDimension

public DDimension(DDimension init)
Method Detail

setTo

public void setTo(double w,
                  double h)

setTo

public void setTo(DDimension from)

equals

public boolean equals(DDimension other)