U | |
undo | |
undoableEditHappened, mxUndoManager | |
ungroupCells, mxGraph | |
union, mxVertexHandler | |
unmark, mxCellMarker | |
update | |
updateAlternateBounds, mxGraph | |
updateAnimation | |
updateBaseUrl, mxUrlConverter | |
updateBoundingBox | |
updateBoundsFromPoints, mxShape | |
updateBoundsFromStencil, mxGraphView | |
updateCachedBounds, mxCellState | |
updateCellSize, mxGraph | |
updateCellState, mxGraphView | |
updateContainerStyle, mxGraphView | |
updateCurrentState, mxConnectionHandler | |
updateEdgeBounds, mxGraphView | |
updateEdgeLabelOffset, mxGraphView | |
updateEdgeParent, mxGraphModel | |
updateEdgeParents, mxGraphModel | |
updateEdgeState | |
updateElements, mxCodec | |
updateFill, mxSvgCanvas2D | |
updateFixedTerminalPoint, mxGraphView | |
updateFixedTerminalPoints, mxGraphView | |
updateFloatingTerminalPoint, mxGraphView | |
updateFloatingTerminalPoints, mxGraphView | |
updateFont | |
updateGroupBounds | |
updateHandler, mxSelectionCellsHandler | |
updateHint | |
updateHtmlBounds, mxShape | |
updateHtmlCanvasSize, mxGraphView | |
updateHtmlColors, mxShape | |
updateHtmlFilter, mxText | |
updateHtmlFilters, mxShape | |
updateHtmlTransform, mxText | |
updateIcons, mxConnectionHandler | |
updateInnerHtml, mxText | |
updateLivePreview | |
updateMinBounds, mxVertexHandler | |
updateMouseEvent, mxGraph | |
updatePageBreaks, mxGraph | |
updateParentGeometry, mxStackLayout | |
updateParentHighlight | |
updatePoints, mxGraphView | |
updatePreview, mxGraphHandler | |
updatePreviewShape, mxGraphHandler | |
updatePreviewState | |
updateSelection, mxGraph | |
updateSize, mxText | |
updateStroke, mxSvgCanvas2D | |
updateStrokeAttributes, mxSvgCanvas2D | |
updateTransform, mxShape | |
updateValue, mxText | |
updateVertexLabelOffset, mxGraphView | |
updateVertexState, mxGraphView | |
updateVmlContainer | |
updatingDocumentResource, mxGraphView | |
useCssTransforms, mxPrintPreview | |
useGuidesForEvent, mxGraphHandler |
Undo the last change in graph.
mxEditor.prototype.undo = function ()
Undoes all changes in this edit.
mxUndoableEdit.prototype.undo = function()
Undoes the last change.
mxUndoManager.prototype.undo = function()
Method to be called to add new undoable edits to the history.
mxUndoManager.prototype.undoableEditHappened = function( undoableEdit )
Ungroups the given cells by moving the children the children to their parents parent and removing the empty groups.
mxGraph.prototype.ungroupCells = function( cells )
Returns the union of the given bounds and location for the specified handle index.
mxVertexHandler.prototype.union = function( bounds, dx, dy, index, gridEnabled, scale, tr, constrained, centered )
Hides the marker and fires a mark event.
mxCellMarker.prototype.unmark = function()
Updates the state of this handler based on the given mxMouseEvent.
mxConstraintHandler.prototype.update = function( me, source, existingEdge, point )
Updates the outline.
mxOutline.prototype.update = function( revalidate )
Sets currentX and currentY and calls repaint.
mxRubberband.prototype.update = function( x, y )
Updates or sets the alternate bounds in the given geometry for the given cell depending on whether the cell is going to be collapsed.
mxGraph.prototype.updateAlternateBounds = function( cell, geo, willCollapse )
Hook for subclassers to implement the animation.
mxAnimation.prototype.updateAnimation = function()
Animation step.
mxMorphing.prototype.updateAnimation = function()
Private helper function to update the base URL.
mxUrlConverter.prototype.updateBaseUrl = function()
Updates the boundingBox for this shape using createBoundingBox and augmentBoundingBox and stores the result in boundingBox.
mxConnector.prototype.updateBoundingBox = function()
Updates the boundingBox for this shape using createBoundingBox and augmentBoundingBox and stores the result in boundingBox.
mxShape.prototype.updateBoundingBox = function()
Updates the boundingBox for this shape using the given node and position.
mxText.prototype.updateBoundingBox = function()
Updates the bounds based on the points.
mxShape.prototype.updateBoundsFromPoints = function()
Updates the bounds of the given cell state to reflect the bounds of the stencil if it has a fixed aspect and returns the previous bounds as an mxRectangle if the bounds have been modified or null otherwise.
mxGraphView.prototype.updateBoundsFromStencil = function( state )
Updates the cellBounds and paintBounds.
mxCellState.prototype.updateCachedBounds = function()
Updates the size of the given cell in the model using cellSizeUpdated.
mxGraph.prototype.updateCellSize = function( cell, ignoreChildren )
Updates the given mxCellState.
mxGraphView.prototype.updateCellState = function( state )
Updates the style of the container after installing the SVG DOM elements.
mxGraphView.prototype.updateContainerStyle = function( container )
Updates the current state for a given mouse move event by using the marker.
mxConnectionHandler.prototype.updateCurrentState = function( me, point )
Updates the given state using the bounding box of t he absolute points.
mxGraphView.prototype.updateEdgeBounds = function( state )
Updates mxCellState.absoluteOffset for the given state.
mxGraphView.prototype.updateEdgeLabelOffset = function( state )
Inner callback to update the parent of the specified mxCell to the nearest-common-ancestor of its two terminals.
mxGraphModel.prototype.updateEdgeParent = function( edge, root )
Updates the parent for all edges that are connected to cell or one of its descendants using updateEdgeParent.
mxGraphModel.prototype.updateEdgeParents = function( cell, root )
Updates edgeState.
mxConnectionHandler.prototype.updateEdgeState = function( current, constraint )
Validates the given cell state.
mxGraphView.prototype.updateEdgeState = function( state, geo )
Returns the element with the given ID from document.
mxCodec.prototype.updateElements = function()
Transfers the stroke attributes from state to node.
mxSvgCanvas2D.prototype.updateFill = function()
Sets the fixed source or target terminal point on the given edge.
mxGraphView.prototype.updateFixedTerminalPoint = function( edge, terminal, source, constraint )
Sets the initial absolute terminal points in the given state before the edge style is computed.
mxGraphView.prototype.updateFixedTerminalPoints = function( edge, source, target )
Updates the absolute terminal point in the given state for the given start and end state, where start is the source if source is true.
mxGraphView.prototype.updateFloatingTerminalPoint = function( edge, start, end, source )
Updates the terminal points in the given state after the edge style was computed for the edge.
mxGraphView.prototype.updateFloatingTerminalPoints = function( state, source, target )
Updates the text properties for the given node.
mxSvgCanvas2D.prototype.updateFont = function( node )
Updates the HTML node(s) to reflect the latest bounds and scale.
mxText.prototype.updateFont = function( node )
Updates the bounds of the given groups to include all children and returns the passed-in cells.
mxGraph.prototype.updateGroupBounds = function( cells, border, moveGroup, topBorder, rightBorder, bottomBorder, leftBorder )
Updates the bounds of the given array of groups so that it includes all child vertices.
mxSwimlaneLayout.prototype.updateGroupBounds = function()
Updates the handler for the given shape if one exists.
mxSelectionCellsHandler.prototype.updateHandler = function( state )
Hook for subclassers do show details while the handler is active.
mxEdgeHandler.prototype.updateHint = function( me, point )
Hook for subclassers do show details while the handler is active.
mxGraphHandler.prototype.updateHint = function( me )
Hook for subclassers do show details while the handler is active.
mxVertexHandler.prototype.updateHint = function( me )
Allow optimization by replacing VML with HTML.
mxShape.prototype.updateHtmlBounds = function( node )
Updates the size of the HTML canvas.
mxGraphView.prototype.updateHtmlCanvasSize = function( width, height )
Allow optimization by replacing VML with HTML.
mxShape.prototype.updateHtmlColors = function( node )
Rotated text rendering quality is bad for IE9 quirks/IE8 standards
mxText.prototype.updateHtmlFilter = function()
Allow optimization by replacing VML with HTML.
mxShape.prototype.updateHtmlFilters = function( node )
Returns the spacing as an mxPoint.
mxText.prototype.updateHtmlTransform = function()
Hook to update the icon position(s) based on a mouseOver event.
mxConnectionHandler.prototype.updateIcons = function( state, icons, me )
Sets the inner HTML of the given element to the value.
mxText.prototype.updateInnerHtml = function( elt )
Updates the bounds of the preview shape.
mxGraphHandler.prototype.updateLivePreview = function( dx, dy )
Repaints the live preview.
mxVertexHandler.prototype.updateLivePreview = function( me )
Initializes the shapes required for this vertex handler.
mxVertexHandler.prototype.updateMinBounds = function()
Sets the graphX and graphY properties if the given mxMouseEvent if required and returned the event.
mxGraph.prototype.updateMouseEvent = function( me, evtName )
Invokes from sizeDidChange to redraw the page breaks.
mxGraph.prototype.updatePageBreaks = function( visible, width, height )
Updates the geometry of the given parent cell.
mxStackLayout.prototype.updateParentGeometry = function( parent, pgeo, last )
Updates the highlight of the parent if parentHighlightEnabled is true.
mxVertexHandler.prototype.updateParentHighlight = function()
Updates the absolute points in the given state using the specified array of mxPoints as the relative points.
mxGraphView.prototype.updatePoints = function( edge, points, source, target )
Updates the bounds of the preview shape.
mxGraphHandler.prototype.updatePreview = function( remote )
Updates the bounds of the preview shape.
mxGraphHandler.prototype.updatePreviewShape = function()
Overridden to perform optimization of the edge style result.
mxEdgeSegmentHandler.prototype.updatePreviewState = function( edge, point, terminalState, me )
Updates the given preview state taking into account the state of the constraint handler.
mxEdgeHandler.prototype.updatePreviewState = function( edge, point, terminalState, me, outline )
Removes selection cells that are not in the model from the selection.
mxGraph.prototype.updateSelection = function()
Updates the HTML node(s) to reflect the latest bounds and scale.
mxText.prototype.updateSize = function( node, enableWrap )
Transfers the stroke attributes from state to node.
mxSvgCanvas2D.prototype.updateStroke = function()
Transfers the stroke attributes from state to node.
mxSvgCanvas2D.prototype.updateStrokeAttributes = function()
Sets the scale and rotation on the given canvas.
mxShape.prototype.updateTransform = function( c, x, y, w, h )
Updates the HTML node(s) to reflect the latest bounds and scale.
mxText.prototype.updateValue = function()
Updates the absoluteOffset of the given vertex cell state.
mxGraphView.prototype.updateVertexLabelOffset = function( state )
Validates the given cell state.
mxGraphView.prototype.updateVertexState = function( state, geo )
Updates the bounds of the VML container.
mxShape.prototype.updateVmlContainer = function()
Sets the width and height of the container to 1px.
mxText.prototype.updateVmlContainer = function()
Returns true if CSS transforms should be used for scaling content.
mxPrintPreview.prototype.useCssTransforms = function()
Returns true if the guides should be used for the given mxMouseEvent.
mxGraphHandler.prototype.useGuidesForEvent = function( me )