Home
last modified time | relevance | path

Searched refs:ParallelMarkerShape (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1302 function ParallelMarkerShape() function
1306 mxUtils.extend(ParallelMarkerShape, mxActor);
1307 ParallelMarkerShape.prototype.redrawPath = function(c, x, y, w, h) class
1320 mxCellRenderer.registerShape('parallelMarker', ParallelMarkerShape);