Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.