Class BufferedOpFilter

  • All Implemented Interfaces:
    Filter

    public abstract class BufferedOpFilter
    extends java.lang.Object
    implements Filter
    Extension of Filter that applies its filters using a standard java BufferedImageOp. Filters that wish to provide an awt BufferedImageOp need to simply extend this class.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(ImmutableImage image)  
      abstract java.awt.image.BufferedImageOp op()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.sksamuel.scrimage.filter.Filter

        types
    • Constructor Detail

      • BufferedOpFilter

        public BufferedOpFilter()
    • Method Detail

      • op

        public abstract java.awt.image.BufferedImageOp op()