Class DoubleDimension2D
- java.lang.Object
-
- java.awt.geom.Dimension2D
-
- com.levigo.jadice.server.html2fop.internal.process.processor.impl.DoubleDimension2D
-
- All Implemented Interfaces:
Cloneable
public class DoubleDimension2D extends Dimension2D
Serves as a lightweight Dimension2D implementation.
-
-
Constructor Summary
Constructors Constructor Description DoubleDimension2D(double width, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()doublegetWidth()voidsetSize(double width, double height)StringtoString()-
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
-
-
-
-
Method Detail
-
getWidth
public double getWidth()
- Specified by:
getWidthin classDimension2D
-
getHeight
public double getHeight()
- Specified by:
getHeightin classDimension2D
-
setSize
public void setSize(double width, double height)- Specified by:
setSizein classDimension2D
-
-