Class JPXFilterOptions

java.lang.Object
com.idrsolutions.image.filter.JPXFilterOptions
All Implemented Interfaces:
FilterOptions

public class JPXFilterOptions extends Object implements FilterOptions
Class handles the options available for JPX compression
  • Constructor Details

    • JPXFilterOptions

      public JPXFilterOptions(int colorTransform)
    • JPXFilterOptions

      public JPXFilterOptions()
  • Method Details

    • getMode

      public FilterOptions.FilterMode getMode()
      Description copied from interface: FilterOptions
      get the mode of the filter: Decompress or Compress

      inherited by several classes

      Specified by:
      getMode in interface FilterOptions
      Returns:
      FilterMode
    • setMode

      public void setMode(FilterOptions.FilterMode mode)
      Description copied from interface: FilterOptions
      Set the mode of the filter: Decompress or Compress

      inherited by several classes

      Specified by:
      setMode in interface FilterOptions
      Parameters:
      mode - FilterMode
    • getFilter

      public Filter getFilter()
      Description copied from interface: FilterOptions
      get the filter these options refer to

      inherited by several classes

      Specified by:
      getFilter in interface FilterOptions
      Returns:
      Filter
    • getColorTransform

      public int getColorTransform()