Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js382 function WaypointShape() function
386 mxUtils.extend(WaypointShape, mxCylinder);
387 WaypointShape.prototype.size = 6; class
389 WaypointShape.prototype.paintVertexShape = function(c, x, y, w, h)
401 mxCellRenderer.registerShape('waypoint', WaypointShape);