Class TextBlockTitle
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.TextBlockTitle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
HColor
getBackcolor()
XRectangle2D
getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
MagneticBorder
getMagneticBorder()
MinMax
getMinMax(StringBounder stringBounder)
-
-
-
Method Detail
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
-
getMagneticBorder
public MagneticBorder getMagneticBorder()
- Specified by:
getMagneticBorder
in interfaceTextBlock
-
getBackcolor
public HColor getBackcolor()
- Specified by:
getBackcolor
in interfaceTextBlock
-
-