Modifier and Type | Field and Description |
---|---|
private static final int | |
private static final int | |
private static final int | |
private static Class | |
private static final int | |
pack-priv static boolean | |
pack-priv static boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static native int | |
public static native int | |
public static WritableRaster | |
public static BufferedImage | |
private static int | |
private static native boolean | |
public static native int | |
public static native int | |
public static native int | |
public static native int |
AFFINE_OP | back to summary |
---|---|
private static final int AFFINE_OP |
CONVOLVE_OP | back to summary |
---|---|
private static final int CONVOLVE_OP |
LOOKUP_OP | back to summary |
---|---|
private static final int LOOKUP_OP |
nativeOpClass | back to summary |
---|---|
private static Class<?>[] nativeOpClass |
NUM_NATIVE_OPS | back to summary |
---|---|
private static final int NUM_NATIVE_OPS |
useLib | back to summary |
---|---|
pack-priv static boolean useLib |
verbose | back to summary |
---|---|
pack-priv static boolean verbose |
ImagingLib | back to summary |
---|---|
public ImagingLib() |
convolveBI | back to summary |
---|---|
public static native int convolveBI(BufferedImage src, BufferedImage dst, Kernel kernel, int edgeHint) |
convolveRaster | back to summary |
---|---|
public static native int convolveRaster(Raster src, Raster dst, Kernel kernel, int edgeHint) |
filter | back to summary |
---|---|
public static WritableRaster filter(RasterOp op, Raster src, WritableRaster dst) |
filter | back to summary |
---|---|
public static BufferedImage filter(BufferedImageOp op, BufferedImage src, BufferedImage dst) |
getNativeOpIndex | back to summary |
---|---|
private static int getNativeOpIndex(Class<?> opClass) |
init | back to summary |
---|---|
private static native boolean init() Returned value indicates whether the library initialization succeeded. There could be a number of reasons for failure: - failed to load library. - failed to get all required entry points. |
lookupByteBI | back to summary |
---|---|
public static native int lookupByteBI(BufferedImage src, BufferedImage dst, byte[][] table) |
lookupByteRaster | back to summary |
---|---|
public static native int lookupByteRaster(Raster src, Raster dst, byte[][] table) |
transformBI | back to summary |
---|---|
public static native int transformBI(BufferedImage src, BufferedImage dst, double[] matrix, int interpType) |
transformRaster | back to summary |
---|---|
public static native int transformRaster(Raster src, Raster dst, double[] matrix, int interpType) |