Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/
H A DmxC4.js11 function mxShapeC4Person(bounds, fill, stroke, strokewidth) class
23 mxUtils.extend(mxShapeC4Person, mxShape);
25 mxShapeC4Person.prototype.cst = {PERSONSHAPE : 'mxgraph.c4.person'};
32 mxShapeC4Person.prototype.paintVertexShape = function(c, x, y, w, h)
60 mxShapeC4Person.prototype.getLabelMargins = function(rect)
67 mxCellRenderer.registerShape(mxShapeC4Person.prototype.cst.PERSONSHAPE, mxShapeC4Person);
/plugin/diagramsnet/lib/js/
H A Dshapes-14-6-5.min.js2029mxShapeC4Person(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewid… class
2030 mxShapeC4Person.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);d=Math.min(b/2,c/3)…
2031 mxShapeC4Person.prototype.getLabelMargins=function(a){return new mxRectangle(0,.8*Math.min(a.width/…
H A Dshapes.min.js2050mxShapeC4Person(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewid… class
2051 mxShapeC4Person.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);d=Math.min(b/2,c/3)…
2052 mxShapeC4Person.prototype.getLabelMargins=function(a){return new mxRectangle(0,.8*Math.min(a.width/…
H A Dviewer-static.min.js6117mxShapeC4Person(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewid… class
6118 mxShapeC4Person.prototype.paintVertexShape=function(a,d,e,b,c){a.translate(d,e);d=Math.min(b/2,c/3)…
6119 mxShapeC4Person.prototype.getLabelMargins=function(a){return new mxRectangle(0,.8*Math.min(a.width/…