org.apache.batik.bridge

Class SVGMarkerElementBridge

public class SVGMarkerElementBridge extends AnimatableGenericSVGBridge implements MarkerBridge, ErrorConstants

Bridge class for the <marker> element.
Constructor Summary
protected SVGMarkerElementBridge()
Constructs a new bridge for the <marker> element.
Method Summary
MarkercreateMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
Creates a Marker according to the specified parameters.
StringgetLocalName()
Returns 'marker'.

Constructor Detail

SVGMarkerElementBridge

protected SVGMarkerElementBridge()
Constructs a new bridge for the <marker> element.

Method Detail

createMarker

public Marker createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
Creates a Marker according to the specified parameters.

Parameters: ctx the bridge context to use markerElement the element that represents the marker paintedElement the element that references the marker element

getLocalName

public String getLocalName()
Returns 'marker'.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.