Class RaysFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class RaysFilter extends MotionBlurOp
  • Constructor Details

    • RaysFilter

      public RaysFilter()
  • Method Details

    • setOpacity

      public void setOpacity(float opacity)
    • getOpacity

      public float getOpacity()
    • setThreshold

      public void setThreshold(float threshold)
    • getThreshold

      public float getThreshold()
    • setStrength

      public void setStrength(float strength)
    • getStrength

      public float getStrength()
    • setRaysOnly

      public void setRaysOnly(boolean raysOnly)
    • getRaysOnly

      public boolean getRaysOnly()
    • setColormap

      public void setColormap(Colormap colormap)
    • getColormap

      public Colormap getColormap()
    • filter

      public BufferedImage filter(BufferedImage src, BufferedImage dst)
      Specified by:
      filter in interface BufferedImageOp
      Overrides:
      filter in class MotionBlurOp
    • toString

      public String toString()
      Overrides:
      toString in class MotionBlurOp