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.


Method Summary
 Filter createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
 void update(BridgeMutationEvent evt)
          Update the Filter object to reflect the current configuration in the Element that models the filter.
 
Methods inherited from interface org.apache.batik.bridge.Bridge
getLocalName, getNamespaceURI
 

Method Detail

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 use
filterElement - the element that defines the filter
filteredElement - the element that references the filter element
filteredNode - 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.