Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3291 function SortShape() function
3295 mxUtils.extend(SortShape, mxRhombus);
3296 SortShape.prototype.paintVertexShape = function(c, x, y, w, h) class
3308 mxCellRenderer.registerShape('sortShape', SortShape);