Package net.sourceforge.plantuml.graphic
Class TextBlockVertical2
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.graphic.TextBlockVertical2
-
-
Constructor Summary
Constructors Constructor Description TextBlockVertical2(List<TextBlock> all, HorizontalAlignment horizontalAlignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)Rectangle2DgetInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)PortsgetPorts(StringBounder stringBounder)-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getMinMax
-
-
-
-
Constructor Detail
-
TextBlockVertical2
public TextBlockVertical2(List<TextBlock> all, HorizontalAlignment horizontalAlignment)
-
-
Method Detail
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceTextBlock
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
-