Home
last modified time | relevance | path

Searched refs:alignCells (Results 1 – 9 of 9) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js261 …menu.addItem(mxResources.get('leftAlign'), null, function() { graph.alignCells(mxConstants.ALIGN_L…
262 …menu.addItem(mxResources.get('center'), null, function() { graph.alignCells(mxConstants.ALIGN_CENT…
263 …menu.addItem(mxResources.get('rightAlign'), null, function() { graph.alignCells(mxConstants.ALIGN_…
265 …menu.addItem(mxResources.get('topAlign'), null, function() { graph.alignCells(mxConstants.ALIGN_TO…
266 …menu.addItem(mxResources.get('middle'), null, function() { graph.alignCells(mxConstants.ALIGN_MIDD…
267 …menu.addItem(mxResources.get('bottomAlign'), null, function() { graph.alignCells(mxConstants.ALIGN…
H A DFormat.js2189 function() { graph.alignCells(mxConstants.ALIGN_LEFT); }, stylePanel);
2191 function() { graph.alignCells(mxConstants.ALIGN_CENTER); }, stylePanel);
2193 function() { graph.alignCells(mxConstants.ALIGN_RIGHT); }, stylePanel);
2196 function() { graph.alignCells(mxConstants.ALIGN_TOP); }, stylePanel);
2198 function() { graph.alignCells(mxConstants.ALIGN_MIDDLE); }, stylePanel);
2200 function() { graph.alignCells(mxConstants.ALIGN_BOTTOM); }, stylePanel);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1617 graph.alignCells(align); in actionPerformed()
H A DEditorActions.java.bak1617 graph.alignCells(align);
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js1349 mxGraph.prototype.alignCells=function(a,b,c){null==b&&(b=this.getMovableCells(this.getSelectionCell… method in mxGraph
3029 …ar.addButton("geSprite-alignleft",mxResources.get("left"),function(){b.alignCells(mxConstants.ALIG…
3030alignCells(mxConstants.ALIGN_CENTER)},d),f=this.editorUi.toolbar.addButton("geSprite-alignright",m…
3031 …ddButton("geSprite-alignbottom",mxResources.get("bottom"),function(){b.alignCells(mxConstants.ALIG…
3569alignCells(mxConstants.ALIGN_LEFT)},c);a.addItem(mxResources.get("center"),null,function(){b.align…
3570alignCells(mxConstants.ALIGN_TOP)},c);a.addItem(mxResources.get("middle"),null,function(){b.alignC…
H A Dviewer.min.js1315 mxGraph.prototype.alignCells=function(a,b,c){null==b&&(b=this.getMovableCells(this.getSelectionCell… method in mxGraph
H A Dviewer-static.min.js1315 mxGraph.prototype.alignCells=function(a,b,c){null==b&&(b=this.getMovableCells(this.getSelectionCell… method in mxGraph
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1111 mxGraph.prototype.alignCells=function(a,b,c){null==b&&(b=this.getMovableCells(this.getSelectionCell… method in mxGraph