Uses of Interface
org.jfree.pdf.filter.Filter
-
Packages that use Filter Package Description org.jfree.pdf.filter Filters that support thePDFGraphics2Dimplementation.org.jfree.pdf.stream -
-
Uses of Filter in org.jfree.pdf.filter
Classes in org.jfree.pdf.filter that implement Filter Modifier and Type Class Description classASCII85FilterA filter that can encode in ASCII-85 format.classFlateFilterEncodes data using Flate. -
Uses of Filter in org.jfree.pdf.stream
Fields in org.jfree.pdf.stream with type parameters of type Filter Modifier and Type Field Description private java.util.List<Filter>Stream. filtersFilters (if any) to apply to the stream data.Methods in org.jfree.pdf.stream with parameters of type Filter Modifier and Type Method Description voidStream. addFilter(Filter f)Adds a filter to the stream.
-