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 XDimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)HColorgetBackcolor()MinMaxgetMinMax(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:
getMinMaxin interfaceTextBlock- Overrides:
getMinMaxin classAbstractTextBlock
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
-
getBackcolor
public HColor getBackcolor()
- Specified by:
getBackcolorin interfaceTextBlock- Overrides:
getBackcolorin classAbstractTextBlock
-
-