Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Method Summary | |
void | setPixels(int x,
int y,
ColorModel model,
WritableRaster raster)
|
Method Detail |
public void setPixels(int x, int y, ColorModel model, WritableRaster raster)
int[] pixel = (int[])Raster.getPixelData(tx, ty, null);The variable pixel will contain one channel element for the specified location from each channel in the Raster.
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |