Home
last modified time | relevance | path

Searched refs:mxGraph (Results 1 – 25 of 47) sorted by relevance

12

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DHelloWorld.java6 import com.mxgraph.view.mxGraph;
20 mxGraph graph = new mxGraph(); in HelloWorld()
H A DClickHandler.java9 import com.mxgraph.view.mxGraph;
23 final mxGraph graph = new mxGraph(); in ClickHandler()
H A DSchemaEditor.java18 import com.mxgraph.view.mxGraph;
33 super("mxGraph for JFC/Swing", new SchemaGraphComponent(new mxGraph() in SchemaEditor()
86 mxGraph graph = getGraphComponent().getGraph(); in SchemaEditor()
H A DCustomCanvas.java15 import com.mxgraph.view.mxGraph;
33 mxGraph graph = new mxGraph() in CustomCanvas()
H A DPort.java14 import com.mxgraph.view.mxGraph;
31 mxGraph graph = new mxGraph() { in Port()
H A DValidation.java21 import com.mxgraph.view.mxGraph;
41 mxGraph graph = new mxGraph(); in Validation()
H A DUserObject.java18 import com.mxgraph.view.mxGraph;
61 mxGraph graph = new mxGraph() in UserObject()
H A DCustomCanvas.java.bak15 import com.mxgraph.view.mxGraph;
33 mxGraph graph = new mxGraph()
H A DValidation.java.bak17 import com.mxgraph.view.mxGraph;
37 mxGraph graph = new mxGraph();
H A DUserObject.java.bak14 import com.mxgraph.view.mxGraph;
55 mxGraph graph = new mxGraph()
H A DGraphEditor.java45 import com.mxgraph.view.mxGraph;
88 final mxGraph graph = graphComponent.getGraph(); in GraphEditor()
529 public CustomGraphComponent(mxGraph graph) in CustomGraphComponent()
588 public static class CustomGraph extends mxGraph
H A DGraphEditor.java.bak35 import com.mxgraph.view.mxGraph;
62 this("mxGraph Editor", new CustomGraphComponent(new CustomGraph()));
71 final mxGraph graph = graphComponent.getGraph();
400 public CustomGraphComponent(mxGraph graph)
459 public static class CustomGraph extends mxGraph
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java75 import com.mxgraph.view.mxGraph;
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()
1100 } else if (target instanceof mxGraph) { in TogglePropertyItem()
1101 ((mxGraph) target) in TogglePropertyItem()
1142 mxGraph graph = null; in execute()
1144 if (target instanceof mxGraph) { in execute()
[all …]
H A DEditorActions.java.bak75 import com.mxgraph.view.mxGraph;
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();
1100 } else if (target instanceof mxGraph) {
1101 ((mxGraph) target)
1142 mxGraph graph = null;
1144 if (target instanceof mxGraph) {
[all …]
H A DSchemaGraphComponent.java12 import com.mxgraph.view.mxGraph;
27 public SchemaGraphComponent(mxGraph graph) in SchemaGraphComponent()
H A DEditorToolBar.java32 import com.mxgraph.view.mxGraph;
122 mxGraph graph = editor.getGraphComponent().getGraph(); in EditorToolBar()
144 mxGraph graph = editor.getGraphComponent().getGraph(); in EditorToolBar()
H A DEditorAboutFrame.java26 import com.mxgraph.view.mxGraph;
97 content.add(new JLabel("mxGraph Version " + mxGraph.VERSION)); in EditorAboutFrame()
H A DBasicGraphEditor.java65 import com.mxgraph.view.mxGraph;
168 final mxGraph graph = graphComponent.getGraph(); in BasicGraphEditor()
781 final mxGraph graph = graphComponent.getGraph();
844 mxGraph graph = graphComponent.getGraph();
H A DEditorRuler.java40 import com.mxgraph.view.mxGraph;
429 mxGraph graph = graphComponent.getGraph(); in paintComponent()
H A DJTableRenderer.java54 import com.mxgraph.view.mxGraph;
96 protected mxGraph graph;
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1059 mxGraph.prototype=new mxEventSource;mxGraph.prototype.constructor=mxGraph;mxGraph.prototype.mouseLi…
1060 mxGraph.prototype.gridEnabled=!0;mxGraph.prototype.portsEnabled=!0;mxGraph.prototype.nativeDblClick…
1061 mxGraph.prototype.initialTouchX=0;mxGraph.prototype.initialTouchY=0;mxGraph.prototype.tolerance=4;m…
1062 mxGraph.prototype.pageFormat=mxConstants.PAGE_FORMAT_A4_PORTRAIT;mxGraph.prototype.pageScale=1.5;mx…
1063 mxGraph.prototype.cellsDeletable=!0;mxGraph.prototype.cellsMovable=!0;mxGraph.prototype.edgeLabelsM…
1064 mxGraph.prototype.ignoreScrollbars=!1;mxGraph.prototype.translateToScrollPosition=!1;mxGraph.protot…
1065 mxGraph.prototype.keepEdgesInBackground=!1;mxGraph.prototype.allowNegativeCoordinates=!0;mxGraph.pr…
1066 mxGraph.prototype.resetViewOnRootChange=!0;mxGraph.prototype.resetEdgesOnResize=!1;mxGraph.prototyp…
1067 mxGraph.prototype.swimlaneSelectionEnabled=!0;mxGraph.prototype.swimlaneNesting=!0;mxGraph.prototyp…
1072 mxGraph.prototype.createSelectionModel=function(){return new mxGraphSelectionModel(this)};mxGraph.p…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js231 pageFormat: mxGraph.prototype.pageFormat,
339 mxSettings.settings.pageFormat = mxGraph.prototype.pageFormat;
H A DPages.js601 gridSize: parseFloat(node.getAttribute('gridSize')) || mxGraph.prototype.gridSize,
608 pageScale: (!isNaN(ps)) ? ps : mxGraph.prototype.pageScale,
611 mxGraph.prototype.pageFormat : mxSettings.getPageFormat()),
633 node.setAttribute('gridSize', (vs != null) ? vs.gridSize : mxGraph.prototype.gridSize);
646 vs.pageScale : mxGraph.prototype.pageScale);
649 this.defaultPageFormat != null) ? mxGraph.prototype.pageFormat :
805 this.gridSize = mxGraph.prototype.gridSize;
806 this.pageScale = mxGraph.prototype.pageScale;
808 mxGraph.prototype.pageFormat : mxSettings.getPageFormat();
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js1263 mxGraph.prototype=new mxEventSource;mxGraph.prototype.constructor=mxGraph;mxGraph.prototype.mouseLi…
1264 mxGraph.prototype.gridEnabled=!0;mxGraph.prototype.portsEnabled=!0;mxGraph.prototype.nativeDblClick…
1265 mxGraph.prototype.initialTouchX=0;mxGraph.prototype.initialTouchY=0;mxGraph.prototype.tolerance=4;m…
1266 mxGraph.prototype.pageFormat=mxConstants.PAGE_FORMAT_A4_PORTRAIT;mxGraph.prototype.pageScale=1.5;mx…
1267 mxGraph.prototype.cellsDeletable=!0;mxGraph.prototype.cellsMovable=!0;mxGraph.prototype.edgeLabelsM…
1268 mxGraph.prototype.ignoreScrollbars=!1;mxGraph.prototype.translateToScrollPosition=!1;mxGraph.protot…
1269 mxGraph.prototype.keepEdgesInBackground=!1;mxGraph.prototype.allowNegativeCoordinates=!0;mxGraph.pr…
1270 mxGraph.prototype.resetViewOnRootChange=!0;mxGraph.prototype.resetEdgesOnResize=!1;mxGraph.prototyp…
1271 mxGraph.prototype.swimlaneSelectionEnabled=!0;mxGraph.prototype.swimlaneNesting=!0;mxGraph.prototyp…
1276 mxGraph.prototype.createSelectionModel=function(){return new mxGraphSelectionModel(this)};mxGraph.p…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js445 this.graph.pageScale = mxGraph.prototype.pageScale;
446 this.graph.pageFormat = mxGraph.prototype.pageFormat;
467 this.graph.gridSize = parseFloat(node.getAttribute('gridSize')) || mxGraph.prototype.gridSize;
488 this.graph.pageScale = mxGraph.prototype.pageScale;
2571 var mxGraphPanGraph = mxGraph.prototype.panGraph;
2572 mxGraph.prototype.panGraph = function(dx, dy) class
2593 mxGraph.prototype.updatePageBreaks = function(visible, width, height)
2750 var graphPanGraph = mxGraph.prototype.panGraph;
2751 mxGraph.prototype.panGraph = function(dx, dy)

12