Class CircleInterface

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

public class CircleInterface extends Object implements UDrawable
  • 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)