Interface MarkerBridge
- All Superinterfaces:
Bridge
- All Known Implementing Classes:
SVGMarkerElementBridge
Factory class for vending
Marker objects.-
Method Summary
Modifier and TypeMethodDescriptioncreateMarker(BridgeContext ctx, Element markerElement, Element paintedElement) Creates aMarkeraccording to the specified parameters.Methods inherited from interface 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
-