org.apache.batik.bridge

Interface MarkerBridge

public interface MarkerBridge extends Bridge

Factory class for vending Marker objects.
Method Summary
MarkercreateMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
Creates a Marker according to the specified parameters.

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

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.