org.apache.batik.bridge
public class SVGMarkerElementBridge extends AnimatableGenericSVGBridge implements MarkerBridge, ErrorConstants
| Constructor Summary | |
|---|---|
| protected | SVGMarkerElementBridge()
Constructs a new bridge for the <marker> element. |
| Method Summary | |
|---|---|
| Marker | createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
Creates a Marker according to the specified parameters.
|
| String | getLocalName()
Returns 'marker'. |
Parameters: ctx the bridge context to use markerElement the element that represents the marker paintedElement the element that references the marker element