Uses of Interface
org.apache.batik.gvt.filter.ComponentTransferFunction

Packages that use ComponentTransferFunction
org.apache.batik.gvt.filter Contains all of the interfaces for describing a set of standard image processing filters Java objects. 
org.apache.batik.refimpl.gvt.filter   
 

Uses of ComponentTransferFunction in org.apache.batik.gvt.filter
 

Methods in org.apache.batik.gvt.filter that return ComponentTransferFunction
 ComponentTransferFunction ComponentTransferRable.getAlphaFunction()
          Returns the transfer function for the alpha channel
 ComponentTransferFunction ComponentTransferRable.getRedFunction()
          Returns the transfer function for the red channel
 ComponentTransferFunction ComponentTransferRable.getGreenFunction()
          Returns the transfer function for the green channel
 ComponentTransferFunction ComponentTransferRable.getBlueFunction()
          Returns the transfer function for the blue channel
 

Methods in org.apache.batik.gvt.filter with parameters of type ComponentTransferFunction
 void ComponentTransferRable.setAlphaFunction(ComponentTransferFunction alphaFunction)
          Sets the transfer function for the alpha channel
 void ComponentTransferRable.setRedFunction(ComponentTransferFunction redFunction)
          Sets the transfer function for the red channel
 void ComponentTransferRable.setGreenFunction(ComponentTransferFunction greenFunction)
          Sets the transfer function for the green channel
 void ComponentTransferRable.setBlueFunction(ComponentTransferFunction blueFunction)
          Sets the transfer function for the blue channel
 

Uses of ComponentTransferFunction in org.apache.batik.refimpl.gvt.filter
 

Classes in org.apache.batik.refimpl.gvt.filter that implement ComponentTransferFunction
 class ConcreteComponentTransferFunction
          This class implements the interface expected from a component transfer function.
 

Methods in org.apache.batik.refimpl.gvt.filter that return ComponentTransferFunction
 ComponentTransferFunction ConcreteComponentTransferRable.getAlphaFunction()
          Returns the transfer function for the alpha channel
 ComponentTransferFunction ConcreteComponentTransferRable.getRedFunction()
          Returns the transfer function for the red channel
 ComponentTransferFunction ConcreteComponentTransferRable.getGreenFunction()
          Returns the transfer function for the green channel
 ComponentTransferFunction ConcreteComponentTransferRable.getBlueFunction()
          Returns the transfer function for the blue channel
static ComponentTransferFunction ConcreteComponentTransferFunction.getIdentityTransfer()
          Returns an instance initialized as an identity transfer function
static ComponentTransferFunction ConcreteComponentTransferFunction.getTableTransfer(float[] tableValues)
          Returns a table transfer function
static ComponentTransferFunction ConcreteComponentTransferFunction.getDiscreteTransfer(float[] tableValues)
          Returns a discrete transfer function
static ComponentTransferFunction ConcreteComponentTransferFunction.getLinearTransfer(float slope, float intercept)
          Returns a linear transfer function
static ComponentTransferFunction ConcreteComponentTransferFunction.getGammaTransfer(float amplitude, float exponent, float offset)
          Returns a gamma function
 

Methods in org.apache.batik.refimpl.gvt.filter with parameters of type ComponentTransferFunction
 void ConcreteComponentTransferRable.setAlphaFunction(ComponentTransferFunction alphaFunction)
          Sets the transfer function for the alpha channel
 void ConcreteComponentTransferRable.setRedFunction(ComponentTransferFunction redFunction)
          Sets the transfer function for the red channel
 void ConcreteComponentTransferRable.setGreenFunction(ComponentTransferFunction greenFunction)
          Sets the transfer function for the green channel
 void ConcreteComponentTransferRable.setBlueFunction(ComponentTransferFunction blueFunction)
          Sets the transfer function for the blue channel
 

Constructors in org.apache.batik.refimpl.gvt.filter with parameters of type ComponentTransferFunction
ConcreteComponentTransferRable(Filter src, ComponentTransferFunction alphaFunction, ComponentTransferFunction redFunction, ComponentTransferFunction greenFunction, ComponentTransferFunction blueFunction)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.