Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2816 function AssociativeEntity() function
2820 mxUtils.extend(AssociativeEntity, mxRectangleShape);
2821 AssociativeEntity.prototype.paintForeground = function(c, x, y, w, h) class
2835 mxCellRenderer.registerShape('associativeEntity', AssociativeEntity);