Uses of Enum
org.apache.pdfbox.jbig2.image.FilterType
Packages that use FilterType
-
Uses of FilterType in org.apache.pdfbox.jbig2.image
Subclasses with type arguments of type FilterType in org.apache.pdfbox.jbig2.imageModifier and TypeClassDescriptionenumA FilterType enum for defining certain downscale filters to apply.Fields in org.apache.pdfbox.jbig2.image declared as FilterTypeMethods in org.apache.pdfbox.jbig2.image that return FilterTypeModifier and TypeMethodDescriptionstatic FilterTypeFilterType.getDefaultFilterType()static FilterTypeFilter.typeByName(String name) Find a filter type by its name.static FilterTypeReturns 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 BufferedImageBitmaps.asBufferedImage(Bitmap bitmap, ImageReadParam param, FilterType filterType) Returns the given bitmap as buffered image.static BufferedImageBitmaps.asBufferedImage(Bitmap bitmap, FilterType filterType) Returns the given bitmap as buffered image.static WritableRasterBitmaps.asRaster(Bitmap bitmap, ImageReadParam param, FilterType filterType) Returns the given bitmap as writable raster.static WritableRasterBitmaps.asRaster(Bitmap bitmap, FilterType filterType) Returns the given bitmap as writable raster.private static WritableRasterBitmaps.buildRaster(Bitmap bitmap, FilterType filterType, double scaleX, double scaleY) static FilterFilter.byType(FilterType type) Find a filter by its type.static StringFilter.nameByType(FilterType type) Find a filter name by its type.static voidFilterType.setDefaultFilterType(FilterType defaultFilter)