Class TextBlockTitle
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.TextBlockTitle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)HColorgetBackcolor()XRectangle2DgetInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)MagneticBordergetMagneticBorder()MinMaxgetMinMax(StringBounder stringBounder)
-
-
-
Method Detail
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock
-
getMagneticBorder
public MagneticBorder getMagneticBorder()
- Specified by:
getMagneticBorderin interfaceTextBlock
-
getBackcolor
public HColor getBackcolor()
- Specified by:
getBackcolorin interfaceTextBlock
-
-