Class RunLengthFilterOptions

java.lang.Object
com.idrsolutions.image.filter.FilterOptions
com.idrsolutions.image.filter.RunLengthFilterOptions

public class RunLengthFilterOptions extends FilterOptions
Class handles the options available for RunLength compression
  • Constructor Details

    • RunLengthFilterOptions

      public RunLengthFilterOptions()
  • Method Details

    • getFilter

      public Filter getFilter()
      Description copied from class: FilterOptions
      Get an instance of the filter that uses these options
      Specified by:
      getFilter in class FilterOptions
      Returns:
      The filter represented by these options