Uses of Interface
com.orsonpdf.filter.Filter
-
Packages that use Filter Package Description com.orsonpdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.filter Filters that support thePDFGraphics2Dimplementation. -
-
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. filtersFilters (if any) to apply to the stream data.Methods in com.orsonpdf with parameters of type Filter Modifier and Type Method Description voidStream. 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 classASCII85FilterA filter that can encode in ASCII-85 format.classFlateFilterEncodes data using Flate.
-