Example usage for Java java.awt.image DataBufferShort fields, constructors, methods, implement or subclass
The text is from its open source code.
DataBufferShort(int size) Constructs a short-based DataBuffer with a single bank and the specified size. | |
DataBufferShort(int size, int numBanks) Constructs a short-based DataBuffer with the specified number of banks all of which are the specified size. | |
DataBufferShort(short[] dataArray, int size) Constructs a short-based DataBuffer with a single bank using the specified array. | |
DataBufferShort(short[][] dataArray, int size) Constructs a short-based DataBuffer with the specified arrays. |