Interface AreaEffect

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(java.awt.Graphics2D g, java.awt.Shape clipShape, int width, int height)
      Draws an effect on the specified graphics and path using the specified width and height.
    • Method Detail

      • apply

        void apply​(java.awt.Graphics2D g,
                   java.awt.Shape clipShape,
                   int width,
                   int height)
        Draws an effect on the specified graphics and path using the specified width and height.
        Parameters:
        g -
        clipShape -
        width -
        height -