net.sourceforge.plantuml.graphic
Class TextBlockVertical2

java.lang.Object
  extended by net.sourceforge.plantuml.graphic.TextBlockVertical2
All Implemented Interfaces:
TextBlock, UDrawable

public class TextBlockVertical2
extends Object
implements TextBlock


Constructor Summary
TextBlockVertical2(List<TextBlock> all, HorizontalAlignment horizontalAlignment)
           
TextBlockVertical2(TextBlock b1, TextBlock b2, HorizontalAlignment horizontalAlignment)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 List<Url> getUrls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBlockVertical2

public TextBlockVertical2(TextBlock b1,
                          TextBlock b2,
                          HorizontalAlignment horizontalAlignment)

TextBlockVertical2

public TextBlockVertical2(List<TextBlock> all,
                          HorizontalAlignment horizontalAlignment)
Method Detail

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

getUrls

public List<Url> getUrls()
Specified by:
getUrls in interface TextBlock


Copyright © 2013. All Rights Reserved.