org.apache.batik.bridge
Interface FilterBridge
- All Superinterfaces:
- Bridge
- All Known Implementing Classes:
- SVGFilterElementBridge
- public interface FilterBridge
- extends Bridge
Bridge class for vending Filter objects.
- Version:
- $Id: FilterBridge.java,v 1.9 2003/08/08 11:38:50 vhardy Exp $
- Author:
- Vincent Hardy, Thierry Kormann
createFilter
public Filter createFilter(BridgeContext ctx,
org.w3c.dom.Element filterElement,
org.w3c.dom.Element filteredElement,
GraphicsNode filteredNode)
- Creates a Filter 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
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.