| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Constructors with parameter type java.awt.image.SampleModel | |
Fields of type java.awt.image.SampleModel | |
| SampleModel | |
Methods with return type java.awt.image.SampleModel | |
| SampleModel | |
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 | |
| GNU Classpath (0.18) |