Package net.sourceforge.plantuml.ebnf
Class TitleBox
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.ebnf.TitleBox
-
public class TitleBox extends AbstractTextBlock
-
-
Constructor Summary
Constructors Constructor Description TitleBox(java.lang.String value, FontConfiguration fc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Constructor Detail
-
TitleBox
public TitleBox(java.lang.String value, FontConfiguration fc)
-
-
Method Detail
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
-
drawU
public void drawU(UGraphic ug)
-
-