| Package | Description |
|---|---|
| org.apache.pdfbox.jbig2.image |
| Modifier and Type | Method and Description |
|---|---|
static FilterType |
FilterType.getDefaultFilterType() |
static FilterType |
FilterType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
Bitmaps.asBufferedImage(Bitmap bitmap,
FilterType filterType)
Returns the given bitmap as buffered image.
|
static BufferedImage |
Bitmaps.asBufferedImage(Bitmap bitmap,
ImageReadParam param,
FilterType filterType)
Returns the given bitmap as buffered image.
|
static WritableRaster |
Bitmaps.asRaster(Bitmap bitmap,
FilterType filterType)
Returns the given bitmap as writable raster.
|
static WritableRaster |
Bitmaps.asRaster(Bitmap bitmap,
ImageReadParam param,
FilterType filterType)
Returns the given bitmap as writable raster.
|
static void |
FilterType.setDefaultFilterType(FilterType defaultFilter) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.