Class LZWFilterOptions


public class LZWFilterOptions extends PredictorFilterOptions
Implementation of Filter options for LZW filtering
  • Constructor Details

    • LZWFilterOptions

      public LZWFilterOptions()
    • LZWFilterOptions

      public LZWFilterOptions(int bitsPerComponent, int colors, int columns, int earlyChange, int predictor, int rows)
  • Method Details

    • getEarlyChange

      public int getEarlyChange()
    • setEarlyChange

      public void setEarlyChange(int earlyChange)
    • getRows

      public int getRows()
    • setRows

      public void setRows(int rows)
    • getFilter

      public LZW 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