Searched refs:isCellRotatable (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | explore.js | 98 graph.isCellRotatable = function() function
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 213 result.rotatable = result.rotatable && graph.isCellRotatable(cell);
|
H A D | Shapes.js | 6223 if (this.graph.isCellRotatable(this.state.cell))
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 1239 …lls(a,mxUtils.bind(this,function(a){return this.isCellRotatable(a)}))};mxGraph.prototype.isCellRot… method in mxGraph 1545 …tationEnabled&&!this.graph.isCellLocked(this.state.cell)&&this.graph.isCellRotatable(this.state.ce…
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 1443 …lls(a,mxUtils.bind(this,function(a){return this.isCellRotatable(a)}))};mxGraph.prototype.isCellRot… method in mxGraph 1749 …tationEnabled&&!this.graph.isCellLocked(this.state.cell)&&this.graph.isCellRotatable(this.state.ce… 2899 …ustomHandles=function(){var b=db.apply(this,arguments);if(this.graph.isCellRotatable(this.state.ce…
|
H A D | app.min.js | 1477 …lls(a,mxUtils.bind(this,function(a){return this.isCellRotatable(a)}))};mxGraph.prototype.isCellRot… method in mxGraph 1783 …tationEnabled&&!this.graph.isCellLocked(this.state.cell)&&this.graph.isCellRotatable(this.state.ce… 2965 …sizable=a.resizable&&d.isCellResizable(b);a.rotatable=a.rotatable&&d.isCellRotatable(b);a.movable=… 3445 …ustomHandles=function(){var a=$a.apply(this,arguments);if(this.graph.isCellRotatable(this.state.ce…
|
H A D | viewer-static.min.js | 1443 …lls(a,mxUtils.bind(this,function(a){return this.isCellRotatable(a)}))};mxGraph.prototype.isCellRot… method in mxGraph 1749 …tationEnabled&&!this.graph.isCellLocked(this.state.cell)&&this.graph.isCellRotatable(this.state.ce… 2899 …ustomHandles=function(){var b=db.apply(this,arguments);if(this.graph.isCellRotatable(this.state.ce…
|