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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DDataBuffer.java47 * and setting elements of the DataBuffer's banks exist with and without
94 /** The number of banks in this DataBuffer. */
95 protected int banks; field in class:DataBuffer
100 /** Usable size of all banks. */
103 /** Offsets into all banks. */
130 * @param size the size of the banks
142 * @param size the size of the banks
150 this.banks = 1;
158 * banks. Each bank has the specified size and an offset of 0.
161 * @param size the size of the banks
[all...]

Completed in 52 milliseconds