Interface FilterBridge
- All Superinterfaces:
Bridge
- All Known Implementing Classes:
SVGFilterElementBridge
-
Method Summary
Modifier and TypeMethodDescriptioncreateFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilteraccording to the specified parameters.Methods inherited from interface Bridge
getInstance, getLocalName, getNamespaceURI
-
Method Details
-
createFilter
Filter createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode) Creates aFilteraccording 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
-