Package net.sourceforge.plantuml.graphic
Class TextBlockLineBefore
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.graphic.TextBlockLineBefore
-
Constructor Summary
ConstructorsConstructorDescriptionTextBlockLineBefore(double defaultThickness, TextBlock textBlock) TextBlockLineBefore(double defaultThickness, TextBlock textBlock, char separator) TextBlockLineBefore(double defaultThickness, TextBlock textBlock, char separator, TextBlock title) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension(StringBounder stringBounder) voidgetInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy) getPorts(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getMinMax
-
Constructor Details
-
TextBlockLineBefore
-
TextBlockLineBefore
-
TextBlockLineBefore
-
-
Method Details
-
calculateDimension
- Specified by:
calculateDimensionin interfaceTextBlock
-
drawU
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy) - Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
getPorts
-