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.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.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
-