Uses of Interface
org.apache.batik.ext.awt.image.ComponentTransferFunction

Packages that use ComponentTransferFunction
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.ext.awt.image Contains extensions to the java.awt.image package. 
org.apache.batik.ext.awt.image.renderable   
 

Uses of ComponentTransferFunction in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return ComponentTransferFunction
 ComponentTransferFunction SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.createComponentTransferFunction(Element filterElement, Element funcElement)
          Creates a ComponentTransferFunction according to the specified parameters.
 

Uses of ComponentTransferFunction in org.apache.batik.ext.awt.image
 

Classes in org.apache.batik.ext.awt.image that implement ComponentTransferFunction
 class ConcreteComponentTransferFunction
          This class implements the interface expected from a component transfer function.
 

Methods in org.apache.batik.ext.awt.image that return ComponentTransferFunction
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
 

Uses of ComponentTransferFunction in org.apache.batik.ext.awt.image.renderable
 

Methods in org.apache.batik.ext.awt.image.renderable 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
 ComponentTransferFunction ComponentTransferRable8Bit.getAlphaFunction()
          Returns the transfer function for the alpha channel
 ComponentTransferFunction ComponentTransferRable8Bit.getRedFunction()
          Returns the transfer function for the red channel
 ComponentTransferFunction ComponentTransferRable8Bit.getGreenFunction()
          Returns the transfer function for the green channel
 ComponentTransferFunction ComponentTransferRable8Bit.getBlueFunction()
          Returns the transfer function for the blue channel
 

Methods in org.apache.batik.ext.awt.image.renderable 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
 void ComponentTransferRable8Bit.setAlphaFunction(ComponentTransferFunction alphaFunction)
          Sets the transfer function for the alpha channel
 void ComponentTransferRable8Bit.setRedFunction(ComponentTransferFunction redFunction)
          Sets the transfer function for the red channel
 void ComponentTransferRable8Bit.setGreenFunction(ComponentTransferFunction greenFunction)
          Sets the transfer function for the green channel
 void ComponentTransferRable8Bit.setBlueFunction(ComponentTransferFunction blueFunction)
          Sets the transfer function for the blue channel
 

Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type ComponentTransferFunction
ComponentTransferRable8Bit(Filter src, ComponentTransferFunction alphaFunction, ComponentTransferFunction redFunction, ComponentTransferFunction greenFunction, ComponentTransferFunction blueFunction)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.