Package com.macrofocus.common.geom
Interface Dimension2D
-
- All Known Implementing Classes:
Dimension
,Dimension2D.Double
public interface Dimension2D
Created by luc on 09.01.17.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Dimension2D.Double
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getHeight()
double
getWidth()
-