KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > image > ByteLookupTable

java.awt.image
Class ByteLookupTable

java.lang.Object
  extended by java.awt.image.LookupTable
      extended by java.awt.image.ByteLookupTable
See Also:
Top Examples, Source Code, ShortLookupTable, LookupOp

public ByteLookupTable(int offset,
                       byte[] data)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ByteLookupTable(int offset,
                       byte[][] data)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final byte[][] getTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte[] lookupPixel(byte[] src,
                          byte[] dst)
See Also:
ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int[] lookupPixel(int[] src,
                         int[] dst)
See Also:
ArrayIndexOutOfBoundsException, LookupTable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags