Package org.apache.batik.ext.awt.image
Class LinearTransfer
- java.lang.Object
-
- org.apache.batik.ext.awt.image.LinearTransfer
-
- All Implemented Interfaces:
TransferFunction
public class LinearTransfer extends java.lang.Object implements TransferFunction
LinearTransfer.java This class defines the Linear type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
-
-
Constructor Summary
Constructors Constructor Description LinearTransfer(float slope, float intercept)
Two floats as the input for the function
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getLookupTable()
This method will return the lut data in order to construct a LookUpTable object
-
-
-
Method Detail
-
getLookupTable
public byte[] getLookupTable()
This method will return the lut data in order to construct a LookUpTable object- Specified by:
getLookupTable
in interfaceTransferFunction
-
-