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 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Vincent Hardy, Thierry Kormann
createFilter
Filter createFilter(BridgeContext ctx,
Element filterElement,
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
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.