Uses of Class
com.orsonpdf.filter.FilterType
-
Packages that use FilterType Package Description com.orsonpdf.filter Filters that support thePDFGraphics2Dimplementation. -
-
Uses of FilterType in com.orsonpdf.filter
Methods in com.orsonpdf.filter that return FilterType Modifier and Type Method Description FilterTypeASCII85Filter. getFilterType()Returns the filter type.FilterTypeFilter. getFilterType()Returns the filter type.FilterTypeFlateFilter. getFilterType()Returns the filter type.static FilterTypeFilterType. 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.
-