net.sourceforge.plantuml.ugraphic
Class TextBlockInEllipse

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

public class TextBlockInEllipse
extends Object
implements TextBlock


Constructor Summary
TextBlockInEllipse(TextBlock text, StringBounder stringBounder)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 UEllipse getUEllipse()
           
 List<Url> getUrls()
           
 void setDeltaShadow(double deltaShadow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBlockInEllipse

public TextBlockInEllipse(TextBlock text,
                          StringBounder stringBounder)
Method Detail

getUEllipse

public UEllipse getUEllipse()

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

calculateDimension

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

getUrls

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

setDeltaShadow

public void setDeltaShadow(double deltaShadow)


Copyright © 2013. All Rights Reserved.