org.apache.batik.bridge

Interface FilterBridge

public interface FilterBridge extends Bridge

Bridge class for vending Filter objects.
Method Summary
FiltercreateFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
Creates a Filter according to the specified parameters.

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

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.