Package net.sourceforge.plantuml.svek
Class HeaderLayout
- java.lang.Object
-
- net.sourceforge.plantuml.svek.HeaderLayout
-
public class HeaderLayout extends Object
-
-
Constructor Summary
Constructors Constructor Description HeaderLayout(TextBlock circledCharacter, TextBlock stereo, TextBlock name, TextBlock generic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug, double width, double height)
XDimension2D
getDimension(StringBounder stringBounder)
-
-
-
Method Detail
-
getDimension
public XDimension2D getDimension(StringBounder stringBounder)
-
drawU
public void drawU(UGraphic ug, double width, double height)
-
-