Searched defs:fromRectangle (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 28 mxRectangle.fromRectangle=function(a){return new mxRectangle(a.x,a.y,a.width,a.height)}; function
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 232 mxRectangle.fromRectangle=function(a){return new mxRectangle(a.x,a.y,a.width,a.height)}; function
|
H A D | app.min.js | 266 mxRectangle.fromRectangle=function(a){return new mxRectangle(a.x,a.y,a.width,a.height)}; function
|
H A D | viewer-static.min.js | 232 mxRectangle.fromRectangle=function(a){return new mxRectangle(a.x,a.y,a.width,a.height)}; function
|