org.apache.batik.bridge
Interface MarkerBridge

All Superinterfaces:
Bridge
All Known Implementing Classes:
SVGMarkerElementBridge

public interface MarkerBridge
extends Bridge

Factory class for vending Marker objects.


Method Summary
 Marker createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
          Creates a Marker according to the specified parameters.
 void update(BridgeMutationEvent evt)
          Performs an update according to the specified event.
 
Methods inherited from interface org.apache.batik.bridge.Bridge
getLocalName, getNamespaceURI
 

Method Detail

createMarker

public Marker createMarker(BridgeContext ctx,
                           Element markerElement,
                           Element paintedElement)
Creates a Marker according to the specified parameters.
Parameters:
ctx - the bridge context to use
markerElement - the element that represents the marker
paintedElement - the element that references the marker element

update

public void update(BridgeMutationEvent evt)
Performs an update according to the specified event.
Parameters:
evt - the event describing the update to perform


Copyright © 2001 Apache Software Foundation. All Rights Reserved.