JSR-209 (Final Release)

Uses of Class
java.awt.image.DataBuffer

Packages that use DataBuffer
java.awt.image Provides classes for creating and modifying images. 
 

Uses of DataBuffer in java.awt.image
 

Subclasses of DataBuffer in java.awt.image
 class DataBufferInt
          This class extends DataBuffer and stores data internally as integers.
 

Fields in java.awt.image declared as DataBuffer
protected  DataBuffer Raster.dataBuffer
          The DataBuffer that stores the image data.
 

Methods in java.awt.image that return DataBuffer
 DataBuffer Raster.getDataBuffer()
          Returns the DataBuffer associated with this Raster.
 

Constructors in java.awt.image with parameters of type DataBuffer
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.
 


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.