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

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

Introduction

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

The text is from its open source code.

Constructor

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.