java.lang.Object
com.jackmeng.halcyoninae.cloudspin.lib.BoxBlur
All Implemented Interfaces:
Blur

public class BoxBlur extends Object implements Blur
Since:
3.2
Author:
Jack Meng
  • Constructor Details

    • BoxBlur

      public BoxBlur()
  • Method Details

    • blur

      public BufferedImage blur(BufferedImage image, int _x, int _y, Object... otherParams)
      Description copied from interface: Blur
      This method will be implemented by all Blurring classes that will help to blur an image.
      Specified by:
      blur in interface Blur
      Parameters:
      image -
      _x -
      _y -
      otherParams -
      Returns:
      BufferedImage