JSR-209 (Final Release)

Uses of Class
java.awt.image.SampleModel

Packages that use SampleModel
java.awt.image Provides classes for creating and modifying images. 
javax.imageio The main package of the Java Image I/O API. 
 

Uses of SampleModel in java.awt.image
 

Subclasses of SampleModel in java.awt.image
 class SinglePixelPackedSampleModel
          This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element, and each data data array element holds samples for only one pixel.
 

Fields in java.awt.image declared as SampleModel
protected  SampleModel Raster.sampleModel
          The SampleModel that describes how pixels from this Raster are stored in the DataBuffer.
 

Methods in java.awt.image that return SampleModel
 SampleModel RenderedImage.getSampleModel()
          Returns the SampleModel associated with this image.
 SampleModel Raster.getSampleModel()
          Returns the SampleModel that describes the layout of the image data.
 SampleModel BufferedImage.getSampleModel()
          Returns the SampleModel associated with this BufferedImage.
 

Constructors in java.awt.image with parameters of type SampleModel
Raster(SampleModel sampleModel, Point origin)
          Constructs a Raster with the given SampleModel.
Raster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin)
          Constructs a Raster with the given SampleModel and DataBuffer.
Raster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, Raster parent)
          Constructs a Raster with the given SampleModel, DataBuffer, and parent.
WritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin)
          Constructs a WritableRaster with the given SampleModel and DataBuffer.
WritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, Point sampleModelTranslate, WritableRaster parent)
          Constructs a WritableRaster with the given SampleModel, DataBuffer, and parent.
 

Uses of SampleModel in javax.imageio
 

Fields in javax.imageio declared as SampleModel
protected  SampleModel ImageTypeSpecifier.sampleModel
          A SampleModel to be used as a prototype.
 

Methods in javax.imageio that return SampleModel
 SampleModel ImageTypeSpecifier.getSampleModel()
          Returns a SampleModel based on the settings encapsulated within this object.
 SampleModel ImageTypeSpecifier.getSampleModel(int width, int height)
          Returns a SampleModel based on the settings encapsulated within this object.
 

Constructors in javax.imageio with parameters of type SampleModel
ImageTypeSpecifier(java.awt.image.ColorModel colorModel, SampleModel sampleModel)
          Constructs an ImageTypeSpecifier directly from a ColorModel and a SampleModel.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.