net.sourceforge.plantuml.svek
Class CircleInterface2

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

public class CircleInterface2
extends Object
implements TextBlock


Constructor Summary
CircleInterface2(HtmlColor backgroundColor, HtmlColor foregroundColor, double deltaShadow)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircleInterface2

public CircleInterface2(HtmlColor backgroundColor,
                        HtmlColor foregroundColor,
                        double deltaShadow)
Method Detail

drawU

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

calculateDimension

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


Copyright © 2013. All Rights Reserved.