net.sourceforge.plantuml.graphic
Class TextBlockEmpty

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

public class TextBlockEmpty
extends java.lang.Object
implements TextBlock


Constructor Summary
TextBlockEmpty()
           
 
Method Summary
 java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawTOBEREMOVED(ColorMapper colorMapper, java.awt.Graphics2D g2d, double x, double y)
           
 void drawU(UGraphic ug, double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBlockEmpty

public TextBlockEmpty()
Method Detail

calculateDimension

public java.awt.geom.Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock

drawTOBEREMOVED

public void drawTOBEREMOVED(ColorMapper colorMapper,
                            java.awt.Graphics2D g2d,
                            double x,
                            double y)
Specified by:
drawTOBEREMOVED in interface TextBlock

drawU

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


Copyright © 2011. All Rights Reserved.