|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.image.LookupOp | +--org.apache.batik.refimpl.gvt.filter.ComponentTransferOp
This class provides an implementation for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.
IdentityTransfer
,
TableTransfer
,
DiscreteTransfer
,
LinearTransfer
,
GammaTransfer
Constructor Summary | |
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 |
Methods inherited from class java.awt.image.LookupOp |
createCompatibleDestImage, createCompatibleDestRaster, filter, filter, getBounds2D, getBounds2D, getPoint2D, getRenderingHints, getTable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComponentTransferOp(TransferFunction[] funcs, java.awt.RenderingHints hints)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |