Package com.idrsolutions.image.filter
Class DCTFilterOptions
java.lang.Object
com.idrsolutions.image.filter.FilterOptions
com.idrsolutions.image.filter.DCTFilterOptions
Class handles the options available for DCT compression
-
Nested Class Summary
Nested classes/interfaces inherited from class com.idrsolutions.image.filter.FilterOptions
FilterOptions.FilterMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintreturns the color transformGet an instance of the filter that uses these optionsMethods inherited from class com.idrsolutions.image.filter.FilterOptions
getMode, setMode
-
Constructor Details
-
DCTFilterOptions
public DCTFilterOptions(int colorTransform) -
DCTFilterOptions
public DCTFilterOptions()
-
-
Method Details
-
getFilter
Description copied from class:FilterOptionsGet an instance of the filter that uses these options- Specified by:
getFilterin classFilterOptions- Returns:
- The filter represented by these options
-
getColorTransform
public int getColorTransform()returns the color transform- Returns:
- int
-