Package com.idrsolutions.image.filter
Interface FilterOptions
- All Known Implementing Classes:
ASCII85FilterOptions
,ASCIIHexFilterOptions
,CCITTFilterOptions
,DCTFilterOptions
,FlateFilterOptions
,JBIG2FilterOptions
,JPXFilterOptions
,LZWFilterOptions
,RunLengthFilterOptions
public interface FilterOptions
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionget the filter these options refer togetMode()
get the mode of the filter: Decompress or Compressvoid
Set the mode of the filter: Decompress or Compress
-
Method Details
-
getMode
FilterOptions.FilterMode getMode()get the mode of the filter: Decompress or Compressinherited by several classes
- Returns:
- FilterMode
-
setMode
Set the mode of the filter: Decompress or Compressinherited by several classes
- Parameters:
mode
- FilterMode
-
getFilter
Filter getFilter()get the filter these options refer toinherited by several classes
- Returns:
- Filter
-