Package org.apache.batik.ext.awt.image
Class IdentityTransfer
java.lang.Object
org.apache.batik.ext.awt.image.IdentityTransfer
- All Implemented Interfaces:
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.
- Version:
- $Id: IdentityTransfer.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic byte[]
This byte array stores the lookuptable data -
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 static byte[] lutDataThis byte array stores the lookuptable data
-
-
Constructor Details
-
IdentityTransfer
public IdentityTransfer()
-
-
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
-