Class UEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.UEmpty
-
-
Constructor Summary
Constructors Constructor Description UEmpty(double width, double height)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UEmpty
create(XDimension2D dim)
double
getHeight()
double
getWidth()
-
-
-
Method Detail
-
create
public static UEmpty create(XDimension2D dim)
-
getWidth
public double getWidth()
-
getHeight
public double getHeight()
-
-