Interface MarkerBridge

All Superinterfaces:
Bridge
All Known Implementing Classes:
SVGMarkerElementBridge

public interface MarkerBridge extends Bridge
Factory class for vending Marker objects.
  • Method Details

    • createMarker

      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