net.sourceforge.plantuml.graphic
Class TextBlockEmpty

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

public class TextBlockEmpty
extends Object
implements TextBlock, TextBlockWidth


Constructor Summary
TextBlockEmpty()
           
TextBlockEmpty(double width, double height)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug, double x, double y)
           
 void drawU(UGraphic ug, double x, double y, double widthToUse)
           
 List<Url> getUrls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBlockEmpty

public TextBlockEmpty(double width,
                      double height)

TextBlockEmpty

public TextBlockEmpty()
Method Detail

calculateDimension

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

drawU

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

drawU

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

getUrls

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


Copyright © 2012. All Rights Reserved.