Class TextBlockLineBefore
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.klimt.shape.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 XDimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)XRectangle2DgetInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)PortsgetPorts(StringBounder stringBounder)-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getMagneticBorder, getMinMax
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
getBackcolor, getMagneticBorder, 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 XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
-