Home
last modified time | relevance | path

Searched refs:mxGraphView (Results 1 – 15 of 15) sorted by relevance

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java13 import com.mxgraph.view.mxGraphView;
31 mxGraphView graphView = new mxGraphView(graph) in SchemaGraphComponent()
H A DSchemaEditorToolBar.java24 import com.mxgraph.view.mxGraphView;
86 final mxGraphView view = editor.getGraphComponent().getGraph() in SchemaEditorToolBar()
H A DEditorToolBar.java33 import com.mxgraph.view.mxGraphView;
183 final mxGraphView view = editor.getGraphComponent().getGraph() in EditorToolBar()
/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js234 gridColor: mxGraphView.prototype.defaultGridColor,
235 darkGridColor: mxGraphView.prototype.defaultDarkGridColor,
354 mxSettings.settings.gridColor = mxGraphView.prototype.defaultGridColor;
359 mxSettings.settings.darkGridColor = mxGraphView.prototype.defaultDarkGridColor;
H A DEditor.js1989 mxGraphView.prototype.gridSteps = val; class
6633 var graphViewValidateBackgroundPage = mxGraphView.prototype.validateBackgroundPage;
6635 mxGraphView.prototype.validateBackgroundPage = function()
H A DEditorUi.js22 mxGraphView.prototype.gridColor = mxGraphView.prototype.defaultDarkGridColor; class
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js208 mxGraphView.prototype.gridSteps = 4;
209 mxGraphView.prototype.minGridSize = 4;
212 mxGraphView.prototype.defaultGridColor = '#d0d0d0';
213 mxGraphView.prototype.defaultDarkGridColor = '#6e6e6e';
214 mxGraphView.prototype.gridColor = mxGraphView.prototype.defaultGridColor;
217 mxGraphView.prototype.unit = mxConstants.POINTS;
219 mxGraphView.prototype.setUnit = function(unit)
2554 mxGraphView.prototype.getGraphBounds = function()
2575 mxGraphView.prototype.viewStateChanged = function()
2593 var graphViewValidate = mxGraphView.prototype.validate;
[all …]
H A DEditor.js2379 mxGraphView.prototype.validateBackgroundPage = function() class
2469 mxGraphView.prototype.validateBackgroundStyles = function()
2538 mxGraphView.prototype.createSvgGrid = function(color)
2713 mxGraphView.prototype.createBackgroundPageShape = function(bounds)
2719 mxGraphView.prototype.getBackgroundPageBounds = function()
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js983mxGraphView(a){this.graph=a;this.translate=new mxPoint;this.graphBounds=new mxRectangle;this.state… class
984 mxGraphView.prototype.updatingDocumentResource="none"!=mxClient.language?"updatingDocument":"";mxGr…
985 mxGraphView.prototype.lastHtmlNode=null;mxGraphView.prototype.lastForegroundNode=null;mxGraphView.p…
988 mxGraphView.prototype.setScale=function(a){var b=this.scale;this.scale!=a&&(this.scale=a,this.isEve…
990 mxGraphView.prototype.refresh=function(){null!=this.currentRoot&&this.clear();this.revalidate()};mx…
995 mxGraphView.prototype.getEmptyBounds=function(){return new mxRectangle(this.translate.x*this.scale,…
997 mxGraphView.prototype.createBackgroundPageShape=function(a){return new mxRectangleShape(a,"white","…
1038 mxGraphView.prototype.getState=function(a,b){b=b||!1;var c=null;null!=a&&(c=this.states.get(a),b&&(…
1039 mxGraphView.prototype.setAllowEval=function(a){this.allowEval=a};mxGraphView.prototype.getStates=fu…
1040 mxGraphView.prototype.removeState=function(a){var b=null;null!=a&&(b=this.states.remove(a),null!=b&…
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js1187mxGraphView(a){this.graph=a;this.translate=new mxPoint;this.graphBounds=new mxRectangle;this.state… class
1188 mxGraphView.prototype.updatingDocumentResource="none"!=mxClient.language?"updatingDocument":"";mxGr…
1189 mxGraphView.prototype.lastHtmlNode=null;mxGraphView.prototype.lastForegroundNode=null;mxGraphView.p…
1192 mxGraphView.prototype.setScale=function(a){var b=this.scale;this.scale!=a&&(this.scale=a,this.isEve…
1194 mxGraphView.prototype.refresh=function(){null!=this.currentRoot&&this.clear();this.revalidate()};mx…
1201 mxGraphView.prototype.createBackgroundPageShape=function(a){return new mxRectangleShape(a,"white","…
1242 mxGraphView.prototype.getState=function(a,b){b=b||!1;var c=null;null!=a&&(c=this.states.get(a),b&&(…
1243 mxGraphView.prototype.setAllowEval=function(a){this.allowEval=a};mxGraphView.prototype.getStates=fu…
1244 mxGraphView.prototype.removeState=function(a){var b=null;null!=a&&(b=this.states.remove(a),null!=b&…
2315 mxGraphView.prototype.gridImage=mxClient.IS_SVG?"data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAP///8zM…
[all …]
H A Dviewer-static.min.js1187mxGraphView(a){this.graph=a;this.translate=new mxPoint;this.graphBounds=new mxRectangle;this.state… class
1188 mxGraphView.prototype.updatingDocumentResource="none"!=mxClient.language?"updatingDocument":"";mxGr…
1189 mxGraphView.prototype.lastHtmlNode=null;mxGraphView.prototype.lastForegroundNode=null;mxGraphView.p…
1192 mxGraphView.prototype.setScale=function(a){var b=this.scale;this.scale!=a&&(this.scale=a,this.isEve…
1194 mxGraphView.prototype.refresh=function(){null!=this.currentRoot&&this.clear();this.revalidate()};mx…
1201 mxGraphView.prototype.createBackgroundPageShape=function(a){return new mxRectangleShape(a,"white","…
1242 mxGraphView.prototype.getState=function(a,b){b=b||!1;var c=null;null!=a&&(c=this.states.get(a),b&&(…
1243 mxGraphView.prototype.setAllowEval=function(a){this.allowEval=a};mxGraphView.prototype.getStates=fu…
1244 mxGraphView.prototype.removeState=function(a){var b=null;null!=a&&(b=this.states.remove(a),null!=b&…
2315 mxGraphView.prototype.gridImage=mxClient.IS_SVG?"data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAP///8zM…
[all …]
H A Dapp.min.js1221mxGraphView(a){this.graph=a;this.translate=new mxPoint;this.graphBounds=new mxRectangle;this.state… class
1222 mxGraphView.prototype.updatingDocumentResource="none"!=mxClient.language?"updatingDocument":"";mxGr…
1223 mxGraphView.prototype.lastHtmlNode=null;mxGraphView.prototype.lastForegroundNode=null;mxGraphView.p…
1226 mxGraphView.prototype.setScale=function(a){var b=this.scale;this.scale!=a&&(this.scale=a,this.isEve…
1228 mxGraphView.prototype.refresh=function(){null!=this.currentRoot&&this.clear();this.revalidate()};mx…
1235 mxGraphView.prototype.createBackgroundPageShape=function(a){return new mxRectangleShape(a,"white","…
1276 mxGraphView.prototype.getState=function(a,b){b=b||!1;var c=null;null!=a&&(c=this.states.get(a),b&&(…
1277 mxGraphView.prototype.setAllowEval=function(a){this.allowEval=a};mxGraphView.prototype.getStates=fu…
1278 mxGraphView.prototype.removeState=function(a){var b=null;null!=a&&(b=this.states.remove(a),null!=b&…
2564 mxGraphView.prototype.gridImage=mxClient.IS_SVG?"data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAP///8zM…
[all …]
/plugin/jdraw/lib/
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 ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...