Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2865 function StartStateShape() function
2869 mxUtils.extend(StartStateShape, StateShape);
2870 StartStateShape.prototype.outerStroke = false; class
2872 mxCellRenderer.registerShape('startState', StartStateShape);