Class TextBlockRecentred
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.klimt.shape.TextBlockRecentred
-
public class TextBlockRecentred extends AbstractTextBlock
-
-
Constructor Summary
Constructors Constructor Description TextBlockRecentred(TextBlock textBlock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
HColor
getBackcolor()
MinMax
getMinMax(StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getInnerPosition, getMagneticBorder
-
-
-
-
Constructor Detail
-
TextBlockRecentred
public TextBlockRecentred(TextBlock textBlock)
-
-
Method Detail
-
drawU
public void drawU(UGraphic ug)
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
- Specified by:
getMinMax
in interfaceTextBlock
- Overrides:
getMinMax
in classAbstractTextBlock
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
-
getBackcolor
public HColor getBackcolor()
- Specified by:
getBackcolor
in interfaceTextBlock
- Overrides:
getBackcolor
in classAbstractTextBlock
-
-