Package org.apache.batik.bridge
Interface MarkerBridge
- All Superinterfaces:
Bridge
- All Known Implementing Classes:
SVGMarkerElementBridge
Factory class for vending
Marker objects.- Version:
- $Id: MarkerBridge.java 1733416 2016-03-03 07:07:13Z gadams $
-
Method Summary
Modifier and TypeMethodDescriptioncreateMarker(BridgeContext ctx, Element markerElement, Element paintedElement) Creates aMarkeraccording to the specified parameters.Methods inherited from interface org.apache.batik.bridge.Bridge
getInstance, getLocalName, getNamespaceURI
-
Method Details
-
createMarker
Creates aMarkeraccording to the specified parameters.- Parameters:
ctx- the bridge context to usemarkerElement- the element that represents the markerpaintedElement- the element that references the marker element
-