Package net.sourceforge.plantuml.graphic
Class TextBlockSprited
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.graphic.TextBlockSimple
-
- net.sourceforge.plantuml.graphic.TextBlockSprited
-
public class TextBlockSprited extends TextBlockSimple
-
-
Constructor Summary
Constructors Constructor Description TextBlockSprited(TextBlock sprite, Display texts, FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, SpriteContainer spriteContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Dimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)-
Methods inherited from class net.sourceforge.plantuml.graphic.TextBlockSimple
getTextDimension
-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMax
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
TextBlockSprited
public TextBlockSprited(TextBlock sprite, Display texts, FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, SpriteContainer spriteContainer)
-
-
Method Detail
-
calculateDimension
public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock- Overrides:
calculateDimensionin classTextBlockSimple
-
drawU
public void drawU(UGraphic ug)
- Specified by:
drawUin interfaceUDrawable- Overrides:
drawUin classTextBlockSimple
-
-