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 FilterTypeFilterType. defaultFilterMethods in org.apache.pdfbox.jbig2.image that return FilterType Modifier and Type Method Description static FilterTypeFilterType. getDefaultFilterType()static FilterTypeFilter. typeByName(java.lang.String name)Find a filter type by its name.static FilterTypeFilterType. 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.BufferedImageBitmaps. asBufferedImage(Bitmap bitmap, javax.imageio.ImageReadParam param, FilterType filterType)Returns the given bitmap as buffered image.static java.awt.image.BufferedImageBitmaps. asBufferedImage(Bitmap bitmap, FilterType filterType)Returns the given bitmap as buffered image.static java.awt.image.WritableRasterBitmaps. asRaster(Bitmap bitmap, javax.imageio.ImageReadParam param, FilterType filterType)Returns the given bitmap as writable raster.static java.awt.image.WritableRasterBitmaps. asRaster(Bitmap bitmap, FilterType filterType)Returns the given bitmap as writable raster.private static java.awt.image.WritableRasterBitmaps. buildRaster(Bitmap bitmap, FilterType filterType, double scaleX, double scaleY)static FilterFilter. byType(FilterType type)Find a filter by its type.static java.lang.StringFilter. nameByType(FilterType type)Find a filter name by its type.static voidFilterType. setDefaultFilterType(FilterType defaultFilter)
-