Package org.apache.batik.ext.awt.image
Class TableTransfer
java.lang.Object
org.apache.batik.ext.awt.image.TableTransfer
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionbyte[]
This byte array stores the lookuptable dataint[]
This int array is the input table values from the user -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
This method will return the lut data in order to construct a LookUpTable object
-
Field Details
-
lutData
public byte[] lutDataThis byte array stores the lookuptable data -
tableValues
public int[] tableValuesThis int array is the input table values from the user
-
-
Constructor Details
-
TableTransfer
public TableTransfer(int[] tableValues)
-
-
Method Details
-
getLookupTable
public byte[] getLookupTable()This method will return the lut data in order to construct a LookUpTable object- Specified by:
getLookupTable
in interfaceTransferFunction
-