| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Methods with parameter type java.awt.image.Raster | |
| void | Compose the two source images into the composite image. |
Methods with return type java.awt.image.Raster | |
| Raster | PaintContext.getRaster(int x, int y, int w, int h) Return a raster containing the colors for the graphics operation.
|
Constructors with parameter type java.awt.image.Raster | |
Fields of type java.awt.image.Raster | |
| Raster | |
Methods with parameter type java.awt.image.Raster | |
| void | |
Methods with return type java.awt.image.Raster | |
| Raster | |
| Raster | |
Classes derived from java.awt.image.Raster | |
| class | |
Constructors with parameter type java.awt.image.Raster | |
Raster.Raster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, Raster parent) | |
Fields of type java.awt.image.Raster | |
| Raster | |
Methods with parameter type java.awt.image.Raster | |
| BufferedImage | Construct a BufferedImage with rgb pixel values from a
Raster.
|
| WritableRaster | Creates empty WritableRaster with the size equal to the transformed
source raster and correct number of bands
|
| WritableRaster | Creates a new WritableRaster that can be used as the destination for this
Op. |
| WritableRaster | |
| WritableRaster | |
| WritableRaster | |
| WritableRaster | |
| WritableRaster | |
| WritableRaster | Transforms source raster using transform specified at the constructor.
|
| WritableRaster | Filter Raster pixels through a matrix.
|
| WritableRaster | |
| WritableRaster | |
| WritableRaster | Filter a raster through a lookup table.
|
| WritableRaster | |
| WritableRaster | |
| Rectangle2D | Returns bounds of the transformed raster.
|
| Rectangle2D | |
| Rectangle2D | |
| Rectangle2D | |
| Rectangle2D | |
| Rectangle2D | |
| Rectangle2D | |
| boolean | Checks if the given raster has a compatible data-layout (SampleModel).
|
| boolean | |
| boolean | |
| void | |
| void | |
| void | |
| void | |
| void | |
Methods with return type java.awt.image.Raster | |
| Raster | Raster.createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int[] bandList) |
| Raster | |
| Raster | Raster.createTranslatedChild(int childMinX, int childMinY) |
| Raster | |
| Raster | |
| Raster | |
| Raster | |
| Raster | |
| Raster | BufferedImage.getTile(int tileX, int tileY) |
| Raster | RenderedImage.getTile(int x, int y) |
| GNU Classpath (0.18) |