Package net.sf.jasperreports.engine.util
Class SimpleDimension2D
- java.lang.Object
-
- java.awt.geom.Dimension2D
-
- net.sf.jasperreports.engine.util.SimpleDimension2D
-
- All Implemented Interfaces:
Cloneable
public class SimpleDimension2D extends Dimension2D
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description SimpleDimension2D(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)
-
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
-
-