org.apache.batik.ext.awt.image.rendered

Class ComponentTransferRed

public class ComponentTransferRed extends AbstractRed

Constructor Summary
ComponentTransferRed(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
Method Summary
WritableRastercopyData(WritableRaster wr)

Constructor Detail

ComponentTransferRed

public ComponentTransferRed(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

Method Detail

copyData

public WritableRaster copyData(WritableRaster wr)
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.