|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nativelibs4java.util.ImageUtils
public class ImageUtils
| Constructor Summary | |
|---|---|
ImageUtils()
|
|
| Method Summary | |
|---|---|
static int[] |
getImageIntPixels(Image image,
boolean allowDeoptimizingDirectRead)
|
static int[] |
getImageIntPixels(Image image,
int x,
int y,
int width,
int height,
boolean allowDeoptimizingDirectRead)
|
static void |
setImageIntPixels(BufferedImage image,
boolean allowDeoptimizingDirectRead,
IntBuffer pixels)
|
static void |
setImageIntPixels(BufferedImage bim,
int x,
int y,
int width,
int height,
boolean allowDeoptimizingDirectRead,
IntBuffer pixels)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageUtils()
| Method Detail |
|---|
public static int[] getImageIntPixels(Image image,
boolean allowDeoptimizingDirectRead)
public static int[] getImageIntPixels(Image image,
int x,
int y,
int width,
int height,
boolean allowDeoptimizingDirectRead)
public static void setImageIntPixels(BufferedImage image,
boolean allowDeoptimizingDirectRead,
IntBuffer pixels)
public static void setImageIntPixels(BufferedImage bim,
int x,
int y,
int width,
int height,
boolean allowDeoptimizingDirectRead,
IntBuffer pixels)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||