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