Package org.gvsig.layout.mapbox.model
Class Dimension2DDouble
java.lang.Object
java.awt.geom.Dimension2D
org.gvsig.layout.mapbox.model.Dimension2DDouble
- All Implemented Interfaces:
Cloneable
- Author:
- fdiaz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
-
Field Details
-
width
public double width -
height
public double height
-
-
Constructor Details
-
Dimension2DDouble
public Dimension2DDouble() -
Dimension2DDouble
public Dimension2DDouble(double width, double height)
-
-
Method Details
-
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
-