java.lang.ObjectThis class extendsjava.awt.image.DataBuffer
java.awt.image.DataBufferFloat
DataBuffer and stores data internally
in float form.
1.4 - | Field Summary | ||
|---|---|---|
| float[][] | bankdata | The array of data banks. |
| float[] | data | A reference to the default data bank. |
| Fields inherited from java.awt.image.DataBuffer: |
|---|
| TYPE_BYTE, TYPE_USHORT, TYPE_SHORT, TYPE_INT, TYPE_FLOAT, TYPE_DOUBLE, TYPE_UNDEFINED, dataType, banks, offset, size, offsets, theTrackable |
| Constructor: |
|---|
float-based DataBuffer
with a specified size.
|
float-based DataBuffer
with a specified number of banks, all of which are of a
specified size.
|
float-based DataBuffer
with the specified data array. Only the first
size elements are available for use by this
DataBuffer. The array must be large enough to
hold size elements.
Note that {@code DataBuffer} objects created by this constructor may be incompatible with performance optimizations used by some implementations (such as caching an associated image in video memory).
|
float-based DataBuffer
with the specified data arrays. Only the first
size elements of each array are available for use
by this DataBuffer. The number of banks will be
equal to dataArray.length.
Note that {@code DataBuffer} objects created by this constructor may be incompatible with performance optimizations used by some implementations (such as caching an associated image in video memory).
|
float-based DataBuffer
with the specified data array. Only the elements between
offset and offset + size - 1 are
available for use by this DataBuffer. The array
must be large enough to hold offset + size
elements.
Note that {@code DataBuffer} objects created by this constructor may be incompatible with performance optimizations used by some implementations (such as caching an associated image in video memory).
|
float-based DataBuffer
with the specified data arrays, size, and per-bank offsets.
The number of banks is equal to dataArray.length.
Each array must be at least as large as size plus the
corresponding offset. There must be an entry in the offsets
array for each data array.
Note that {@code DataBuffer} objects created by this constructor may be incompatible with performance optimizations used by some implementations (such as caching an associated image in video memory).
|
| Method from java.awt.image.DataBufferFloat Summary: |
|---|
| getBankData, getData, getData, getElem, getElem, getElemDouble, getElemDouble, getElemFloat, getElemFloat, setElem, setElem, setElemDouble, setElemDouble, setElemFloat, setElemFloat |
| Methods from java.awt.image.DataBuffer: |
|---|
| getDataType, getDataTypeSize, getElem, getElem, getElemDouble, getElemDouble, getElemFloat, getElemFloat, getNumBanks, getOffset, getOffsets, getSize, setElem, setElem, setElemDouble, setElemDouble, setElemFloat, setElemFloat, toIntArray |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.image.DataBufferFloat Detail: |
|---|
Note that calling this method may cause this {@code DataBuffer} object to be incompatible with performance optimizations used by some implementations (such as caching an associated image in video memory). |
float data array.
Note that calling this method may cause this {@code DataBuffer} object to be incompatible with performance optimizations used by some implementations (such as caching an associated image in video memory). |
Note that calling this method may cause this {@code DataBuffer} object to be incompatible with performance optimizations used by some implementations (such as caching an associated image in video memory). |
int. |
int. |
double. |
double. |
float. |
float. |
int. |
int. |
double. |
double. |
float. |
float. |