Uses of Class
org.jfree.pdf.filter.FilterType
-
Packages that use FilterType Package Description org.jfree.pdf.filter Filters that support thePDFGraphics2D
implementation. -
-
Uses of FilterType in org.jfree.pdf.filter
Methods in org.jfree.pdf.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.
-