C | |
cacheEnabled, mxText | |
cacheOffsetSize, mxSvgCanvas2D | |
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 | |
checkEventSource, mxDragSource | |
checkOverlap, mxParallelEdgeLayout | |
children, mxCell | |
CLEAR, mxEvent | |
clearSelectionOnBackground, mxPopupMenuHandler | |
CLICK, mxEvent | |
clipping, mxPrintPreview | |
cloneEnabled | |
cloneInvalidEdges, mxGraph | |
CLOSE, mxEvent | |
closeImage, mxWindow | |
closeOp | |
closeResource, mxUtils | |
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 | |
connectIconOffset, mxConnectionHandler | |
connectImage, mxConnectionHandler | |
connectOnDrop | |
connectsAsSource, mxGraphHierarchyNode | |
connectsAsTarget, mxGraphHierarchyNode | |
consoleName, mxLog | |
constrainChildren, mxGraph | |
constrainGroupByChildren, mxVertexHandler | |
constrainRelativeChildren, mxGraph | |
CONSTRAINT_HIGHLIGHT_SIZE, mxConstants | |
constraintHandler | |
constraints, mxStencil | |
consumed | |
container, mxToolbar | |
containsValidationErrorsResource, mxGraph | |
content, mxWindow | |
contentHeightCorrection, mxWindow | |
controlKeys, mxKeyHandler | |
controlShiftKeys, mxKeyHandler | |
converter, mxAbstractCanvas2D | |
count, mxCellStatePreview | |
counter, mxObjectIdentity | |
countError, mxMultiplicity | |
createIds, mxGraphModel | |
createTarget, mxConnectionHandler | |
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 | |
CURSOR_BEND_HANDLE, mxConstants | |
CURSOR_CONNECT, mxConstants | |
CURSOR_LABEL_HANDLE, mxConstants | |
CURSOR_MOVABLE_EDGE, mxConstants | |
CURSOR_MOVABLE_VERTEX, mxConstants | |
CURSOR_TERMINAL_HANDLE, mxConstants | |
CURSOR_VIRTUAL_BEND_HANDLE, mxConstants | |
curveOp | |
CUSTOM_HANDLE, mxEvent | |
cycleAttributeIndex, mxEditor | |
cycleAttributeName, mxEditor | |
cycleAttributeValues, mxEditor |
Specifies if caching for HTML labels should be enabled.
mxText.prototype.cacheEnabled
Specifies if offsetWidth and offsetHeight should be cached.
mxSvgCanvas2D.prototype.cacheOffsetSize
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
Specifies the event name for cellConnected.
CELL_CONNECTED: 'cellConnected'
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
Holds the array of mxCells currently in the clipboard.
cells: null
Maps from Ids to cells.
mxGraphModel.prototype.cells
Optional array of cells to be animated.
mxMorphing.prototype.cells
Specifies the event name for cellsAdded.
CELLS_ADDED: 'cellsAdded'
Specifies the event name for cellsFolded.
CELLS_FOLDED: 'cellsFolded'
Specifies the event name for cellsMoved.
CELLS_MOVED: 'cellsMoved'
Specifies the event name for cellsOrdered.
CELLS_ORDERED: 'cellsOrdered'
Specifies the event name for cellsRemoved.
CELLS_REMOVED: 'cellsRemoved'
Specifies the event name for cellsResized.
CELLS_RESIZED: 'cellsResized'
Specifies the event name for cellsToggled.
CELLS_TOGGLED: 'cellsToggled'
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
Specifies the event name for change.
CHANGE: 'change'
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 Default is 4.
mxCoordinateAssignment.prototype.channelBuffer
Whether the event source should be checked in graphContainerEvent.
mxDragSource.prototype.checkEventSource
Specifies if only overlapping edges should be considered parallel.
mxParallelEdgeLayout.prototype.checkOverlap
Holds the child cells.
mxCell.prototype.children
Specifies the event name for clear.
CLEAR: 'clear'
Specifies if cells should be deselected if a popupmenu is displayed for the diagram background.
mxPopupMenuHandler.prototype.clearSelectionOnBackground
Specifies the event name for click.
CLICK: 'click'
Specifies is clipping should be used to avoid creating too many cell states in large diagrams.
mxPrintPreview.prototype.clipping
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
Specifies the event name for close.
CLOSE: 'close'
URL of the image to be used for the close icon in the titlebar.
mxWindow.prototype.closeImage
Holds the operator for closing curves.
mxAbstractCanvas2D.prototype.closeOp
Holds the operator for closing curves.
mxVmlCanvas2D.prototype.closeOp
Specifies the resource key for the label of the close button.
closeResource: ( mxClient. language ! = 'none' ) ? 'close' : ''
Maps from constructor names to codecs.
codecs: []
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.
mxXmlCanvas2D.prototype.compressed
XML node used as the description of new menu items.
mxDefaultPopupMenu.prototype.config
Specifies the event name for connect.
CONNECT: 'connect'
Specifies the event name for connectCell.
CONNECT_CELL: 'connectCell'
Defines the color to be used for the connect handle fill color.
CONNECT_HANDLE_FILLCOLOR: '#0000FF'
Specifies whether the cell is connectable.
mxCell.prototype.connectable
Specifies if edges are connectable.
mxGraph.prototype.connectableEdges
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 name of the console window.
consoleName: 'Console'
Specifies if a child should be constrained inside the parent bounds after a move or resize of the child.
mxGraph.prototype.constrainChildren
Specifies if the size of groups should be constrained by the children.
mxVertexHandler.prototype.constrainGroupByChildren
Specifies if child cells with relative geometries should be constrained inside the parent bounds, if constrainChildren is true, and/or the maximumGraphBounds.
mxGraph.prototype.constrainRelativeChildren
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
Defines the correction factor for computing the height of the contentWrapper.
mxWindow.prototype.contentHeightCorrection
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.
this.converter
Contains the number of entries in the map.
mxCellStatePreview.prototype.count
Current counter.
counter: 0
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
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
Specifies the cursor to be used while the handler is active.
mxConnectionHandler.prototype.cursor
Specifies the cursor to be used for this handle.
mxHandle.prototype.cursor
Defines the cursor for a movable bend.
CURSOR_BEND_HANDLE: 'crosshair'
Defines the cursor for a connectable state.
CURSOR_CONNECT: 'pointer'
Defines the cursor for a movable label.
CURSOR_LABEL_HANDLE: 'default'
Defines the cursor for a movable edge.
CURSOR_MOVABLE_EDGE: 'move'
Defines the cursor for a movable vertex.
CURSOR_MOVABLE_VERTEX: 'move'
Defines the cursor for a terminal handle.
CURSOR_TERMINAL_HANDLE: 'pointer'
Defines the cursor for a movable bend.
CURSOR_VIRTUAL_BEND_HANDLE: 'crosshair'
Contains the string used for bezier curves.
mxAbstractCanvas2D.prototype.curveOp
Contains the string used for bezier curves.
mxVmlCanvas2D.prototype.curveOp
Start index for the custom handles in an mxMouseEvent.
CUSTOM_HANDLE: -100
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