Package com.macrofocus.common.geom
Class Dimension2D.Double
java.lang.Object
com.macrofocus.common.geom.Dimension2D.Double
- All Implemented Interfaces:
Dimension2D
- Enclosing interface:
- Dimension2D
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.macrofocus.common.geom.Dimension2D
Dimension2D.Double
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Double
public Double(double width, double height)
-
-
Method Details
-
getWidth
public double getWidth()- Specified by:
getWidth
in interfaceDimension2D
-
getHeight
public double getHeight()- Specified by:
getHeight
in interfaceDimension2D
-
toString
-