Home
last modified time | relevance | path

Searched refs:mxGraph (Results 1 – 25 of 47) sorted by last modified time

12

/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js231 pageFormat: mxGraph.prototype.pageFormat,
339 mxSettings.settings.pageFormat = mxGraph.prototype.pageFormat;
H A DApp.js71mxGraph.prototype.warningImage.src = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAA… class
76 img.src = mxGraph.prototype.warningImage.src;
H A DDialogs.js282 '<img border="0" src="' + mxGraph.prototype.warningImage.src + '" align="absmiddle" ' +
1438 mxGraph.prototype.resizeCell.apply(this, arguments); class
H A DEditor.js2004 mxGraph.prototype.defaultPageFormat = new mxRectangle(0, 0, w, h); class
2005 mxGraph.prototype.pageFormat = mxGraph.prototype.defaultPageFormat;
H A DEmbed.js101 mxGraph.prototype.getImageFromBundles = function(key) class
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/diagramly/graphml/
H A DmxGraphMlCodec.js489 var graph = new mxGraph();
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js101 mxGraph.prototype.getImageFromBundles = function(key) class
H A Dviewer-static.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 …]
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 …]
H A Dextensions.min.js1586 …k,e):this.mapObject(d,k,e)}};mxGraphMlCodec.prototype.createMxGraph=function(){return new mxGraph};
H A Dapp.min.js1297 mxGraph.prototype=new mxEventSource;mxGraph.prototype.constructor=mxGraph;mxGraph.prototype.mouseLi…
1298 mxGraph.prototype.gridEnabled=!0;mxGraph.prototype.portsEnabled=!0;mxGraph.prototype.nativeDblClick…
1299 mxGraph.prototype.initialTouchX=0;mxGraph.prototype.initialTouchY=0;mxGraph.prototype.tolerance=4;m…
1300 mxGraph.prototype.pageFormat=mxConstants.PAGE_FORMAT_A4_PORTRAIT;mxGraph.prototype.pageScale=1.5;mx…
1301 mxGraph.prototype.cellsDeletable=!0;mxGraph.prototype.cellsMovable=!0;mxGraph.prototype.edgeLabelsM…
1302 mxGraph.prototype.ignoreScrollbars=!1;mxGraph.prototype.translateToScrollPosition=!1;mxGraph.protot…
1303 mxGraph.prototype.keepEdgesInBackground=!1;mxGraph.prototype.allowNegativeCoordinates=!0;mxGraph.pr…
1304 mxGraph.prototype.resetViewOnRootChange=!0;mxGraph.prototype.resetEdgesOnResize=!1;mxGraph.prototyp…
1305 mxGraph.prototype.swimlaneSelectionEnabled=!0;mxGraph.prototype.swimlaneNesting=!0;mxGraph.prototyp…
1310 mxGraph.prototype.createSelectionModel=function(){return new mxGraphSelectionModel(this)};mxGraph.p…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js177 mxGraph.prototype.pageBreakColor = '#c0c0c0'; class
178 mxGraph.prototype.pageScale = 1;
1888 mxUtils.extend(Graph, mxGraph);
2049 mxGraph.prototype.init.apply(this, arguments);
3413 mxGraph.prototype.isSplitTarget.apply(this, arguments);
4365 mxGraph.prototype.foldCells.apply(this, arguments);
4552 mxGraph.prototype.selectAll.apply(this, arguments);
4577 mxGraph.prototype.selectCells.apply(this, arguments);
4646 mxGraph.prototype.zoom.apply(this, arguments);
8896 mxGraph.prototype.click.call(this, me);
[all …]
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)
H A DFormat.js6827 mxGraph.prototype.gridSize = value; class
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js877 c.innerHTML = '<img align="top" src="' + mxGraph.prototype.warningImage.src + '"/> ';
/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/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
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 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()
/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 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 DEditorMenuBar.java54 import com.mxgraph.view.mxGraph;
68 final mxGraph graph = graphComponent.getGraph(); in EditorMenuBar()

12