net.sourceforge.plantuml.graphic
Class TextBlockGeneric

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

public class TextBlockGeneric
extends Object
implements TextBlock


Constructor Summary
TextBlockGeneric(TextBlock textBlock, HtmlColor background, HtmlColor border)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug, double x, double y)
           
 List<Url> getUrls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBlockGeneric

public TextBlockGeneric(TextBlock textBlock,
                        HtmlColor background,
                        HtmlColor border)
Method Detail

calculateDimension

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

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y)
Specified by:
drawU in interface UDrawable

getUrls

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


Copyright © 2013. All Rights Reserved.