Uses of Class java.awt.image.SampleModel

Uses in package javax.imageio

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.

Uses in package java.awt.image

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, Point origin)
Raster.Raster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin)
Raster.Raster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, Raster parent)
WritableRaster.WritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin)
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

Methods with return type java.awt.image.SampleModel

SampleModel
SampleModel
SampleModel
Creates a SampleModel whose arrangement of pixel data is compatible to this ColorModel.
SampleModel
SampleModel
SampleModel
SampleModel
Creates a new SampleModel that is like this one, but uses the specified width and height.
SampleModel
SampleModel
SampleModel
SampleModel
SampleModel
SampleModel
Creates a new SampleModel that is like this one, but uses only a subset of its bands.
SampleModel
Return a SampleModel with a subset of the bands in this model.
SampleModel
SampleModel
SampleModel
SampleModel