org.apache.batik.refimpl.gvt.filter
Class ComponentTransferOp

java.lang.Object
  |
  +--java.awt.image.LookupOp
        |
        +--org.apache.batik.refimpl.gvt.filter.ComponentTransferOp
All Implemented Interfaces:
java.awt.image.BufferedImageOp, java.awt.image.RasterOp

public class ComponentTransferOp
extends java.awt.image.LookupOp

This class provides an implementation for the feComponentTransfer filter, as defined in chapter 15, section 11 of the SVG specification.

See Also:
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

ComponentTransferOp

public 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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.