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
Copyright © 2002 Apache Software Foundation. All Rights Reserved.