org.apache.batik.ext.awt.image

Class TableTransfer

public class TableTransfer extends Object implements TransferFunction

TableTransfer.java This class defines the Table type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
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

Field Detail

lutData

public byte[] lutData
This byte array stores the lookuptable data

tableValues

public int[] tableValues
This int array is the input table values from the user

Constructor Detail

TableTransfer

public TableTransfer(int[] tableValues)

Method Detail

getLookupTable

public byte[] getLookupTable()
This method will return the lut data in order to construct a LookUpTable object
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.