net.sourceforge.plantuml.svek
Class DecorateEntityImage

java.lang.Object
  extended by net.sourceforge.plantuml.svek.DecorateEntityImage
All Implemented Interfaces:
TextBlock, UDrawable, TextBlockBackcolored

public class DecorateEntityImage
extends Object
implements TextBlockBackcolored


Constructor Summary
DecorateEntityImage(TextBlockBackcolored original, TextBlock text1, HorizontalAlignment horizontal1, TextBlock text2, HorizontalAlignment horizontal2)
           
 
Method Summary
static DecorateEntityImage addBottom(TextBlockBackcolored original, TextBlock text, HorizontalAlignment horizontal)
           
static DecorateEntityImage addTop(TextBlockBackcolored original, TextBlock text, HorizontalAlignment horizontal)
           
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 HtmlColor getBackcolor()
           
 double getDeltaX()
           
 double getDeltaY()
           
 List<Url> getUrls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecorateEntityImage

public DecorateEntityImage(TextBlockBackcolored original,
                           TextBlock text1,
                           HorizontalAlignment horizontal1,
                           TextBlock text2,
                           HorizontalAlignment horizontal2)
Method Detail

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.