|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferFunction | |
org.apache.batik.refimpl.gvt.filter |
Uses of TransferFunction in org.apache.batik.refimpl.gvt.filter |
Classes in org.apache.batik.refimpl.gvt.filter that implement TransferFunction | |
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. |
Constructors in org.apache.batik.refimpl.gvt.filter with parameters of type TransferFunction | |
ComponentTransferOp(TransferFunction[] funcs,
java.awt.RenderingHints hints)
The constructor will instantiate a LookupOp instance using the LookupTable object, which is built using the four LUT data obtained by different 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |