Class JavaLnFFilter

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

    public class JavaLnFFilter
    extends PointFilter
    A filter which produces the stipple effect for Swing icons specified in the Java Look and Feel Guidelines.
    • Constructor Detail

      • JavaLnFFilter

        public JavaLnFFilter()
    • Method Detail

      • filterRGB

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object