Package net.sourceforge.plantuml.graphic
Class UnusedSpace
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UnusedSpace
-
public class UnusedSpace extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCenterX()
double
getCenterY()
static UnusedSpace
getUnusedSpace(UFont font, char c)
-
-
-
Method Detail
-
getUnusedSpace
public static UnusedSpace getUnusedSpace(UFont font, char c)
-
getCenterX
public double getCenterX()
-
getCenterY
public double getCenterY()
-
-