org.apache.batik.ext.awt.image
public class TableTransfer extends Object implements TransferFunction
| Field Summary | |
|---|---|
| byte[] | lutData
This byte array stores the lookuptable data |
| int[] | tableValues
This int array is the input table values from the user |
| Constructor Summary | |
|---|---|
| TableTransfer(int[] tableValues) | |
| Method Summary | |
|---|---|
| byte[] | getLookupTable()
This method will return the lut data in order
to construct a LookUpTable object |