Searched defs:DataBuffer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DDataBuffer.java46 * the DataBuffer is referred to as a bank. Accessor methods for getting
47 * and setting elements of the DataBuffer's banks exist with and without
49 * bank. The DataBuffer can optionally take an offset per bank, so that
60 * the future. Generally, an object of class DataBuffer will be cast down
68 public abstract class DataBuffer { class
91 /** The data type of this DataBuffer. */
94 /** The number of banks in this DataBuffer. */
126 * Constructs a DataBuffer containing one bank of the specified
129 * @param dataType the data type of this <code>DataBuffer</code>
132 protected DataBuffer(in method in class:DataBuffer
145 DataBuffer(State initialState, method in class:DataBuffer
165 protected DataBuffer(int dataType, int size, int numBanks) { method in class:DataBuffer
181 DataBuffer(State initialState, method in class:DataBuffer
202 protected DataBuffer(int dataType, int size, int numBanks, int offset) { method in class:DataBuffer
219 DataBuffer(State initialState, method in class:DataBuffer
247 protected DataBuffer(int dataType, int size, int numBanks, int offsets[]) { method in class:DataBuffer
268 DataBuffer(State initialState, method in class:DataBuffer
[all...]

Completed in 31 milliseconds