Uses of Class
org.apache.pdfbox.jbig2.image.FilterType
-
Packages that use FilterType Package Description org.apache.pdfbox.jbig2.image -
-
Uses of FilterType in org.apache.pdfbox.jbig2.image
Fields in org.apache.pdfbox.jbig2.image declared as FilterType Modifier and Type Field Description private static FilterType
FilterType. defaultFilter
Methods in org.apache.pdfbox.jbig2.image that return FilterType Modifier and Type Method Description static FilterType
FilterType. getDefaultFilterType()
static FilterType
Filter. typeByName(java.lang.String name)
Find a filter type by its name.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.Methods in org.apache.pdfbox.jbig2.image with parameters of type FilterType Modifier and Type Method Description static java.awt.image.BufferedImage
Bitmaps. asBufferedImage(Bitmap bitmap, javax.imageio.ImageReadParam param, FilterType filterType)
Returns the given bitmap as buffered image.static java.awt.image.BufferedImage
Bitmaps. asBufferedImage(Bitmap bitmap, FilterType filterType)
Returns the given bitmap as buffered image.static java.awt.image.WritableRaster
Bitmaps. asRaster(Bitmap bitmap, javax.imageio.ImageReadParam param, FilterType filterType)
Returns the given bitmap as writable raster.static java.awt.image.WritableRaster
Bitmaps. asRaster(Bitmap bitmap, FilterType filterType)
Returns the given bitmap as writable raster.private static java.awt.image.WritableRaster
Bitmaps. buildRaster(Bitmap bitmap, FilterType filterType, double scaleX, double scaleY)
static Filter
Filter. byType(FilterType type)
Find a filter by its type.static java.lang.String
Filter. nameByType(FilterType type)
Find a filter name by its type.static void
FilterType. setDefaultFilterType(FilterType defaultFilter)
-