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.
createFilter
public 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
update
public void update(BridgeMutationEvent evt)
- Update the Filter object to reflect the current
configuration in the Element that models the filter.
- Parameters:
evt
- the event that describes the modification to perform
Copyright © 2001 Apache Software Foundation. All Rights Reserved.