N | |
name, mxEventObject | |
neighbours, mxFastOrganicLayout | |
nestedBestRanks, mxMedianHybridCrossingReduction | |
nextId, mxGraphModel | |
nextLayerConnectedCache, mxCoordinateAssignment | |
nextLayerConnectedCells, mxGraphAbstractHierarchyCell | |
NO_FO, mxClient | |
node, mxShape | |
nodeDistance, mxCompactTreeLayout | |
NODETYPE_ATTRIBUTE, mxConstants | |
NODETYPE_CDATA, mxConstants | |
NODETYPE_COMMENT, mxConstants | |
NODETYPE_DOCUMENT, mxConstants | |
NODETYPE_DOCUMENT_FRAGMENT, mxConstants | |
NODETYPE_DOCUMENTTYPE, mxConstants | |
NODETYPE_ELEMENT, mxConstants | |
NODETYPE_ENTITY, mxConstants | |
NODETYPE_ENTITY_REFERENCE, mxConstants | |
NODETYPE_NOTATION, mxConstants | |
NODETYPE_PROCESSING_INSTRUCTION, mxConstants | |
NODETYPE_TEXT, mxConstants | |
NONE, mxConstants | |
noReset, mxToolbar | |
NORMALIZE | |
normalizeImage, mxWindow | |
normalKeys, mxKeyHandler | |
notify | |
NOTIFY | |
NS_SVG, mxConstants | |
NS_XHTML, mxConstants | |
NS_XLINK, mxConstants | |
nudge, WeightedCellSorter | |
O | |
objects | |
OFFICE_PREFIX, mxClient | |
offset | |
oldBounds, mxTemporaryCellStates | |
oldScale, mxTemporaryCellStates | |
oldStates, mxTemporaryCellStates | |
onEncode, mxRootChangeCodec | |
onInit | |
open | |
OPEN | |
optimizeVmlReflows, mxGraphView | |
order, mxCellRenderer | |
Order, mxGraph | |
ORDER_CELLS | |
orderCells, mxGraph | |
orderChanged, mxCellState | |
ordered, mxGraph | |
orderEdge, mxCellRenderer | |
orientation | |
origin, mxCellState | |
OrthConnector, mxEdgeStyle | |
outline | |
OUTLINE_COLOR, mxConstants | |
OUTLINE_HANDLE_FILLCOLOR, mxConstants | |
OUTLINE_HANDLE_STROKECOLOR, mxConstants | |
OUTLINE_STROKEWIDTH, mxConstants | |
outlineResource, mxEditor | |
Overlays, mxGraph |
Holds the name.
mxEventObject.prototype.name
Local copy of cell neighbours.
mxFastOrganicLayout.prototype.neighbours
Stores each rank as a collection of cells in the best order found for each layer so far
mxMedianHybridCrossingReduction.prototype.nestedBestRanks
Specifies the next Id to be created.
mxGraphModel.prototype.nextId
A store of connections to the layer above for speed
mxCoordinateAssignment.prototype.nextLayerConnectedCache
A cached version of the cells this cell connects to on the next layer up
mxGraphAbstractHierarchyCell.prototype.nextLayerConnectedCells
True if foreignObject support is not available.
NO_FO: !document.createElementNS || document.createElementNS( 'http://www.w3.org/2000/svg', 'foreignObject' ) !
Holds the outermost DOM node that represents this shape.
mxShape.prototype.node
Holds the nodeDistance.
mxCompactTreeLayout.prototype.nodeDistance
Specifies if resetMode requires a forced flag of true for resetting the current mode in the toolbar.
mxToolbar.prototype.noReset
URL of the image to be used for the normalize icon in the titlebar.
mxWindow.prototype.normalizeImage
Maps from keycodes to functions for non-pressed control keys.
mxKeyHandler.prototype.normalKeys
Sends out the specified XML to urlNotify and fires a notify event.
mxSession.prototype.notify = function( xml, onLoad, onError )
Hook to notify any listeners of the changes after an undo or redo has been carried out.
mxUndoableEdit.prototype.notify = function()
Whether or not to flip equal weight values.
WeightedCellSorter.prototype.nudge
Maps from IDs to objects.
mxCodec.prototype.objects
Holds the offset as an mxPoint.
mxCellOverlay.prototype.offset
mxCompactTreeLayout.prototype.offset = function( p1, p2, a1, a2, b1, b2 )
For edges, this holds the offset (in pixels) from the position defined by x and y on the edge.
mxGeometry.prototype.offset
Holds the height of the rectangle.
mxTemporaryCellStates.prototype.oldBounds
Holds the height of the rectangle.
mxTemporaryCellStates.prototype.oldScale
Holds the height of the rectangle.
mxTemporaryCellStates.prototype.oldStates
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 )
Opens the specified file from the local filesystem and returns the contents of the file as a string.
open: function( filename )
Specifies if the canvas should be hidden while rendering in IE8 standards mode and quirks mode.
mxGraphView.prototype.optimizeVmlReflows
Orders the DOM node of the shape for the given state according to the position of the corresponding cell in the graph model.
mxCellRenderer.prototype.order = function( state )
Moves the given cells to the front or back.
mxGraph.prototype.orderCells = function( back, cells )
Specifies if the cell has changed order and the display needs to be updated.
mxCellState.prototype.orderChanged
Specifies if the display should reflect the order of the cells in the model.
mxGraph.prototype.ordered
Orders the DOM node of the shape for the given edge’s state according to the mxGraph.keepEdgesInBackground and mxGraph.keepEdgesInBackground rules.
mxCellRenderer.prototype.orderEdge = function( state )
The position of the root ( start ) node(s) relative to the rest of the laid out graph.
mxCoordinateAssignment.prototype.orientation
The position of the root node(s) relative to the laid out graph in.
mxHierarchicalLayout.prototype.orientation
mxPoint that holds the origin for all child cells.
mxCellState.prototype.origin
Implements a local orthogonal router between the given cells.
OrthConnector: function( state, source, target, points, result )
Reference to the mxWindow that contains the outline.
mxEditor.prototype.outline
Specifies the resource key for the outline window title.
mxEditor.prototype.outlineResource