Uses of Interface
org.apache.batik.ext.awt.image.TransferFunction
-
Packages that use TransferFunction Package Description org.apache.batik.ext.awt.image Contains extensions to thejava.awt.image
package.org.apache.batik.ext.awt.image.renderable org.apache.batik.ext.awt.image.rendered -
-
Uses of TransferFunction in org.apache.batik.ext.awt.image
Classes in org.apache.batik.ext.awt.image that implement TransferFunction Modifier and Type Class Description class
DiscreteTransfer
This class defines the Discrete type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.class
GammaTransfer
GammaTransfer.java This class defines the Gamma type transfer function for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.class
IdentityTransfer
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.class
LinearTransfer
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.class
TableTransfer
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. -
Uses of TransferFunction in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as TransferFunction Modifier and Type Field Description private TransferFunction[]
ComponentTransferRable8Bit. txfFunc
Array of transfer functions.Methods in org.apache.batik.ext.awt.image.renderable that return TransferFunction Modifier and Type Method Description private static TransferFunction
ComponentTransferRable8Bit. getTransferFunction(ComponentTransferFunction function)
Converts a ComponentTransferFunction to a TransferFunctionprivate TransferFunction[]
ComponentTransferRable8Bit. getTransferFunctions()
Builds an array of transfer functions for the ComponentTransferOp. -
Uses of TransferFunction in org.apache.batik.ext.awt.image.rendered
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type TransferFunction Constructor Description ComponentTransferRed(CachableRed src, TransferFunction[] funcs, java.awt.RenderingHints hints)
The constructor will instantiate a LookupOp instance using a LookupOp, which is built using the four LUT data obtained by the TransferFunction objects funcs[0] : Alpha component transfer function funcs[1] : Red component transfer function funcs[2] : Green component transfer function funcs[3] : Blue component transfer function
-