Package net.sourceforge.plantuml.graphic
Class TextBlockEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.graphic.TextBlockEmpty
-
public class TextBlockEmpty extends AbstractTextBlock
-
-
Constructor Summary
Constructors Constructor Description TextBlockEmpty()
TextBlockEmpty(double width, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Dimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMax
-
-
-
-
Method Detail
-
calculateDimension
public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
-
drawU
public void drawU(UGraphic ug)
-
-