| N | |
| notify, mxUndoableEdit | |
| O | |
| offset, mxCompactTreeLayout | |
| onEncode, mxRootChangeCodec | |
| onInit | |
| open | |
| orderCells, mxGraph | |
| OrthConnector, mxEdgeStyle | |
| outline, mxOutline |
Hook to notify any listeners of the changes after an undo or redo has been carried out.
mxUndoableEdit.prototype.notify = function()
mxCompactTreeLayout.prototype.offset = function( p1, p2, a1, a2, b1, b2 )
Opens the specified file synchronously and parses it using readGraphModel.
mxEditor.prototype.open = function ( filename )
Shows the print preview window.
mxPrintPreview.prototype.open = function( css, targetWindow, forcePageBreaks, keepOpen )
Moves the given cells to the front or back.
mxGraph.prototype.orderCells = function( back, cells )
Implements a local orthogonal router between the given cells.
OrthConnector: function( state, source, target, points, result )