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.
createMarker
public Marker createMarker(BridgeContext ctx,
Element markerElement,
Element paintedElement)
- Creates a Marker according to the specified parameters.
- Parameters:
ctx
- the bridge context to usemarkerElement
- the element that represents the markerpaintedElement
- 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.