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 aComponentTransferFunctionaccording 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 classThis class implements the interface expected from a component transfer function.Methods in org.apache.batik.ext.awt.image that return ComponentTransferFunctionModifier and TypeMethodDescriptionstatic ComponentTransferFunctionConcreteComponentTransferFunction.getDiscreteTransfer(float[] tableValues) Returns a discrete transfer functionstatic ComponentTransferFunctionConcreteComponentTransferFunction.getGammaTransfer(float amplitude, float exponent, float offset) Returns a gamma functionstatic ComponentTransferFunctionConcreteComponentTransferFunction.getIdentityTransfer()Returns an instance initialized as an identity transfer functionstatic ComponentTransferFunctionConcreteComponentTransferFunction.getLinearTransfer(float slope, float intercept) Returns a linear transfer functionstatic ComponentTransferFunctionConcreteComponentTransferFunction.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.functionsArray 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 TransferFunctionComponentTransferRable8Bit.getTransferFunction(ComponentTransferFunction function) Converts a ComponentTransferFunction to a TransferFunctionvoidComponentTransferRable.setAlphaFunction(ComponentTransferFunction alphaFunction) Sets the transfer function for the alpha channelvoidComponentTransferRable8Bit.setAlphaFunction(ComponentTransferFunction alphaFunction) Sets the transfer function for the alpha channelvoidComponentTransferRable.setBlueFunction(ComponentTransferFunction blueFunction) Sets the transfer function for the blue channelvoidComponentTransferRable8Bit.setBlueFunction(ComponentTransferFunction blueFunction) Sets the transfer function for the blue channelvoidComponentTransferRable.setGreenFunction(ComponentTransferFunction greenFunction) Sets the transfer function for the green channelvoidComponentTransferRable8Bit.setGreenFunction(ComponentTransferFunction greenFunction) Sets the transfer function for the green channelvoidComponentTransferRable.setRedFunction(ComponentTransferFunction redFunction) Sets the transfer function for the red channelvoidComponentTransferRable8Bit.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)