| GNU Classpath (0.91) | |
| Frames | No Frames |
Classes derived from java.awt.image.SampleModel | |
| class | MultiPixelPackedSampleModel provides a single band model that supports
multiple pixels in a single unit. |
| class | ComponentSampleModel supports a flexible organization of pixel samples in
memory, permitting pixel samples to be interleaved by band, by scanline,
and by pixel.
|
| class | MultiPixelPackedSampleModel provides a single band model that supports
multiple pixels in a single unit. |
| class | A SampleModel that uses exactly one element of the
raster’s DataBuffer per pixel, holds all bands in a
single bank, and stores band data in pixel-interleaved manner.
|
| class | |
Constructors with parameter type java.awt.image.SampleModel | |
Raster.Raster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, Raster parent) | |
WritableRaster.WritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, WritableRaster parent) | |
Fields of type java.awt.image.SampleModel | |
| SampleModel | |
Methods with parameter type java.awt.image.SampleModel | |
| Raster | |
| WritableRaster | |
| WritableRaster | |
| boolean | |
| boolean | |
| boolean | |
Constructors with parameter type java.awt.image.SampleModel | |
Construct an image type specifier with the given models.
| |
Fields of type java.awt.image.SampleModel | |
| SampleModel | The image's sample model.
|
Methods with return type java.awt.image.SampleModel | |
| SampleModel | Get the sample model specified by this image type specifier.
|
| SampleModel | ImageTypeSpecifier.getSampleModel(int width, int height) Create a sample model that is compatible with the one specified
by this image type specifier, with the given dimensions.
|
| GNU Classpath (0.91) |