Package net.sourceforge.plantuml.graphic
Class TextBlockVertical2
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.graphic.TextBlockVertical2
-
Constructor Summary
ConstructorsConstructorDescriptionTextBlockVertical2
(List<TextBlock> all, HorizontalAlignment horizontalAlignment) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) void
getInnerPosition
(String member, StringBounder stringBounder, InnerStrategy strategy) getPorts
(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getMinMax
-
Constructor Details
-
TextBlockVertical2
-
-
Method Details
-
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawU
-
getPorts
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy) - Specified by:
getInnerPosition
in interfaceTextBlock
- Overrides:
getInnerPosition
in classAbstractTextBlock
-