Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js3336 function DimensionShape() function
3340 mxUtils.extend(DimensionShape, mxEllipse);
3341 DimensionShape.prototype.paintVertexShape = function(c, x, y, w, h) class
3368 mxCellRenderer.registerShape('dimension', DimensionShape);