net.sourceforge.plantuml.skin
Class CircleInterface

java.lang.Object
  extended by net.sourceforge.plantuml.skin.CircleInterface
All Implemented Interfaces:
UDrawable

public class CircleInterface
extends Object
implements UDrawable


Constructor Summary
CircleInterface(HtmlColor backgroundColor, HtmlColor foregroundColor)
           
CircleInterface(HtmlColor backgroundColor, HtmlColor foregroundColor, double headDiam, float thickness)
           
 
Method Summary
 void drawU(UGraphic ug, double x, double y)
           
 double getPreferredHeight(StringBounder stringBounder)
           
 double getPreferredWidth(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircleInterface

public CircleInterface(HtmlColor backgroundColor,
                       HtmlColor foregroundColor)

CircleInterface

public CircleInterface(HtmlColor backgroundColor,
                       HtmlColor foregroundColor,
                       double headDiam,
                       float thickness)
Method Detail

drawU

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

getPreferredWidth

public double getPreferredWidth(StringBounder stringBounder)

getPreferredHeight

public double getPreferredHeight(StringBounder stringBounder)


Copyright © 2012. All Rights Reserved.