C | |
captureDocumentGesture, mxGraphView | |
cell | |
CELL_CONNECTED, mxEvent | |
cellEditor, mxGraph | |
cellLocation, mxFastOrganicLayout | |
cellRenderer, mxGraph | |
cells | |
CELLS_ADDED, mxEvent | |
CELLS_FOLDED, mxEvent | |
CELLS_MOVED, mxEvent | |
CELLS_ORDERED, mxEvent | |
CELLS_REMOVED, mxEvent | |
CELLS_RESIZED, mxEvent | |
CELLS_TOGGLED, mxEvent | |
cellsBendable, mxGraph | |
cellsCloneable, mxGraph | |
cellsDeletable, mxGraph | |
cellsDisconnectable, mxGraph | |
cellsEditable, mxGraph | |
cellsLocked, mxGraph | |
cellsMovable, mxGraph | |
cellsResizable, mxGraph | |
cellsSelectable, mxGraph | |
centerZoom, mxGraph | |
CHANGE, mxEvent | |
changeHandler | |
changes, mxUndoableEdit | |
channelBuffer | |
children, mxCell | |
CLEAR, mxEvent | |
clearSelectionOnBackground, mxPanningHandler | |
CLICK, mxEvent | |
cloneEnabled | |
cloneInvalidEdges, mxGraph | |
CLOSE, mxEvent | |
closeImage, mxWindow | |
closeResource, mxUtils | |
codec, mxSession | |
codecs, mxCodecRegistry | |
collapsed, mxCell | |
collapsedImage, mxGraph | |
collapseExpandResource, mxGraph | |
collapseToPreferredSize, mxGraph | |
compressed, mxXmlCanvas2D | |
config, mxDefaultPopupMenu | |
CONNECT, mxEvent | |
CONNECT_CELL, mxEvent | |
CONNECT_HANDLE_FILLCOLOR, mxConstants | |
connectable, mxCell | |
connectableEdges, mxGraph | |
connected, mxSession | |
connectIconOffset, mxConnectionHandler | |
connectImage, mxConnectionHandler | |
connectOnDrop | |
connectsAsSource, mxGraphHierarchyNode | |
connectsAsTarget, mxGraphHierarchyNode | |
consoleName, mxLog | |
constrainChildren, mxGraph | |
constraintHandler | |
constraints, mxStencil | |
consumed | |
container, mxToolbar | |
containsValidationErrorsResource, mxGraph | |
content, mxWindow | |
controlKeys, mxKeyHandler | |
controlShiftKeys, mxKeyHandler | |
converter | |
count, mxCellStatePreview | |
counter, mxObjectIdentity | |
countError, mxMultiplicity | |
createIds, mxGraphModel | |
createTarget, mxConnectionHandler | |
crisp | |
currentBestCrossings, mxMedianHybridCrossingReduction | |
currentColor, mxCellMarker | |
currentDropTarget, mxDragSource | |
currentDx, mxGraphHandler | |
currentDy, mxGraphHandler | |
currentEdit, mxGraphModel | |
currentFileResource, mxEditor | |
currentGraph, mxDragSource | |
currentGuide, mxDragSource | |
currentPoint, mxDragSource | |
currentRoot, mxGraphView | |
currentX, mxRubberband | |
currentXDelta, mxCoordinateAssignment | |
currentY, mxRubberband | |
cursor, mxCellOverlay | |
CURSOR_BEND_HANDLE, mxConstants | |
CURSOR_CONNECT, mxConstants | |
CURSOR_LABEL_HANDLE, mxConstants | |
CURSOR_MOVABLE_EDGE, mxConstants | |
CURSOR_MOVABLE_VERTEX, mxConstants | |
cycleAttributeIndex, mxEditor | |
cycleAttributeName, mxEditor | |
cycleAttributeValues, mxEditor |
Specifies if a gesture should be captured when it goes outside of the graph container.
mxGraphView.prototype.captureDocumentGesture
The cell whose median value is being calculated
MedianCellSorter.prototype.cell
Reference to the mxCell that is represented by this state.
mxCellState.prototype.cell
The graph cell this object represents.
mxGraphHierarchyNode.prototype.cell
The cell whose median value is being calculated.
WeightedCellSorter.prototype.cell
Holds the mxCellEditor that is used as the in-place editing.
mxGraph.prototype.cellEditor
An array of locally stored co-ordinate positions for the vertices.
mxFastOrganicLayout.prototype.cellLocation
Holds the mxCellRenderer for rendering the cells in the graph.
mxGraph.prototype.cellRenderer
Maps from Ids to cells.
mxGraphModel.prototype.cells
Optional array of cells to be animated.
mxMorphing.prototype.cells
Specifies the return value for isCellsBendable.
mxGraph.prototype.cellsBendable
Specifies the return value for isCellCloneable.
mxGraph.prototype.cellsCloneable
Specifies the return value for isCellDeletable.
mxGraph.prototype.cellsDeletable
Specifies the return value for isCellDisconntable.
mxGraph.prototype.cellsDisconnectable
Specifies the return value for isCellEditable.
mxGraph.prototype.cellsEditable
Specifies the return value for isCellLocked.
mxGraph.prototype.cellsLocked
Specifies the return value for isCellMovable.
mxGraph.prototype.cellsMovable
Specifies the return value for isCellResizable.
mxGraph.prototype.cellsResizable
Specifies the return value for isCellSelectable.
mxGraph.prototype.cellsSelectable
Specifies if the zoom operations should go into the center of the actual diagram rather than going from top, left.
mxGraph.prototype.centerZoom
Holds the function that handles graph model changes.
mxAutoSaveManager.prototype.changeHandler
Holds the change event listener for later removal.
mxConnectionHandler.prototype.changeHandler
Array that contains the changes that make up this edit.
mxUndoableEdit.prototype.changes
The size of the vertical buffer in the center of inter-rank channels where edge control points should not be placed
mxCompactTreeLayout.prototype.channelBuffer
The size of the vertical buffer in the center of inter-rank channels where edge control points should not be placed
mxCoordinateAssignment.prototype.channelBuffer
Holds the child cells.
mxCell.prototype.children
Specifies if cells should be deselected if a popupmenu is displayed for the diagram background.
mxPanningHandler.prototype.clearSelectionOnBackground
Specifies if cloning by control-drag is enabled.
mxEdgeHandler.prototype.cloneEnabled
Specifies if cloning by control-drag is enabled.
mxGraphHandler.prototype.cloneEnabled
Specifies if edges that are cloned should be validated and only inserted if they are valid.
mxGraph.prototype.cloneInvalidEdges
URL of the image to be used for the close icon in the titlebar.
mxWindow.prototype.closeImage
Reference to the mxCodec used to encoding and decoding changes.
mxSession.prototype.codec
Specifies whether the cell is collapsed.
mxCell.prototype.collapsed
Specifies the mxImage to indicate a collapsed state.
mxGraph.prototype.collapsedImage
Specifies the resource key for the tooltip on the collapse/expand icon.
mxGraph.prototype.collapseExpandResource
Specifies if the cell size should be changed to the preferred size when a cell is first collapsed.
mxGraph.prototype.collapseToPreferredSize
Specifies if the output should be compressed by removing redundant calls.
var compressed
XML node used as the description of new menu items.
mxDefaultPopupMenu.prototype.config
Specifies whether the cell is connectable.
mxCell.prototype.connectable
Specifies if edges are connectable.
mxGraph.prototype.connectableEdges
mxSession.prototype.connected
Holds the offset for connect icons during connection preview.
mxConnectionHandler.prototype.connectIconOffset
mxImage that is used to trigger the creation of a new connection.
mxConnectionHandler.prototype.connectImage
Specifies if elements should be connected if new cells are dropped onto connectable elements.
mxDefaultToolbar.prototype.connectOnDrop
Specifies if drop events are interpreted as new connections if no other drop action is defined.
mxGraphHandler.prototype.connectOnDrop
Collection of hierarchy edges that have this node as a source
mxGraphHierarchyNode.prototype.connectsAsSource
Collection of hierarchy edges that have this node as a target
mxGraphHierarchyNode.prototype.connectsAsTarget
Specifies the return value for isConstrainChildren.
mxGraph.prototype.constrainChildren
Holds the mxConstraintHandler used for drawing and highlighting constraints.
mxConnectionHandler.prototype.constraintHandler
Holds the mxConstraintHandler used for drawing and highlighting constraints.
mxEdgeHandler.prototype.constraintHandler
Holds an array of mxConnectionConstraints as defined in the shape.
mxStencil.prototype.constraints
Holds the consumed state.
mxEventObject.prototype.consumed
Holds the consumed state of this event.
mxMouseEvent.prototype.consumed
Reference to the DOM nodes that contains the toolbar.
mxToolbar.prototype.container
Specifies the resource key for the warning message to be displayed when a collapsed cell contains validation errors.
mxGraph.prototype.containsValidationErrorsResource
Reference to the DOM node that represents the window content.
mxWindow.prototype.content
Maps from keycodes to functions for pressed control keys.
mxKeyHandler.prototype.controlKeys
Maps from keycodes to functions for pressed control and shift keys.
mxKeyHandler.prototype.controlShiftKeys
Holds the mxUrlConverter to convert image URLs.
var converter
Holds the mxUrlConverter to convert image URLs.
var converter
Contains the number of entries in the map.
mxCellStatePreview.prototype.count
Holds the localized error message to be displayed if the number of connections for which the rule applies is smaller than min or greater than max.
mxMultiplicity.prototype.countError
Specifies if the model should automatically create Ids for new cells.
mxGraphModel.prototype.createIds
Specifies if createTargetVertex should be called if no target was under the mouse for the new connection.
mxConnectionHandler.prototype.createTarget
Specifies if the edge handles should be rendered in crisp mode.
mxEdgeHandler.prototype.crisp
Specifies if the move preview should be rendered in crisp mode if applicable.
mxGraphHandler.prototype.crisp
Specifies if theguide should be rendered in crisp mode if applicable.
mxGuide.prototype.crisp
Disables crisp rendering via attributes.
mxImageShape.prototype.crisp
Special attribute for SVG rendering to set the shape-rendering attribute to crispEdges in the output.
mxShape.prototype.crisp
Specifies if the selection bounds and handles should be rendered in crisp mode.
mxVertexHandler.prototype.crisp
The total number of crossings found in the best configuration so far
mxMedianHybridCrossingReduction.prototype.currentBestCrossings
Holds the current marker color.
mxCellMarker.prototype.currentColor
Holds the current drop target under the mouse.
mxDragSource.prototype.currentDropTarget
Stores the x-coordinate of the current mouse move.
mxGraphHandler.prototype.currentDx
Stores the y-coordinate of the current mouse move.
mxGraphHandler.prototype.currentDy
Holds the changes for the current transaction.
mxGraphModel.prototype.currentEdit
Specifies the resource key for the current file info.
mxEditor.prototype.currentFileResource
Reference to the mxGraph that is the current drop target.
mxDragSource.prototype.currentGraph
Holds an mxGuide for the currentGraph if dragPreview is not null.
mxDragSource.prototype.currentGuide
Holds the current drop location.
mxDragSource.prototype.currentPoint
mxCell that acts as the root of the displayed cell hierarchy.
mxGraphView.prototype.currentRoot
Holds the value of the x argument in the last call to update.
mxRubberband.prototype.currentX
The sum of x-displacements for the current iteration
mxCoordinateAssignment.prototype.currentXDelta
Holds the value of the y argument in the last call to update.
mxRubberband.prototype.currentY
Holds the cursor for the overlay.
mxCellOverlay.prototype.cursor
Index of the last consumed attribute index.
mxEditor.prototype.cycleAttributeIndex
Name of the attribute to be assigned a cycleAttributeValues when inserting new swimlanes.
mxEditor.prototype.cycleAttributeName
Specifies the attribute values to be cycled when inserting new swimlanes.
mxEditor.prototype.cycleAttributeValues