/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorActions.java | 158 mxGraph graph = graphComponent.getGraph(); in ToggleGridItem() 261 mxGraph graph = graphComponent.getGraph(); in actionPerformed() 633 mxGraph graph = graphComponent.getGraph(); in actionPerformed() 787 mxGraph graph = graphComponent.getGraph(); in actionPerformed() 850 mxGraph graph = graphComponent.getGraph(); in actionPerformed() 1416 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() 1448 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() 1498 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() 1538 mxGraph graph = mxGraphActions.getGraph(e); in actionPerformed() 1708 graphComponent.getGraph().repaint(); in actionPerformed() [all …]
|
H A D | EditorToolBar.java | 122 mxGraph graph = editor.getGraphComponent().getGraph(); in EditorToolBar() 144 mxGraph graph = editor.getGraphComponent().getGraph(); in EditorToolBar() 183 final mxGraphView view = editor.getGraphComponent().getGraph() in EditorToolBar() 220 view.getGraph().getView().addListener(mxEvent.SCALE, scaleTracker); in EditorToolBar() 221 view.getGraph().getView().addListener(mxEvent.SCALE_AND_TRANSLATE, in EditorToolBar()
|
H A D | SchemaEditorToolBar.java | 86 final mxGraphView view = editor.getGraphComponent().getGraph() in SchemaEditorToolBar() 123 view.getGraph().getView().addListener(mxEvent.SCALE, scaleTracker); in SchemaEditorToolBar() 124 view.getGraph().getView().addListener(mxEvent.SCALE_AND_TRANSLATE, in SchemaEditorToolBar()
|
H A D | EditorActions.java.bak | 158 mxGraph graph = graphComponent.getGraph(); 261 mxGraph graph = graphComponent.getGraph(); 633 mxGraph graph = graphComponent.getGraph(); 787 mxGraph graph = graphComponent.getGraph(); 850 mxGraph graph = graphComponent.getGraph(); 1416 mxGraph graph = mxGraphActions.getGraph(e); 1448 mxGraph graph = mxGraphActions.getGraph(e); 1498 mxGraph graph = mxGraphActions.getGraph(e); 1538 mxGraph graph = mxGraphActions.getGraph(e); 1708 graphComponent.getGraph().repaint(); [all …]
|
H A D | EditorRuler.java | 176 graphComponent.getGraph().getView().addListener( in EditorRuler() 178 graphComponent.getGraph().getView().addListener( in EditorRuler() 180 graphComponent.getGraph().getView().addListener( in EditorRuler() 384 double graphScale = graphComponent.getGraph().getView().getScale(); in updateIncrementAndUnits() 429 mxGraph graph = graphComponent.getGraph(); in paintComponent()
|
H A D | BasicGraphEditor.java | 168 final mxGraph graph = graphComponent.getGraph(); in BasicGraphEditor() 279 graphComponent.getGraph().addListener(mxEvent.REPAINT, in installRepaintListener() 350 + (int) (100 * graphComponent.getGraph().getView().getScale()) in mouseWheelMoved() 781 final mxGraph graph = graphComponent.getGraph(); 844 mxGraph graph = graphComponent.getGraph();
|
H A D | EditorPopupMenu.java | 21 boolean selected = !editor.getGraphComponent().getGraph() in EditorPopupMenu()
|
H A D | BasicGraphEditor.java.bak | 164 final mxGraph graph = graphComponent.getGraph(); 275 graphComponent.getGraph().addListener(mxEvent.REPAINT, 346 + (int) (100 * graphComponent.getGraph().getView().getScale()) 771 Object cell = graphComponent.getGraph() 775 || graphComponent.getGraph().getModel() 778 cell = graphComponent.getGraph().getDefaultParent(); 813 mxGraph graph = graphComponent.getGraph();
|
H A D | SchemaEditorMenuBar.java | 56 final mxGraph graph = graphComponent.getGraph(); in SchemaEditorMenuBar() 179 mxPoint tr = graphComponent.getGraph().getView() in SchemaEditorMenuBar() 184 graphComponent.getGraph().getView().setTranslate( in SchemaEditorMenuBar()
|
H A D | SchemaGraphComponent.java | 141 if (getGraph().getModel().isVertex(state.getCell())) in createComponents()
|
H A D | EditorMenuBar.java | 68 final mxGraph graph = graphComponent.getGraph(); in EditorMenuBar() 196 mxPoint tr = graphComponent.getGraph().getView() in EditorMenuBar() 201 graphComponent.getGraph().getView().setTranslate( in EditorMenuBar()
|
H A D | JTableRenderer.java | 112 this.graph = graphContainer.getGraph(); in JTableRenderer()
|
H A D | EditorMenuBar.java.bak | 68 final mxGraph graph = graphComponent.getGraph(); 196 mxPoint tr = graphComponent.getGraph().getView() 201 graphComponent.getGraph().getView().setTranslate(
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | SchemaEditor.java | 78 getGraphComponent().getGraph().setCellsResizable(false); in SchemaEditor() 86 mxGraph graph = getGraphComponent().getGraph(); in SchemaEditor()
|
H A D | GraphEditor.java | 88 final mxGraph graph = graphComponent.getGraph(); in GraphEditor()
|
H A D | GraphEditor.java.bak | 71 final mxGraph graph = graphComponent.getGraph();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | WorkflowMetadata.php | 195 public function getGraph() function in Google\\Service\\Dataproc\\WorkflowMetadata
|
/plugin/jdraw/lib/ |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 538 mxGraphLayout.prototype.getGraph=function(){return this.graph};mxGraphLayout.prototype.getConstrain… method in mxGraphLayout 674 …d,g.getX(d));this.minPath(this.layout.getGraph(),a);this.currentXDelta=0}this.setCellLocations(thi… 1327 …type.setBubbling=function(a){this.bubbling=a};mxLayoutManager.prototype.getGraph=function(){return… method in mxLayoutManager 1330 …for(var c=mxUtils.convertPoint(this.getGraph().container,mxEvent.getClientX(b),mxEvent.getClientY(… 1331 mxLayoutManager.prototype.cellsResized=function(a,b,c){if(null!=a&&null!=b)for(var d=this.getGraph(… 1333 …getGraph().getModel();this.addAncestorsWithLayout(c.getParent(a),b)}return b};mxLayoutManager.prot… 1334 …utManager.prototype.layoutCells=function(a,b){if(0<a.length){var c=this.getGraph().getModel();c.be… 1338 …zeEnabled=function(a){this.resizeEnabled=a};mxSwimlaneManager.prototype.getGraph=function(){return… method in mxSwimlaneManager 1339 …)};mxSwimlaneManager.prototype.isSwimlaneIgnored=function(a){return!this.getGraph().isSwimlane(a)}; 1340 …SwimlaneManager.prototype.cellsAdded=function(a){if(null!=a){var b=this.getGraph().getModel();b.be… [all …]
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 742 mxGraphLayout.prototype.getGraph=function(){return this.graph};mxGraphLayout.prototype.getConstrain… method in mxGraphLayout 878 …d,g.getX(d));this.minPath(this.layout.getGraph(),a);this.currentXDelta=0}this.setCellLocations(thi… 1531 …type.setBubbling=function(a){this.bubbling=a};mxLayoutManager.prototype.getGraph=function(){return… method in mxLayoutManager 1534 …for(var c=mxUtils.convertPoint(this.getGraph().container,mxEvent.getClientX(b),mxEvent.getClientY(… 1535 mxLayoutManager.prototype.cellsResized=function(a,b,c){if(null!=a&&null!=b)for(var d=this.getGraph(… 1537 …getGraph().getModel();this.addAncestorsWithLayout(c.getParent(a),b)}return b};mxLayoutManager.prot… 1538 …utManager.prototype.layoutCells=function(a,b){if(0<a.length){var c=this.getGraph().getModel();c.be… 1542 …zeEnabled=function(a){this.resizeEnabled=a};mxSwimlaneManager.prototype.getGraph=function(){return… method in mxSwimlaneManager 1543 …)};mxSwimlaneManager.prototype.isSwimlaneIgnored=function(a){return!this.getGraph().isSwimlane(a)}; 1544 …SwimlaneManager.prototype.cellsAdded=function(a){if(null!=a){var b=this.getGraph().getModel();b.be… [all …]
|
H A D | viewer-static.min.js | 742 mxGraphLayout.prototype.getGraph=function(){return this.graph};mxGraphLayout.prototype.getConstrain… method in mxGraphLayout 878 …d,g.getX(d));this.minPath(this.layout.getGraph(),a);this.currentXDelta=0}this.setCellLocations(thi… 1531 …type.setBubbling=function(a){this.bubbling=a};mxLayoutManager.prototype.getGraph=function(){return… method in mxLayoutManager 1534 …for(var c=mxUtils.convertPoint(this.getGraph().container,mxEvent.getClientX(b),mxEvent.getClientY(… 1535 mxLayoutManager.prototype.cellsResized=function(a,b,c){if(null!=a&&null!=b)for(var d=this.getGraph(… 1537 …getGraph().getModel();this.addAncestorsWithLayout(c.getParent(a),b)}return b};mxLayoutManager.prot… 1538 …utManager.prototype.layoutCells=function(a,b){if(0<a.length){var c=this.getGraph().getModel();c.be… 1542 …zeEnabled=function(a){this.resizeEnabled=a};mxSwimlaneManager.prototype.getGraph=function(){return… method in mxSwimlaneManager 1543 …)};mxSwimlaneManager.prototype.isSwimlaneIgnored=function(a){return!this.getGraph().isSwimlane(a)}; 1544 …SwimlaneManager.prototype.cellsAdded=function(a){if(null!=a){var b=this.getGraph().getModel();b.be… [all …]
|
H A D | app.min.js | 776 mxGraphLayout.prototype.getGraph=function(){return this.graph};mxGraphLayout.prototype.getConstrain… method in mxGraphLayout 912 …d,g.getX(d));this.minPath(this.layout.getGraph(),a);this.currentXDelta=0}this.setCellLocations(thi… 1565 …type.setBubbling=function(a){this.bubbling=a};mxLayoutManager.prototype.getGraph=function(){return… method in mxLayoutManager 1568 …for(var c=mxUtils.convertPoint(this.getGraph().container,mxEvent.getClientX(b),mxEvent.getClientY(… 1569 mxLayoutManager.prototype.cellsResized=function(a,b,c){if(null!=a&&null!=b)for(var d=this.getGraph(… 1571 …getGraph().getModel();this.addAncestorsWithLayout(c.getParent(a),b)}return b};mxLayoutManager.prot… 1572 …utManager.prototype.layoutCells=function(a,b){if(0<a.length){var c=this.getGraph().getModel();c.be… 1576 …zeEnabled=function(a){this.resizeEnabled=a};mxSwimlaneManager.prototype.getGraph=function(){return… method in mxSwimlaneManager 1577 …)};mxSwimlaneManager.prototype.isSwimlaneIgnored=function(a){return!this.getGraph().isSwimlane(a)}; 1578 …SwimlaneManager.prototype.cellsAdded=function(a){if(null!=a){var b=this.getGraph().getModel();b.be… [all …]
|