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