F | |
fadeOut | |
fill | |
fillAndStroke | |
filterCells, mxGraphModel | |
filterDescendants | |
findNearestSegment, mxUtils | |
findNode, mxUtils | |
findParallels, mxParallelEdgeLayout | |
findRankHeights, mxCompactTreeLayout | |
findRoots | |
findTreeRoots, mxGraph | |
fireEvent, mxEventSource | |
fireGestureEvent, mxGraph | |
fireMouseEvent, mxGraph | |
fit | |
fixRanks | |
flipEdge, mxGraph | |
flipPoint, mxHandle | |
focusLost, mxCellEditor | |
foldCells, mxGraph | |
forEach, mxUtils | |
format | |
fromRectangle, mxRectangle |
Asynchronous fade-out operation.
fadeOut: function( node, from, remove, step, delay, isEnabled )
See mxEffects.fadeOut.
fadeOut: function( node, from, remove, step, delay, isEnabled )
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 given 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 )
Creates an array of descendant cells
mxSwimlaneLayout.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 )
Finds the parallel edges in the given parent.
mxParallelEdgeLayout.prototype.findParallels = function( parent, cells )
Stores the maximum height (relative to the layout direction) of cells in each rank
mxCompactTreeLayout.prototype.findRankHeights = function( node, rank )
Returns all visible children in the given parent which do not have incoming edges.
mxHierarchicalLayout.prototype.findRoots = function( parent, vertices )
Returns all visible children in the given parent which do not have incoming edges.
mxSwimlaneLayout.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 )
Dispatches the given event to the listeners which are registered for the event.
mxEventSource.prototype.fireEvent = function( evt, sender )
Dispatches a mxEvent.GESTURE event.
mxGraph.prototype.fireGestureEvent = function( evt, cell )
Dispatches the given event in the graph event dispatch loop.
mxGraph.prototype.fireMouseEvent = function( evtName, me, sender )
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, margin, enabled, ignoreWidth, ignoreHeight, maxHeight )
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()
Fixes the layer assignments to the values stored in the nodes.
mxSwimlaneModel.prototype.fixRanks = function()
Toggles the style of the given edge between null (or empty) and alternateEdgeStyle.
mxGraph.prototype.flipEdge = function( edge )
Flips the given point vertically and/or horizontally.
mxHandle.prototype.flipPoint = function( pt )
Called if the textarea has lost focus.
mxCellEditor.prototype.focusLost = function()
Sets the collapsed state of the specified cells and all descendants if recurse is true.
mxGraph.prototype.foldCells = function( collapse, recurse, cells, checkFoldable, evt )
Calls the given function for each element of the given array and returns the array.
forEach: function( array, fn )
Rounds all numbers to integers.
mxAbstractCanvas2D.prototype.format = function( value )
Rounds all numbers to 2 decimal points.
mxSvgCanvas2D.prototype.format = function( value )
Returns a formatted number with 2 decimal places.
mxXmlCanvas2D.prototype.format = function( value )
Returns a new mxRectangle which is a copy of the given rectangle.
mxRectangle.fromRectangle = function( rect )