Class GlintFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class GlintFilter extends AbstractBufferedImageOp
  • Constructor Details

    • GlintFilter

      public GlintFilter()
  • Method Details

    • setThreshold

      public void setThreshold(float threshold)
    • getThreshold

      public float getThreshold()
    • setAmount

      public void setAmount(float amount)
    • getAmount

      public float getAmount()
    • setLength

      public void setLength(int length)
    • getLength

      public int getLength()
    • setBlur

      public void setBlur(float blur)
    • getBlur

      public float getBlur()
    • setGlintOnly

      public void setGlintOnly(boolean glintOnly)
    • getGlintOnly

      public boolean getGlintOnly()
    • setColormap

      public void setColormap(Colormap colormap)
    • getColormap

      public Colormap getColormap()
    • filter

      public BufferedImage filter(BufferedImage src, BufferedImage dst)
    • toString

      public String toString()
      Overrides:
      toString in class Object