Class FillRoundShape

  • Direct Known Subclasses:
    ShadowShape

    public class FillRoundShape
    extends java.lang.Object
    • 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)  
      • 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,
                         java.awt.Graphics2D g2d)
      • drawU

        public void drawU​(UGraphic ug)