Package com.macrofocus.common.geom
Class Dimension
- java.lang.Object
-
- com.macrofocus.common.geom.Dimension
-
- All Implemented Interfaces:
Dimension2D
public class Dimension extends java.lang.Object implements Dimension2D
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.macrofocus.common.geom.Dimension2D
Dimension2D.Double
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()doublegetWidth()java.lang.StringtoString()
-
-
-
Method Detail
-
getWidth
public double getWidth()
- Specified by:
getWidthin interfaceDimension2D
-
getHeight
public double getHeight()
- Specified by:
getHeightin interfaceDimension2D
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-