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 doublegetHeight()doublegetWidth()voidsetSize(double width, double height)
-