KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt.image
Class ShortLookupTable

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

public final short[][] getTable()
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  


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


public ShortLookupTable(int offset,
                        short[] data)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ShortLookupTable(int offset,
                        short[][] data)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags