Package net.sourceforge.plantuml.graphic
Class TextBlockLineBefore
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.graphic.TextBlockLineBefore
-
-
Constructor Summary
Constructors Constructor Description TextBlockLineBefore(double defaultThickness, TextBlock textBlock)
TextBlockLineBefore(double defaultThickness, TextBlock textBlock, char separator)
TextBlockLineBefore(double defaultThickness, TextBlock textBlock, char separator, TextBlock title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
Rectangle2D
getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
Ports
getPorts(StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getMinMax
-
-
-
-
Constructor Detail
-
TextBlockLineBefore
public TextBlockLineBefore(double defaultThickness, TextBlock textBlock, char separator, TextBlock title)
-
TextBlockLineBefore
public TextBlockLineBefore(double defaultThickness, TextBlock textBlock, char separator)
-
TextBlockLineBefore
public TextBlockLineBefore(double defaultThickness, TextBlock textBlock)
-
-
Method Detail
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
- Overrides:
getInnerPosition
in classAbstractTextBlock
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
-