N | |
name | |
nativeDoubleClickEnabled, mxGraph | |
neighbours, mxFastOrganicLayout | |
nestedBestRanks, mxMedianHybridCrossingReduction | |
nextId, mxGraphModel | |
nextLayerConnectedCache, mxCoordinateAssignment | |
nextLayerConnectedCells, mxGraphAbstractHierarchyCell | |
NO_FO, mxClient | |
node | |
nodeDistance | |
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, mxUndoableEdit | |
NOTIFY | |
NS_SVG, mxConstants | |
NS_XHTML, mxConstants | |
NS_XLINK, mxConstants | |
nudge, WeightedCellSorter | |
O | |
objects, mxCodec | |
OFFICE_PREFIX, mxClient | |
offset | |
oldBounds, mxTemporaryCellStates | |
oldScale, mxTemporaryCellStates | |
oldStates, mxTemporaryCellStates | |
onEncode, mxRootChangeCodec | |
onInit | |
open | |
OPEN | |
optimizeVmlReflows, mxGraphView | |
Order, mxGraph | |
ORDER_CELLS | |
orderCells, mxGraph | |
orientation | |
origin, mxCellState | |
OrthConnector, mxEdgeStyle | |
outline | |
OUTLINE_COLOR, mxConstants | |
OUTLINE_HANDLE_FILLCOLOR, mxConstants | |
OUTLINE_HANDLE_STROKECOLOR, mxConstants | |
OUTLINE_HIGHLIGHT_COLOR, mxConstants | |
OUTLINE_STROKEWIDTH, mxConstants | |
outlineConnect | |
outlineResource, mxEditor | |
Overlays, mxGraph |
Optional string that specifies the name of the constraint.
mxConnectionConstraint.prototype.name
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' ) !
The internal node representation of the root cell.
mxCompactTreeLayout.prototype.node
Holds the outermost DOM node that represents this shape.
mxShape.prototype.node
Holds the nodeDistance.
mxCompactTreeLayout.prototype.nodeDistance
Holds the nodeDistance.
mxRadialTreeLayout.prototype.nodeDistance
DOM node of type ATTRIBUTE.
NODETYPE_ATTRIBUTE: 2
DOM node of type CDATA.
NODETYPE_CDATA: 4
DOM node of type COMMENT.
NODETYPE_COMMENT: 8
DOM node of type DOCUMENT.
NODETYPE_DOCUMENT: 9
DOM node of type DOCUMENT_FRAGMENT.
NODETYPE_DOCUMENT_FRAGMENT: 11
DOM node of type DOCUMENTTYPE.
NODETYPE_DOCUMENTTYPE: 10
DOM node of type ELEMENT.
NODETYPE_ELEMENT: 1
DOM node of type ENTITY.
NODETYPE_ENTITY: 6
DOM node of type ENTITY_REFERENCE.
NODETYPE_ENTITY_REFERENCE: 5
DOM node of type NOTATION.
NODETYPE_NOTATION: 12
DOM node of type PROCESSING_INSTRUCTION.
NODETYPE_PROCESSING_INSTRUCTION: 7
DOM node of type TEXT.
NODETYPE_TEXT: 3
Defines the value for none.
NONE: 'none'
Specifies if resetMode requires a forced flag of true for resetting the current mode in the toolbar.
mxToolbar.prototype.noReset
Specifies the event name for normalize.
NORMALIZE: 'normalize'
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
Hook to notify any listeners of the changes after an undo or redo has been carried out.
mxUndoableEdit.prototype.notify = function()
Specifies the event name for notify.
NOTIFY: 'notify'
Defines the SVG namespace.
NS_SVG: 'http://www.w3.org/2000/svg'
Defines the XHTML namespace.
NS_XHTML: 'http://www.w3.org/1999/xhtml'
Defines the XLink namespace.
NS_XLINK: 'http://www.w3.org/1999/xlink'
Whether or not to flip equal weight values.
WeightedCellSorter.prototype.nudge
Maps from IDs to objects.
mxCodec.prototype.objects
Prefix for VML office namespace in node names.
OFFICE_PREFIX: 'o'
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, targetWindow, forcePageBreaks, keepOpen )
Specifies the event name for open.
OPEN: 'open'
Specifies if the canvas should be hidden while rendering in IE8 standards mode and quirks mode.
mxGraphView.prototype.optimizeVmlReflows
Specifies the event name for orderCells.
ORDER_CELLS: 'orderCells'
Moves the given cells to the front or back.
mxGraph.prototype.orderCells = function( back, cells )
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
The position of the root node(s) relative to the laid out graph in.
mxSwimlaneLayout.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, sourceScaled, targetScaled, controlHints, result )
Reference to the mxWindow that contains the outline.
mxEditor.prototype.outline
Specifies if the shape should be drawn as an outline.
mxShape.prototype.outline
Defines the color to be used for the outline rectangle border.
OUTLINE_COLOR: '#0099FF'
Defines the color to be used for the outline sizer fill color.
OUTLINE_HANDLE_FILLCOLOR: '#00FFFF'
Defines the color to be used for the outline sizer stroke color.
OUTLINE_HANDLE_STROKECOLOR: '#0033FF'
Specifies the default highlight color for shape outlines.
OUTLINE_HIGHLIGHT_COLOR: '#00FF00'
Defines the strokewidth to be used for the outline rectangle stroke width.
OUTLINE_STROKEWIDTH: ( mxClient.IS_IE ) ? 2 : 3
Specifies if connections to the outline of a highlighted target should be enabled.
mxConnectionHandler.prototype.outlineConnect
Specifies if connections to the outline of a highlighted target should be enabled.
mxEdgeHandler.prototype.outlineConnect
Specifies the resource key for the outline window title.
mxEditor.prototype.outlineResource