Package org.apache.batik.bridge
Interface MarkerBridge
-
- All Superinterfaces:
Bridge
- All Known Implementing Classes:
SVGMarkerElementBridge
public interface MarkerBridge extends Bridge
Factory class for vendingMarkerobjects.- Version:
- $Id: MarkerBridge.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MarkercreateMarker(BridgeContext ctx, org.w3c.dom.Element markerElement, org.w3c.dom.Element paintedElement)Creates aMarkeraccording to the specified parameters.-
Methods inherited from interface org.apache.batik.bridge.Bridge
getInstance, getLocalName, getNamespaceURI
-
-
-
-
Method Detail
-
createMarker
Marker createMarker(BridgeContext ctx, org.w3c.dom.Element markerElement, org.w3c.dom.Element paintedElement)
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
-
-