java.lang.Object java.awt.image.LookupTable java.awt.image.ByteLookupTable
ShortLookupTable
LookupOp
public ByteLookupTable(int offset, byte[] data)
public ByteLookupTable(int offset, byte[][] data)
public final byte[][] getTable()
public byte[] lookupPixel(byte[] src, byte[] dst)
public int[] lookupPixel(int[] src, int[] dst)