Searched refs:StateShape (Results 1 – 1 of 1) sorted by relevance
2838 function StateShape() function2842 mxUtils.extend(StateShape, mxDoubleEllipse);2843 StateShape.prototype.outerStroke = true; class2844 StateShape.prototype.paintVertexShape = function(c, x, y, w, h)2863 mxCellRenderer.registerShape('endState', StateShape);2867 StateShape.call(this);2869 mxUtils.extend(StartStateShape, StateShape);