org.apache.batik.refimpl.gvt.filter
Interface TransferFunction

All Known Implementing Classes:
DiscreteTransfer, GammaTransfer, IdentityTransfer, LinearTransfer, TableTransfer

public interface TransferFunction

Defines the interface for all the ComponentTransferOp transfer functions, which can all be converted to a lookup table


Method Summary
 byte[] getLookupTable()
           
 

Method Detail

getLookupTable

public byte[] getLookupTable()


Copyright © 2000 Apache Software Foundation. All Rights Reserved.