Class FadeFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class FadeFilter extends PointFilter
  • Constructor Details

    • FadeFilter

      public FadeFilter()
  • Method Details

    • setAngle

      public void setAngle(float angle)
    • getAngle

      public float getAngle()
    • setSides

      public void setSides(int sides)
    • getSides

      public int getSides()
    • setFadeStart

      public void setFadeStart(float fadeStart)
    • getFadeStart

      public float getFadeStart()
    • setFadeWidth

      public void setFadeWidth(float fadeWidth)
    • getFadeWidth

      public float getFadeWidth()
    • setInvert

      public void setInvert(boolean invert)
    • getInvert

      public boolean getInvert()
    • setDimensions

      public void setDimensions(int width, int height)
      Overrides:
      setDimensions in class PointFilter
    • filterRGB

      public int filterRGB(int x, int y, int rgb)
      Specified by:
      filterRGB in class PointFilter
    • symmetry

      public float symmetry(float x, float b)
    • toString

      public String toString()
      Overrides:
      toString in class Object