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 Dimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)Rectangle2DgetInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)PortsgetPorts(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:
calculateDimensionin interfaceTextBlock
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
-