Package com.idrsolutions.image.filter
Class FilterOptions
java.lang.Object
com.idrsolutions.image.filter.FilterOptions
- Direct Known Subclasses:
ASCII85FilterOptions,ASCIIHexFilterOptions,CCITTFilterOptions,DCTFilterOptions,JBIG2FilterOptions,JPXFilterOptions,PredictorFilterOptions,RunLengthFilterOptions
Base class for options used by subclasses of
Filter-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe available options for filtering -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilterOptions
public FilterOptions() -
FilterOptions
-
-
Method Details
-
getMode
Get Returns the mode of the filter.: Decompress or Compress- Returns:
- the mode of the filter
-
setMode
Set the mode of the filter: Decompress or Compress- Parameters:
mode- The new mode for the filter
-
getFilter
Get an instance of the filter that uses these options- Returns:
- The filter represented by these options
- Implementation Note:
- Subclasses should override this to provide their own Filter
-