Uses of Interface
org.apache.batik.ext.awt.image.ComponentTransferFunction
-
Packages that use ComponentTransferFunction Package Description 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 thejava.awt.imagepackage.org.apache.batik.ext.awt.image.renderable -
-
Uses of ComponentTransferFunction in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return ComponentTransferFunction Modifier and Type Method Description ComponentTransferFunctionSVGFeComponentTransferElementBridge.SVGFeFuncElementBridge. createComponentTransferFunction(org.w3c.dom.Element filterElement, org.w3c.dom.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 ComponentTransferFunction Modifier and Type Class Description classConcreteComponentTransferFunctionThis class implements the interface expected from a component transfer function.Methods in org.apache.batik.ext.awt.image that return ComponentTransferFunction Modifier and Type Method Description static 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 ComponentTransferFunction Modifier and Type Field Description private ComponentTransferFunction[]ComponentTransferRable8Bit. functionsArray of transfer functions.Methods in org.apache.batik.ext.awt.image.renderable that return ComponentTransferFunction Modifier and Type Method Description ComponentTransferFunctionComponentTransferRable. getAlphaFunction()Returns the transfer function for the alpha channelComponentTransferFunctionComponentTransferRable8Bit. getAlphaFunction()Returns the transfer function for the alpha channelComponentTransferFunctionComponentTransferRable. getBlueFunction()Returns the transfer function for the blue channelComponentTransferFunctionComponentTransferRable8Bit. getBlueFunction()Returns the transfer function for the blue channelComponentTransferFunctionComponentTransferRable. getGreenFunction()Returns the transfer function for the green channelComponentTransferFunctionComponentTransferRable8Bit. getGreenFunction()Returns the transfer function for the green channelComponentTransferFunctionComponentTransferRable. getRedFunction()Returns the transfer function for the red channelComponentTransferFunctionComponentTransferRable8Bit. getRedFunction()Returns the transfer function for the red channelMethods in org.apache.batik.ext.awt.image.renderable with parameters of type ComponentTransferFunction Modifier and Type Method Description private 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 ComponentTransferFunction Constructor Description ComponentTransferRable8Bit(Filter src, ComponentTransferFunction alphaFunction, ComponentTransferFunction redFunction, ComponentTransferFunction greenFunction, ComponentTransferFunction blueFunction)
-