Package net.sourceforge.plantuml.skin
Class CircleInterface
- java.lang.Object
-
- net.sourceforge.plantuml.skin.CircleInterface
-
-
Constructor Summary
Constructors Constructor Description CircleInterface(HColor backgroundColor, HColor foregroundColor, double headDiam, float thickness)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
double
getPreferredHeight(StringBounder stringBounder)
double
getPreferredWidth(StringBounder stringBounder)
-
-
-
Method Detail
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
-
-