|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.geom.Dimension2D
net.sf.jcgm.core.DimensionDouble
public class DimensionDouble
A Dimension2D implementation that keeps the width and height in
double precision.
| Method Summary | |
|---|---|
double |
getHeight()
|
double |
getWidth()
|
void |
setSize(double width,
double height)
|
| Methods inherited from class java.awt.geom.Dimension2D |
|---|
clone, setSize |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public double getHeight()
getHeight in class java.awt.geom.Dimension2Dpublic double getWidth()
getWidth in class java.awt.geom.Dimension2D
public void setSize(double width,
double height)
setSize in class java.awt.geom.Dimension2D
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||