Package net.sourceforge.plantuml.graphic
Class TextBlockVertical2
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.graphic.TextBlockVertical2
-
Constructor Summary
ConstructorsConstructorDescriptionTextBlockVertical2
(java.util.List<TextBlock> all, HorizontalAlignment horizontalAlignment) -
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
-
TextBlockVertical2
-
-
Method Details
-
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawU
-
getPorts
-
getInnerPosition
public java.awt.geom.Rectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy) - Specified by:
getInnerPosition
in interfaceTextBlock
- Overrides:
getInnerPosition
in classAbstractTextBlock
-