Class CircleInterface

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

public class CircleInterface extends java.lang.Object implements UDrawable
  • Constructor Summary

    Constructors
    Constructor
    Description
    CircleInterface(HColor backgroundColor, HColor foregroundColor, double headDiam, float thickness)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    double
     
    double
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CircleInterface

      public CircleInterface(HColor backgroundColor, HColor foregroundColor, double headDiam, float thickness)
  • Method Details

    • drawU

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

      public double getPreferredWidth(StringBounder stringBounder)
    • getPreferredHeight

      public double getPreferredHeight(StringBounder stringBounder)