org.apache.batik.bridge
public interface FilterBridge extends Bridge
Modifier and Type | Method and Description |
---|---|
Filter |
createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode)
Creates a Filter according to the specified parameters.
|
getInstance, getLocalName, getNamespaceURI
Filter createFilter(BridgeContext ctx, org.w3c.dom.Element filterElement, org.w3c.dom.Element filteredElement, GraphicsNode filteredNode)
ctx
- the bridge context to usefilterElement
- the element that defines the filterfilteredElement
- the element that references the filter elementfilteredNode
- the graphics node to filterCopyright ? 2008 Apache Software Foundation. All Rights Reserved.