Class FillRoundShape
- java.lang.Object
-
- net.sourceforge.plantuml.skin.bluemodern.FillRoundShape
-
- Direct Known Subclasses:
ShadowShape
public class FillRoundShape extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FillRoundShape(double width, double height, HtmlColor c1, HtmlColor c2, double corner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(ColorMapper mapper, java.awt.Graphics2D g2d)
void
drawU(UGraphic ug)
-
-
-
Method Detail
-
draw
public void draw(ColorMapper mapper, java.awt.Graphics2D g2d)
-
drawU
public void drawU(UGraphic ug)
-
-