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 double
getHeight()
double
getWidth()
java.lang.String
toString()
-
-
-
Method Detail
-
getWidth
public double getWidth()
- Specified by:
getWidth
in interfaceDimension2D
-
getHeight
public double getHeight()
- Specified by:
getHeight
in interfaceDimension2D
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-