Java java.awt.image DataBufferUShort fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image DataBufferUShort fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image DataBufferUShort.

The text is from its open source code.

Constructor

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.

Method

short[]getData()
Returns the default (first) unsigned-short data array.