Class PipelineFilter

  • All Implemented Interfaces:
    Filter

    public class PipelineFilter
    extends java.lang.Object
    implements Filter
    A filter that just applies one or more filters in sequence.
    • Constructor Summary

      Constructors 
      Constructor Description
      PipelineFilter​(java.util.Collection<Filter> filters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(ImmutableImage image)  
      • 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

      • PipelineFilter

        public PipelineFilter​(java.util.Collection<Filter> filters)
    • Method Detail

      • apply

        public void apply​(ImmutableImage image)
                   throws java.io.IOException
        Specified by:
        apply in interface Filter
        Throws:
        java.io.IOException