Uses of Class
com.orsonpdf.filter.FilterType
-
Packages that use FilterType Package Description com.orsonpdf.filter Filters that support thePDFGraphics2D
implementation. -
-
Uses of FilterType in com.orsonpdf.filter
Methods in com.orsonpdf.filter that return FilterType Modifier and Type Method Description FilterType
ASCII85Filter. getFilterType()
Returns the filter type.FilterType
Filter. getFilterType()
Returns the filter type.FilterType
FlateFilter. getFilterType()
Returns the filter type.static FilterType
FilterType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FilterType[]
FilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-