Searched refs:mxHandle (Results 1 – 6 of 6) sorted by relevance
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 1527 …mxHandle(a,b,c,d){this.graph=a.view.graph;this.state=a;this.cursor=null!=b?b:this.cursor;this.imag… class 1528 mxHandle.prototype.ignoreGrid=!1;mxHandle.prototype.getPosition=function(a){};mxHandle.prototype.se… 1529 mxHandle.prototype.processEvent=function(a){var b=this.graph.view.scale,c=this.graph.view.translate… 1530 …mxHandle.prototype.positionChanged=function(){null!=this.state.text&&this.state.text.apply(this.st… 1531 mxHandle.prototype.init=function(){var a=this.isHtmlRequired();null!=this.image?(this.shape=new mxI… 1532 mxHandle.prototype.initShape=function(a){a&&this.shape.isHtmlAllowed()?(this.shape.dialect=mxConsta… 1533 mxHandle.prototype.redraw=function(){if(null!=this.shape&&null!=this.state.shape){var a=this.getPos… 1534 mxHandle.prototype.isHtmlRequired=function(){return null!=this.state.text&&this.state.text.node.par… 1535 mxHandle.prototype.flipPoint=function(a){if(null!=this.state.shape){var b=this.state.getCellBounds(… 1536 mxHandle.prototype.reset=function(){this.setVisible(!0);this.state.style=this.graph.getCellStyle(th…
|
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 1731 …mxHandle(a,b,c,d){this.graph=a.view.graph;this.state=a;this.cursor=null!=b?b:this.cursor;this.imag… function 1732 mxHandle.prototype.ignoreGrid=!1;mxHandle.prototype.getPosition=function(a){};mxHandle.prototype.se… 1733 mxHandle.prototype.processEvent=function(a){var b=this.graph.view.scale,c=this.graph.view.translate… 1734 …mxHandle.prototype.positionChanged=function(){null!=this.state.text&&this.state.text.apply(this.st… 1735 mxHandle.prototype.init=function(){var a=this.isHtmlRequired();null!=this.image?(this.shape=new mxI… 1736 mxHandle.prototype.initShape=function(a){a&&this.shape.isHtmlAllowed()?(this.shape.dialect=mxConsta… 1737 mxHandle.prototype.redraw=function(){if(null!=this.shape&&null!=this.state.shape){var a=this.getPos… 1738 mxHandle.prototype.isHtmlRequired=function(){return null!=this.state.text&&this.state.text.node.par… 1739 mxHandle.prototype.flipPoint=function(a){if(null!=this.state.shape){var b=this.state.getCellBounds(… 1740 mxHandle.prototype.reset=function(){this.setVisible(!0);this.state.style=this.graph.getCellStyle(th… [all …]
|
| D | app.min.js | 1765 …mxHandle(a,b,c,d){this.graph=a.view.graph;this.state=a;this.cursor=null!=b?b:this.cursor;this.imag… function 1766 mxHandle.prototype.ignoreGrid=!1;mxHandle.prototype.getPosition=function(a){};mxHandle.prototype.se… 1767 mxHandle.prototype.processEvent=function(a){var b=this.graph.view.scale,c=this.graph.view.translate… 1768 …mxHandle.prototype.positionChanged=function(){null!=this.state.text&&this.state.text.apply(this.st… 1769 mxHandle.prototype.init=function(){var a=this.isHtmlRequired();null!=this.image?(this.shape=new mxI… 1770 mxHandle.prototype.initShape=function(a){a&&this.shape.isHtmlAllowed()?(this.shape.dialect=mxConsta… 1771 mxHandle.prototype.redraw=function(){if(null!=this.shape&&null!=this.state.shape){var a=this.getPos… 1772 mxHandle.prototype.isHtmlRequired=function(){return null!=this.state.text&&this.state.text.node.par… 1773 mxHandle.prototype.flipPoint=function(a){if(null!=this.state.shape){var b=this.state.getCellBounds(… 1774 mxHandle.prototype.reset=function(){this.setVisible(!0);this.state.style=this.graph.getCellStyle(th… [all …]
|
| D | viewer-static.min.js | 1731 …mxHandle(a,b,c,d){this.graph=a.view.graph;this.state=a;this.cursor=null!=b?b:this.cursor;this.imag… function 1732 mxHandle.prototype.ignoreGrid=!1;mxHandle.prototype.getPosition=function(a){};mxHandle.prototype.se… 1733 mxHandle.prototype.processEvent=function(a){var b=this.graph.view.scale,c=this.graph.view.translate… 1734 …mxHandle.prototype.positionChanged=function(){null!=this.state.text&&this.state.text.apply(this.st… 1735 mxHandle.prototype.init=function(){var a=this.isHtmlRequired();null!=this.image?(this.shape=new mxI… 1736 mxHandle.prototype.initShape=function(a){a&&this.shape.isHtmlAllowed()?(this.shape.dialect=mxConsta… 1737 mxHandle.prototype.redraw=function(){if(null!=this.shape&&null!=this.state.shape){var a=this.getPos… 1738 mxHandle.prototype.isHtmlRequired=function(){return null!=this.state.text&&this.state.text.node.par… 1739 mxHandle.prototype.flipPoint=function(a){if(null!=this.state.shape){var b=this.state.getCellBounds(… 1740 mxHandle.prototype.reset=function(){this.setVisible(!0);this.state.style=this.graph.getCellStyle(th… [all …]
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 11939 var handle = new mxHandle(colState, 'col-resize', null, shape); 12020 var handle = new mxHandle(rowState, 'row-resize', null, shape);
|
| D | Shapes.js | 5372 var handle = new mxHandle(state, null, mxVertexHandler.prototype.secondaryHandleImage);
|