GNU Classpath (0.20) | |
Frames | No Frames |
Classes derived from java.awt.image.DataBuffer | |
class | A DataBuffer that uses an array of byte primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of double primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of float primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of int primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of short primitives
to represent each of its banks.
|
class | A DataBuffer that uses an array of short primitives
to represent each of its banks.
|
Constructors with parameter type java.awt.image.DataBuffer | |
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.DataBuffer | |
DataBuffer |
Methods with parameter type java.awt.image.DataBuffer | |
WritableRaster | Raster.createBandedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int[] bankIndices, int[] bandOffsets, Point location) |
WritableRaster | Raster.createInterleavedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int pixelStride, int[] bandOffsets, Point location) |
WritableRaster | Raster.createPackedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int[] bandMasks, Point location) |
WritableRaster | |
Raster | |
WritableRaster | |
Object | |
Object | |
Object | SinglePixelPackedSampleModel.getDataElements(int x, int y, int w, int h, Object obj, DataBuffer data) This is a more efficient implementation of the default implementation in the super
class.
|
Object | Extract all samples of one pixel and return in an array of transfer type.
|
Object | |
Object | Extract one pixel and return in an array of transfer type.
|
Object |
This method is provided as a faster alternative to getPixel(),
that can be used when there is no need to decode the pixel into
separate sample values.
|
Object | |
double[] | |
float[] | |
int[] | |
int[] | |
int[] | |
int[] | |
int[] | |
double[] | |
float[] | |
int[] | Copy pixels from a region into an array.
|
int[] | |
int[] | |
int[] | |
int[] | |
int | |
int | |
int | |
int | |
int | |
double | |
double | |
float | |
float | |
double[] | |
float[] | |
int[] | Copy one band's samples from a region into an array.
|
int[] | |
void | |
void | |
void | SinglePixelPackedSampleModel.setDataElements(int x, int y, int w, int h, Object obj, DataBuffer data) This method implements a more efficient way to set data elements than the default
implementation of the super class. |
void | Set the pixel at x, y to the value in the first element of the primitive
array obj.
|
void | |
void | Set the pixel at x, y to the value in the first element of the primitive
array obj.
|
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | This method implements a more efficient way to set pixels than the default
implementation of the super class. |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void |
Methods with return type java.awt.image.DataBuffer | |
DataBuffer | |
DataBuffer | Creates a DataBuffer for holding pixel data in the format and
layout described by this SampleModel. |
DataBuffer | |
DataBuffer | Creates a DataBuffer for holding pixel data in the format and
layout described by this SampleModel. |
DataBuffer |
GNU Classpath (0.20) |