Class LegacyFilter


  • public class LegacyFilter
    extends ParametricFilter
    Deprecated. Returns the input image unchanged.
    • Constructor Summary

      Constructors 
      Constructor Description
      LegacyFilter()
      Constructs LegacyFilter with default parameters.
      LegacyFilter​(int filterType)
      Constructs LegacyFilter with the given params.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFilterType()
      Getter for filterType field.
      void setFilterType​(int filterType)
      Setter for filterType field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyFilter

        public LegacyFilter​(int filterType)
        Constructs LegacyFilter with the given params.
        Parameters:
        filterType - Ignored. Default is 0
      • LegacyFilter

        public LegacyFilter()
        Constructs LegacyFilter with default parameters.
    • Method Detail

      • getFilterType

        public int getFilterType()
        Getter for filterType field. See constructor documentation for more information about the field.
        Returns:
        filterType
      • setFilterType

        public void setFilterType​(int filterType)
        Setter for filterType field. See constructor documentation for more information about the field.
        Parameters:
        filterType - Value to set.