Uses of Interface
org.apache.batik.ext.awt.image.ComponentTransferFunction
Packages that use ComponentTransferFunction
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains extensions to the
java.awt.image
package.-
Uses of ComponentTransferFunction in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return ComponentTransferFunctionModifier and TypeMethodDescriptionSVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.createComponentTransferFunction
(Element filterElement, Element funcElement) Creates aComponentTransferFunction
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 ComponentTransferFunctionModifier and TypeClassDescriptionfinal class
This class implements the interface expected from a component transfer function.Methods in org.apache.batik.ext.awt.image that return ComponentTransferFunctionModifier and TypeMethodDescriptionstatic ComponentTransferFunction
ConcreteComponentTransferFunction.getDiscreteTransfer
(float[] tableValues) Returns a discrete transfer functionstatic ComponentTransferFunction
ConcreteComponentTransferFunction.getGammaTransfer
(float amplitude, float exponent, float offset) Returns a gamma functionstatic ComponentTransferFunction
ConcreteComponentTransferFunction.getIdentityTransfer()
Returns an instance initialized as an identity transfer functionstatic ComponentTransferFunction
ConcreteComponentTransferFunction.getLinearTransfer
(float slope, float intercept) Returns a linear transfer functionstatic ComponentTransferFunction
ConcreteComponentTransferFunction.getTableTransfer
(float[] tableValues) Returns a table transfer function -
Uses of ComponentTransferFunction in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as ComponentTransferFunctionModifier and TypeFieldDescriptionprivate ComponentTransferFunction[]
ComponentTransferRable8Bit.functions
Array of transfer functions.Methods in org.apache.batik.ext.awt.image.renderable that return ComponentTransferFunctionModifier and TypeMethodDescriptionComponentTransferRable.getAlphaFunction()
Returns the transfer function for the alpha channelComponentTransferRable8Bit.getAlphaFunction()
Returns the transfer function for the alpha channelComponentTransferRable.getBlueFunction()
Returns the transfer function for the blue channelComponentTransferRable8Bit.getBlueFunction()
Returns the transfer function for the blue channelComponentTransferRable.getGreenFunction()
Returns the transfer function for the green channelComponentTransferRable8Bit.getGreenFunction()
Returns the transfer function for the green channelComponentTransferRable.getRedFunction()
Returns the transfer function for the red channelComponentTransferRable8Bit.getRedFunction()
Returns the transfer function for the red channelMethods in org.apache.batik.ext.awt.image.renderable with parameters of type ComponentTransferFunctionModifier and TypeMethodDescriptionprivate static TransferFunction
ComponentTransferRable8Bit.getTransferFunction
(ComponentTransferFunction function) Converts a ComponentTransferFunction to a TransferFunctionvoid
ComponentTransferRable.setAlphaFunction
(ComponentTransferFunction alphaFunction) Sets the transfer function for the alpha channelvoid
ComponentTransferRable8Bit.setAlphaFunction
(ComponentTransferFunction alphaFunction) Sets the transfer function for the alpha channelvoid
ComponentTransferRable.setBlueFunction
(ComponentTransferFunction blueFunction) Sets the transfer function for the blue channelvoid
ComponentTransferRable8Bit.setBlueFunction
(ComponentTransferFunction blueFunction) Sets the transfer function for the blue channelvoid
ComponentTransferRable.setGreenFunction
(ComponentTransferFunction greenFunction) Sets the transfer function for the green channelvoid
ComponentTransferRable8Bit.setGreenFunction
(ComponentTransferFunction greenFunction) Sets the transfer function for the green channelvoid
ComponentTransferRable.setRedFunction
(ComponentTransferFunction redFunction) Sets the transfer function for the red channelvoid
ComponentTransferRable8Bit.setRedFunction
(ComponentTransferFunction redFunction) Sets the transfer function for the red channelConstructors in org.apache.batik.ext.awt.image.renderable with parameters of type ComponentTransferFunctionModifierConstructorDescriptionComponentTransferRable8Bit
(Filter src, ComponentTransferFunction alphaFunction, ComponentTransferFunction redFunction, ComponentTransferFunction greenFunction, ComponentTransferFunction blueFunction)