Package org.apache.batik.bridge
Interface FilterBridge
- All Superinterfaces:
Bridge
- All Known Implementing Classes:
SVGFilterElementBridge
Bridge class for vending
Filter
objects.-
Method Summary
Modifier and TypeMethodDescriptioncreateFilter
(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilter
according to the specified parameters.Methods inherited from interface org.apache.batik.bridge.Bridge
getInstance, getLocalName, getNamespaceURI
-
Method Details
-
createFilter
Filter createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilter
according to the specified parameters.- Parameters:
ctx
- the bridge context to usefilterElement
- the element that defines the filterfilteredElement
- the element that references the filter elementfilteredNode
- the graphics node to filter
-