Function that is used for creating new edges.
mxConnectionHandler.prototype.factoryMethod
Function that is used to create the popup menu.
mxPopupMenu.prototype.factoryMethod
Asynchronous fade-out operation.
fadeOut: function( node, from, remove, step, delay, isEnabled )
See mxEffects.fadeOut.
fadeOut: function( node, from, remove, step, delay, isEnabled )
Contains the URL of the last opened file as a string.
mxEditor.prototype.filename
Boolean indicating if dimension should be changed to fill out the parent cell.
mxStackLayout.prototype.fill
Fills the current path.
mxSvgCanvas2D.prototype.fill = function()
Fills the current path.
mxVmlCanvas2D.prototype.fill = function()
Fills the current drawing buffer.
mxXmlCanvas2D.prototype.fill = function()
Fills and paints the outline of the current path.
mxSvgCanvas2D.prototype.fillAndStroke = function()
Fills and paints the outline of the current path.
mxVmlCanvas2D.prototype.fillAndStroke = function()
Fills the current drawing buffer and its outline.
mxXmlCanvas2D.prototype.fillAndStroke = function()
Returns the cells from the given array where the fiven filter function returns true.
mxGraphModel.prototype.filterCells = function( cells, filter )
Visits all cells recursively and applies the specified filter function to each cell.
mxGraphModel.prototype.filterDescendants = function( filter, parent )
Creates an array of descendant cells
mxHierarchicalLayout.prototype.filterDescendants = function( cell, result )
Finds the index of the nearest segment on the given cell state for the specified coordinate pair.
findNearestSegment: function( state, x, y )
Returns the first node where attr equals value.
findNode: function( node, attr, value )
Returns the first node where the given attribute matches the given value.
findNodeByAttribute: function()
Finds the parallel edges in the given parent.
mxParallelEdgeLayout.prototype.findParallels = function( parent )
Returns all visible children in the given parent which do not have incoming edges.
mxHierarchicalLayout.prototype.findRoots = function( parent, vertices )
Returns all children in the given parent which do not have incoming edges.
mxGraph.prototype.findTreeRoots = function( parent, isolate, invert )
Whether or not to perform local optimisations and iterate multiple times through the algorithm.
mxCoordinateAssignment.prototype.fineTuning
Whether or not to perform local optimisations and iterate multiple times through the algorithm.
mxHierarchicalLayout.prototype.fineTuning
Dispatches the given event to the listeners which are registered for the event.
mxEventSource.prototype.fireEvent = function( evt, sender )
Dispatches the given event in the graph event dispatch loop.
mxGraph.prototype.fireMouseEvent = function( evtName, me, sender )
Holds the mxPoint where the mouseDown took place while the handler is active.
mxConnectionHandler.prototype.first
Scales the graph such that the complete diagram fits into container and returns the current scale in the view.
mxGraph.prototype.fit = function( border, keepOrigin )
Makes sure the given node is inside the visible area of the window.
fit: function( node )
Makes sure the window is inside the client area of the window.
mxWindow.prototype.fit = function()
Fixes the layer assignments to the values stored in the nodes.
mxGraphHierarchyModel.prototype.fixRanks = function()
Toggles the style of the given edge between null (or empty) and alternateEdgeStyle.
mxGraph.prototype.flipEdge = function( edge )
Specifies the fallback text for unsupported foreignObjects in exported documents.
mxSvgCanvas2D.prototype.foAltText
Called if the textarea has lost focus.
mxCellEditor.prototype.focusLost = function()
Specifies if use of foreignObject for HTML markup is allowed.
mxSvgCanvas2D.prototype.foEnabled
Sets the collapsed state of the specified cells and all descendants if recurse is true.
mxGraph.prototype.foldCells = function( collapse, recurse, cells, checkFoldable )
Holds the function that handles the fold event.
mxSpaceManager.prototype.foldHandler
Specifies if folding (collapse and expand via an image icon in the graph should be enabled).
mxGraph.prototype.foldingEnabled
The force constant by which the attractive forces are divided and the replusive forces are multiple by the square of.
mxFastOrganicLayout.prototype.forceConstant
Cache of <forceConstant>^2 for performance.
mxFastOrganicLayout.prototype.forceConstantSquared
Specifies if a new cell should be inserted on a single click even using insertFunction if there is a cell under the mousepointer, otherwise the cell under the mousepointer is selected.
mxEditor.prototype.forcedInserting
Rounds all numbers to integers.
mxAbstractCanvas2D.prototype.format = function( value )
Returns a formatted number with 2 decimal places.
mxXmlCanvas2D.prototype.format = function( value )