mxMarker

A static class that implements all markers for VML and SVG using a registry.  NOTE: The signatures in this class will change.

Summary
mxMarkerA static class that implements all markers for VML and SVG using a registry.
Variables
markersMaps from markers names to functions to paint the markers.
Functions
paintMarkerPaints the given marker.

Variables

markers

Maps from markers names to functions to paint the markers.

Functions

paintMarker

paintMarker: function(node,
type,
p0,
pe,
color,
strokewidth,
size,
scale,
x0,
y0,
source,
style)

Paints the given marker.

paintMarker: function(node,
type,
p0,
pe,
color,
strokewidth,
size,
scale,
x0,
y0,
source,
style)
Paints the given marker.
Close