Uses of Interface
org.jfree.pdf.filter.Filter
-
Packages that use Filter Package Description org.jfree.pdf.filter Filters that support thePDFGraphics2D
implementation.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 class
ASCII85Filter
A filter that can encode in ASCII-85 format.class
FlateFilter
Encodes 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. filters
Filters (if any) to apply to the stream data.Methods in org.jfree.pdf.stream with parameters of type Filter Modifier and Type Method Description void
Stream. addFilter(Filter f)
Adds a filter to the stream.
-