Package org.apache.batik.bridge
Interface FilterBridge
-
- All Superinterfaces:
Bridge
- All Known Implementing Classes:
SVGFilterElementBridge
public interface FilterBridge extends Bridge
Bridge class for vendingFilter
objects.- Version:
- $Id: FilterBridge.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter
createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode)
Creates aFilter
according to the specified parameters.-
Methods inherited from interface org.apache.batik.bridge.Bridge
getInstance, getLocalName, getNamespaceURI
-
-
-
-
Method Detail
-
createFilter
Filter createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.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
-
-