net.sourceforge.plantuml.skin.bluemodern
Class FillRoundShape

java.lang.Object
  extended by net.sourceforge.plantuml.skin.bluemodern.FillRoundShape
Direct Known Subclasses:
ShadowShape

public class FillRoundShape
extends Object


Constructor Summary
FillRoundShape(double width, double height, HtmlColor c1, HtmlColor c2, double corner)
           
 
Method Summary
 void draw(ColorMapper mapper, Graphics2D g2d)
           
 void drawU(UGraphic ug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillRoundShape

public FillRoundShape(double width,
                      double height,
                      HtmlColor c1,
                      HtmlColor c2,
                      double corner)
Method Detail

draw

public void draw(ColorMapper mapper,
                 Graphics2D g2d)

drawU

public void drawU(UGraphic ug)


Copyright © 2012. All Rights Reserved.