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