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 double
getHeight()
double
getWidth()
void
setSize(double width, double height)
String
toString()
-
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
-
-
-
-
Method Detail
-
getWidth
public double getWidth()
- Specified by:
getWidth
in classDimension2D
-
getHeight
public double getHeight()
- Specified by:
getHeight
in classDimension2D
-
setSize
public void setSize(double width, double height)
- Specified by:
setSize
in classDimension2D
-
-