Uses of Interface
com.orsonpdf.filter.Filter
-
Packages that use Filter Package Description com.orsonpdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.filter Filters that support thePDFGraphics2D
implementation. -
-
Uses of Filter in com.orsonpdf
Fields in com.orsonpdf 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 com.orsonpdf with parameters of type Filter Modifier and Type Method Description void
Stream. addFilter(Filter f)
Adds a filter to the stream. -
Uses of Filter in com.orsonpdf.filter
Classes in com.orsonpdf.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.
-