public interface FilterBridge extends Bridge
Filter objects.| Modifier and Type | Method and Description |
|---|---|
Filter |
createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode)
Creates a
Filter according to the specified parameters. |
getInstance, getLocalName, getNamespaceURIFilter createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
Filter according to the specified parameters.ctx - the bridge context to usefilterElement - the element that defines the filterfilteredElement - the element that references the filter elementfilteredNode - the graphics node to filterCopyright © 2000–2020 Apache Software Foundation. All rights reserved.