Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2838 function StateShape() function
2842 mxUtils.extend(StateShape, mxDoubleEllipse);
2843 StateShape.prototype.outerStroke = true; class
2844 StateShape.prototype.paintVertexShape = function(c, x, y, w, h)
2863 mxCellRenderer.registerShape('endState', StateShape);
2867 StateShape.call(this);
2869 mxUtils.extend(StartStateShape, StateShape);