Uses of Interface
org.apache.batik.ext.awt.image.TransferFunction
Packages that use TransferFunction
Package
Description
Contains extensions to the
java.awt.image
package.-
Uses of TransferFunction in org.apache.batik.ext.awt.image
Classes in org.apache.batik.ext.awt.image that implement TransferFunctionModifier and TypeClassDescriptionclass
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.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.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.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.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.rendered
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type TransferFunctionModifierConstructorDescriptionComponentTransferRed
(CachableRed src, TransferFunction[] funcs, 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