|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcreek.cke.util.DDimension
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 |
public double width
public double height
Constructor Detail |
public DDimension(double width_in, double height_in)
public DDimension(DDimension init)
Method Detail |
public void setTo(double w, double h)
public void setTo(DDimension from)
public boolean equals(DDimension other)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |