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) void
java.awt.geom.Rectangle2D
getInnerPosition
(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy) getPorts
(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getMinMax
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TextBlockLineBefore
-
TextBlockLineBefore
-
TextBlockLineBefore
-
-
Method Details
-
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawU
-
getInnerPosition
public java.awt.geom.Rectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy) - Specified by:
getInnerPosition
in interfaceTextBlock
- Overrides:
getInnerPosition
in classAbstractTextBlock
-
getPorts
-