Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/mxgraph/
DmxClient.js1527mxHandle(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…
1530mxHandle.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/
Dviewer.min.js1731mxHandle(a,b,c,d){this.graph=a.view.graph;this.state=a;this.cursor=null!=b?b:this.cursor;this.imag… class
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…
1734mxHandle.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 …]
Dapp.min.js1765mxHandle(a,b,c,d){this.graph=a.view.graph;this.state=a;this.cursor=null!=b?b:this.cursor;this.imag… class
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…
1768mxHandle.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 …]
Dviewer-static.min.js1731mxHandle(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…
1734mxHandle.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/
DGraph.js11939 var handle = new mxHandle(colState, 'col-resize', null, shape);
12020 var handle = new mxHandle(rowState, 'row-resize', null, shape);
DShapes.js5372 var handle = new mxHandle(state, null, mxVertexHandler.prototype.secondaryHandleImage);