net.sourceforge.plantuml.svek
Class DecorateTextBlock
java.lang.Object
net.sourceforge.plantuml.svek.DecorateTextBlock
- All Implemented Interfaces:
- TextBlock, UDrawable
public class DecorateTextBlock
- extends Object
- implements TextBlock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecorateTextBlock
public DecorateTextBlock(TextBlock original,
TextBlock text,
HorizontalAlignment horizontal)
DecorateTextBlock
public DecorateTextBlock(TextBlock original,
TextBlock text1,
HorizontalAlignment horizontal1,
TextBlock text2,
HorizontalAlignment horizontal2)
drawU
public void drawU(UGraphic ug)
- Specified by:
drawU
in interface UDrawable
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interface TextBlock
getUrls
public List<Url> getUrls()
- Specified by:
getUrls
in interface TextBlock
Copyright © 2013. All Rights Reserved.