Class RaysFilter

  • All Implemented Interfaces:
    java.awt.image.BufferedImageOp, java.lang.Cloneable

    public class RaysFilter
    extends MotionBlurOp
    • Constructor Detail

      • RaysFilter

        public RaysFilter()
    • Method Detail

      • 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 java.awt.image.BufferedImage filter​(java.awt.image.BufferedImage src,
                                                   java.awt.image.BufferedImage dst)
        Specified by:
        filter in interface java.awt.image.BufferedImageOp
        Overrides:
        filter in class MotionBlurOp