org.apache.batik.ext.awt.image

Class IdentityTransfer

public class IdentityTransfer extends Object implements TransferFunction

IdentityTransfer.java This class defines the Identity type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
Field Summary
static byte[]lutData
This byte array stores the lookuptable data
Method Summary
byte[]getLookupTable()
This method will return the lut data in order to construct a LookUpTable object

Field Detail

lutData

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

Method Detail

getLookupTable

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