org.apache.batik.ext.awt.image
Class IdentityTransfer
java.lang.Object
org.apache.batik.ext.awt.image.IdentityTransfer
- All Implemented Interfaces:
- TransferFunction
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.
- Version:
- $Id: IdentityTransfer.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Sheng Pei
|
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lutData
public static byte[] lutData
- This byte array stores the lookuptable data
IdentityTransfer
public IdentityTransfer()
getLookupTable
public byte[] getLookupTable()
- This method will return the lut data in order
to construct a LookUpTable object
- Specified by:
getLookupTable in interface TransferFunction
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.