Package org.apache.poi.util
Class Dimension2DDouble
- java.lang.Object
-
- java.awt.geom.Dimension2D
-
- org.apache.poi.util.Dimension2DDouble
-
- All Implemented Interfaces:
Cloneable
public class Dimension2DDouble extends Dimension2D
- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description Dimension2DDouble()
Dimension2DDouble(double width, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
double
getHeight()
double
getWidth()
int
hashCode()
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
-
-