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

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

Introduction

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

The text is from its open source code.

Constructor

ShortLookupTable(int offset, short[][] data)
Constructs a ShortLookupTable object from an array of short arrays representing a lookup table for each band.
ShortLookupTable(int offset, short[] data)
Constructs a ShortLookupTable object from an array of shorts representing a lookup table for each band.