| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| 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() 1147 graph = ((mxGraphComponent) target).getGraph(); in execute() 1250 mxIGraphModel model = graphComponent.getGraph().getModel(); in actionPerformed() 1254 graphComponent.getGraph().toggleCellStyleFlags( in actionPerformed() 1279 Object[] cells = graphComponent.getGraph().getSelectionCells(); in actionPerformed() 1310 mxGraph graph = editor.getGraphComponent().getGraph(); in actionPerformed() [all …]
|
| 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()
|
| 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()
|
| 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(); 1147 graph = ((mxGraphComponent) target).getGraph(); 1250 mxIGraphModel model = graphComponent.getGraph().getModel(); 1254 graphComponent.getGraph().toggleCellStyleFlags( 1279 Object[] cells = graphComponent.getGraph().getSelectionCells(); 1310 mxGraph graph = editor.getGraphComponent().getGraph(); [all …]
|
| 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()
|
| 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();
|
| 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();
|
| D | EditorPopupMenu.java | 21 boolean selected = !editor.getGraphComponent().getGraph() in EditorPopupMenu()
|
| 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()
|
| D | SchemaGraphComponent.java | 141 if (getGraph().getModel().isVertex(state.getCell())) in createComponents()
|
| 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()
|
| D | JTableRenderer.java | 112 this.graph = graphContainer.getGraph(); in JTableRenderer()
|
| 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/ |
| D | SchemaEditor.java | 78 getGraphComponent().getGraph().setCellsResizable(false); in SchemaEditor() 86 mxGraph graph = getGraphComponent().getGraph(); in SchemaEditor()
|
| D | GraphEditor.java | 88 final mxGraph graph = graphComponent.getGraph(); in GraphEditor()
|
| D | GraphEditor.java.bak | 71 final mxGraph graph = graphComponent.getGraph();
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
| D | WorkflowMetadata.php | 195 public function getGraph() function in Google\\Service\\Dataproc\\WorkflowMetadata
|
| /plugin/statistics/ |
| D | helper.php | 81 public function getGraph($from, $to, $width, $height) function in helper_plugin_statistics
|
| D | admin.php | 212 $this->hlp->getGraph($this->from, $this->to, $width, $height)->$name(); 363 $graph = $this->hlp->getGraph($this->from, $this->to, 300, 300);
|
| /plugin/jdraw/lib/ |
| D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 538 mxGraphLayout.prototype.getGraph=function(){return this.graph};mxGraphLayout.prototype.getConstrain… method in mxGraphLayout 632 function mxGraphHierarchyModel(a,b,c,d,e){a.getGraph();this.tightenToSource=e;this.roots=c;this.par… 635 mxGraphHierarchyModel.prototype.createInternalCells=function(a,b,c){for(var d=a.getGraph(),e=0;e<b.… 643 function mxSwimlaneModel(a,b,c,d,e){a.getGraph();this.tightenToSource=e;this.roots=c;this.parent=d;… 646 mxSwimlaneModel.prototype.createInternalCells=function(a,b,c){for(var d=a.getGraph(),e=a.swimlanes,… 673 …s.layout.getModel();this.currentXDelta=0;this.initialCoords(this.layout.getGraph(),a);this.fineTun… 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(… [all …]
|
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 742 mxGraphLayout.prototype.getGraph=function(){return this.graph};mxGraphLayout.prototype.getConstrain… method in mxGraphLayout 836 function mxGraphHierarchyModel(a,b,c,d,e){a.getGraph();this.tightenToSource=e;this.roots=c;this.par… 839 mxGraphHierarchyModel.prototype.createInternalCells=function(a,b,c){for(var d=a.getGraph(),e=0;e<b.… 847 function mxSwimlaneModel(a,b,c,d,e){a.getGraph();this.tightenToSource=e;this.roots=c;this.parent=d;… 850 mxSwimlaneModel.prototype.createInternalCells=function(a,b,c){for(var d=a.getGraph(),e=a.swimlanes,… 877 …s.layout.getModel();this.currentXDelta=0;this.initialCoords(this.layout.getGraph(),a);this.fineTun… 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(… [all …]
|
| D | app.min.js | 776 mxGraphLayout.prototype.getGraph=function(){return this.graph};mxGraphLayout.prototype.getConstrain… method in mxGraphLayout 870 function mxGraphHierarchyModel(a,b,c,d,e){a.getGraph();this.tightenToSource=e;this.roots=c;this.par… 873 mxGraphHierarchyModel.prototype.createInternalCells=function(a,b,c){for(var d=a.getGraph(),e=0;e<b.… 881 function mxSwimlaneModel(a,b,c,d,e){a.getGraph();this.tightenToSource=e;this.roots=c;this.parent=d;… 884 mxSwimlaneModel.prototype.createInternalCells=function(a,b,c){for(var d=a.getGraph(),e=a.swimlanes,… 911 …s.layout.getModel();this.currentXDelta=0;this.initialCoords(this.layout.getGraph(),a);this.fineTun… 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(… [all …]
|
| D | viewer-static.min.js | 742 mxGraphLayout.prototype.getGraph=function(){return this.graph};mxGraphLayout.prototype.getConstrain… method in mxGraphLayout 836 function mxGraphHierarchyModel(a,b,c,d,e){a.getGraph();this.tightenToSource=e;this.roots=c;this.par… 839 mxGraphHierarchyModel.prototype.createInternalCells=function(a,b,c){for(var d=a.getGraph(),e=0;e<b.… 847 function mxSwimlaneModel(a,b,c,d,e){a.getGraph();this.tightenToSource=e;this.roots=c;this.parent=d;… 850 mxSwimlaneModel.prototype.createInternalCells=function(a,b,c){for(var d=a.getGraph(),e=a.swimlanes,… 877 …s.layout.getModel();this.currentXDelta=0;this.initialCoords(this.layout.getGraph(),a);this.fineTun… 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(… [all …]
|