Uses of Enum
org.apache.pdfbox.jbig2.image.FilterType
Packages that use FilterType
-
Uses of FilterType in org.apache.pdfbox.jbig2.image
Fields in org.apache.pdfbox.jbig2.image declared as FilterTypeMethods in org.apache.pdfbox.jbig2.image that return FilterTypeModifier and TypeMethodDescriptionstatic FilterType
FilterType.getDefaultFilterType()
static FilterType
Filter.typeByName
(String name) Find a filter type by its name.static FilterType
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 FilterTypeModifier and TypeMethodDescriptionstatic BufferedImage
Bitmaps.asBufferedImage
(Bitmap bitmap, ImageReadParam param, FilterType filterType) Returns the given bitmap as buffered image.static BufferedImage
Bitmaps.asBufferedImage
(Bitmap bitmap, FilterType filterType) Returns the given bitmap as buffered image.static WritableRaster
Bitmaps.asRaster
(Bitmap bitmap, ImageReadParam param, FilterType filterType) Returns the given bitmap as writable raster.static WritableRaster
Bitmaps.asRaster
(Bitmap bitmap, FilterType filterType) Returns the given bitmap as writable raster.private static WritableRaster
Bitmaps.buildRaster
(Bitmap bitmap, FilterType filterType, double scaleX, double scaleY) static Filter
Filter.byType
(FilterType type) Find a filter by its type.static String
Filter.nameByType
(FilterType type) Find a filter name by its type.static void
FilterType.setDefaultFilterType
(FilterType defaultFilter)