U | |
undo | |
UNDO | |
undoableEditHappened, mxUndoManager | |
undoManager, mxEditor | |
undone, mxUndoableEdit | |
UNGROUP_CELLS | |
ungroupCells, mxGraph | |
union, mxVertexHandler | |
unmark, mxCellMarker | |
UP | |
update | |
UPDATE_CELL_SIZE | |
updateAlternateBounds, mxGraph | |
updateAnimation | |
updateAspect, mxImageShape | |
updateBoundingBox | |
updateCellSize, mxGraph | |
updateCurrentState, mxConnectionHandler | |
updateCursor, mxGraphHandler | |
updateDefaultMode, mxToolbar | |
updateEdgeBounds, mxGraphView | |
updateEdgeLabelOffset, mxGraphView | |
updateEdgeParent, mxGraphModel | |
updateEdgeParents, mxGraphModel | |
updateFixedTerminalPoint, mxGraphView | |
updateFixedTerminalPoints, mxGraphView | |
updateFloatingTerminalPoint, mxGraphView | |
updateFloatingTerminalPoints, mxGraphView | |
updateGroupBounds, mxGraph | |
updateHandler, mxLayoutManager | |
updateHtmlCanvasSize, mxGraphView | |
updateHtmlShape, mxShape | |
updateIcons, mxConnectionHandler | |
updateLevel, mxGraphModel | |
updateMouseEvent, mxGraph | |
updateOnPan, mxOutline | |
updatePoints, mxGraphView | |
updatePreviewShape, mxGraphHandler | |
updatePreviewState, mxEdgeHandler | |
updateStyle, mxGraphView | |
updateSvgBounds, mxShape | |
updateSvgGlassPane, mxShape | |
updateSvgNode | |
updateSvgPath, mxShape | |
updateSvgScale, mxShape | |
updateSvgShape, mxShape | |
updateSvgTransform, mxShape | |
updateTableStyle, mxText | |
updateTableWidth, mxText | |
updateVertexLabelOffset, mxGraphView | |
updateVmlDashStyle, mxShape | |
updateVmlFill, mxShape | |
updateVmlGlassPane, mxShape | |
updateVmlMarkerOpacity, mxConnector | |
updateVmlShape, mxShape | |
updateVmlStrokeColor, mxShape | |
updateVmlStrokeNode, mxShape | |
updatingDocumentResource, mxGraphView | |
updatingSelectionResource, mxGraphSelectionModel | |
url, mxXmlRequest | |
urlHelp, mxEditor | |
urlImage, mxEditor | |
urlInit | |
urlNotify | |
urlPoll | |
urlPost, mxEditor | |
useBoundingBox, mxGraphLayout | |
useGrid, mxPanningHandler | |
useGuidesForEvent, mxGraphHandler | |
useInputOrigin, mxFastOrganicLayout | |
useLeftButtonForPanning, mxPanningHandler | |
useLeftButtonForPopup, mxPopupMenu | |
usePopupTrigger, mxPanningHandler | |
username, mxXmlRequest | |
useScrollbarsForPanning, mxGraph |
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 )
Holds an mxUndoManager for the command history.
mxEditor.prototype.undoManager
Specifies if this edit has been undone.
mxUndoableEdit.prototype.undone
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 )
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 )
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()
Updates the aspect of the image for the given image width and height.
mxImageShape.prototype.updateAspect = function( w, h )
Updates the boundingBox for this shape using createBoundingBox and augmentBoundingBox and stores the result in boundingBox.
mxShape.prototype.updateBoundingBox = function()
Overrides method to do nothing.
mxText.prototype.updateBoundingBox = function()
Updates the size of the given cell in the model using cellSizeUpdated.
mxGraph.prototype.updateCellSize = function( cell, ignoreChildren )
Updates the current state for a given mouse move event by using the marker.
mxConnectionHandler.prototype.updateCurrentState = function( me )
Specifies if a move cursor should be shown if the mouse is ove a movable cell.
mxGraphHandler.prototype.updateCursor
Boolean indicating if the default mode should be the last selected switch mode or the first inserted switch mode.
mxToolbar.prototype.updateDefaultMode
Updates the given state using the bounding box of the 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 )
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 bounds of the given array of groups so that it includes all child vertices.
mxGraph.prototype.updateGroupBounds = function( cells, border, moveGroup )
Holds the function that handles the endUpdate event.
mxLayoutManager.prototype.updateHandler
Updates the size of the HTML canvas.
mxGraphView.prototype.updateHtmlCanvasSize = function( width, height )
Updates the bounds or points of the specified HTML node and updates the inner children to reflect the changes.
mxShape.prototype.updateHtmlShape = function( node )
Hook to update the icon position(s) based on a mouseOver event.
mxConnectionHandler.prototype.updateIcons = function( state, icons, me )
Counter for the depth of nested transactions.
mxGraphModel.prototype.updateLevel
Sets the graphX and graphY properties if the given mxMouseEvent if required.
mxGraph.prototype.updateMouseEvent = function( me )
Specifies if update should be called for mxEvent.PAN in the source graph.
mxOutline.prototype.updateOnPan
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.updatePreviewShape = function()
Updates the given preview state taking into account the state of the constraint handler.
mxEdgeHandler.prototype.updatePreviewState = function( edge, point, terminalState )
Specifies if the style should be updated in each validation step.
mxGraphView.prototype.updateStyle
Updates the bounds of the given node using bounds.
mxShape.prototype.updateSvgBounds = function( node )
Draws the glass overlay if mxConstants.STYLE_GLASS is 1.
mxShape.prototype.updateSvgGlassPane = function()
Updates the given node to reflect the new bounds and scale.
mxDoubleEllipse.prototype.updateSvgNode = function( node, inset )
Updates the given node to reflect the new bounds and scale.
mxEllipse.prototype.updateSvgNode = function( node )
Updates the path of the given node using points.
mxShape.prototype.updateSvgPath = function( node )
Updates the properties of the given node that depend on the scale and checks the crisp rendering attribute.
mxShape.prototype.updateSvgScale = function( node )
Updates the bounds or points of the specified SVG node and updates the inner children to reflect the changes.
mxShape.prototype.updateSvgShape = function( node )
Updates the tranform of the given node.
mxShape.prototype.updateSvgTransform = function( node, shadow )
Updates the width of the given HTML table.
mxText.prototype.updateTableWidth = function( table )
Updates the absoluteOffset of the given vertex cell state.
mxGraphView.prototype.updateVertexLabelOffset = function( state )
Updates the dashstyle in the stroke node.
mxShape.prototype.updateVmlDashStyle = function()
Updates the given VML fill node.
mxShape.prototype.updateVmlFill = function( node, c1, c2, dir, alpha )
Draws the glass overlay if mxConstants.STYLE_GLASS is 1.
mxShape.prototype.updateVmlGlassPane = function()
Updates the opacity for the markers in VML.
mxConnector.prototype.updateVmlMarkerOpacity = function()
Updates the bounds or points of the specified VML node and updates the inner children to reflect the changes.
mxShape.prototype.updateVmlShape = function( node )
Updates the VML stroke color for the given node.
mxShape.prototype.updateVmlStrokeColor = function( node )
Creates the stroke node for VML.
mxShape.prototype.updateVmlStrokeNode = function( parent )
Specifies the resource key for the status message while the selection is being updated.
mxGraphSelectionModel.prototype.updatingSelectionResource
Holds the target URL of the request.
mxXmlRequest.prototype.url
Specifies the URL to be used for the contents of the Online Help window.
mxEditor.prototype.urlHelp
Specifies the URL to be used for creating a bitmap of the graph in the image action.
mxEditor.prototype.urlImage
Specifies the URL to be used for initializing the session.
mxEditor.prototype.urlInit
URL to initialize the session.
mxSession.prototype.urlInit
Specifies the URL to be used for notifying the backend in the session.
mxEditor.prototype.urlNotify
URL to send changes to the backend.
mxSession.prototype.urlNotify
Specifies the URL to be used for polling in the session.
mxEditor.prototype.urlPoll
URL for polling the backend.
mxSession.prototype.urlPoll
Specifies the URL to be used for posting the diagram to a backend in save.
mxEditor.prototype.urlPost
Boolean indicating if the bounding box of the label should be used if its available.
mxGraphLayout.prototype.useBoundingBox
Specifies if the panning steps should be aligned to the grid size.
mxPanningHandler.prototype.useGrid
Returns true if the guides should be used for the given mxMouseEvent.
mxGraphHandler.prototype.useGuidesForEvent = function( me )
Specifies if the top left corner of the input cells should be the origin of the layout result.
mxFastOrganicLayout.prototype.useInputOrigin
Specifies if panning should be active for the left mouse button.
mxPanningHandler.prototype.useLeftButtonForPanning
Specifies if popupmenus should be activated by clicking the left mouse button.
mxPopupMenu.prototype.useLeftButtonForPopup
Specifies if the isPopupTrigger should also be used for panning.
mxPanningHandler.prototype.usePopupTrigger
Specifies the username to be used for authentication.
mxXmlRequest.prototype.username
Specifies if scrollbars should be used for panning in panGraph if any scrollbars are available.
mxGraph.prototype.useScrollbarsForPanning