Class Dimension2D
- java.lang.Object
-
- net.sourceforge.plantuml.awt.geom.Dimension2D
-
- Direct Known Subclasses:
Dimension2DDouble
,FtileGeometry
public class Dimension2D extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Dimension2D()
Dimension2D(double width, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getHeight()
double
getWidth()
void
setSize(double width, double height)
-