Package | Description |
---|---|
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
java.awt.image |
Provides classes for creating and modifying images.
|
javax.imageio |
The main package of the Java Image I/O API.
|
Modifier and Type | Method | Description |
---|---|---|
Raster |
PaintContext.getRaster(int x,
int y,
int w,
int h)
Returns a
Raster containing the colors generated for
the graphics operation. |
Modifier and Type | Method | Description |
---|---|---|
void |
CompositeContext.compose(Raster src,
Raster dstIn,
WritableRaster dstOut)
Composes the two source
Raster objects and
places the result in the destination
WritableRaster . |
Modifier and Type | Class | Description |
---|---|---|
class |
WritableRaster
This class extends Raster to provide pixel writing capabilities.
|