org.apache.batik.bridge
protected abstract static class SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge extends AnimatableGenericSVGBridge
Constructor Summary | |
---|---|
protected | SVGFeFuncElementBridge()
Constructs a new bridge for component transfer function. |
Method Summary | |
---|---|
protected static float[] | convertTableValues(Element e, BridgeContext ctx)
Converts the 'tableValues' attribute of the specified component
transfer function element.
|
protected static int | convertType(Element e, BridgeContext ctx)
Converts the type of the specified component transfert
function element.
|
ComponentTransferFunction | createComponentTransferFunction(Element filterElement, Element funcElement)
Creates a ComponentTransferFunction according to
the specified parameters.
|
Parameters: e the element that represents a component transfer function ctx the BridgeContext to use for error information
Parameters: e the element that represents a component transfer function ctx the BridgeContext to use for error information
Parameters: filterElement the feComponentTransfer filter primitive element funcElement the feFuncX element