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 $
  • Method Details

    • 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 use
      filterElement - the element that defines the filter
      filteredElement - the element that references the filter element
      filteredNode - the graphics node to filter