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

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

Introduction

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

The text is from its open source code.

Constructor

DataBufferDouble(int size)
Constructs a double -based DataBuffer with a specified size.
DataBufferDouble(int size, int numBanks)
Constructs a double -based DataBuffer with a specified number of banks, all of which are of a specified size.
DataBufferDouble(double[] dataArray, int size)
Constructs a double -based DataBuffer with the specified data array.
DataBufferDouble(double[][] dataArray, int size)
Constructs a double -based DataBuffer with the specified data arrays.