jcreek.cke.util
Class DDimension

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

public class DDimension
extends java.lang.Object


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)


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