D | |
damper, mxPanningManager | |
dblClickAction, mxEditor | |
dblClickRemoveEnabled, mxEdgeHandler | |
DEBUG, mxLog | |
decodeSimulateValues, mxXmlRequest | |
DEFAULT_FONTFAMILY, mxConstants | |
DEFAULT_FONTSIZE, mxConstants | |
DEFAULT_FONTSTYLE, mxConstants | |
DEFAULT_HOTSPOT, mxConstants | |
DEFAULT_IMAGESIZE, mxConstants | |
DEFAULT_INVALID_COLOR, mxConstants | |
DEFAULT_MARKERSIZE, mxConstants | |
DEFAULT_STARTSIZE, mxConstants | |
DEFAULT_TEXT_DIRECTION, mxConstants | |
DEFAULT_VALID_COLOR, mxConstants | |
defaultBundles, mxClient | |
defaultEdge, mxEditor | |
defaultEdgeShape, mxCellRenderer | |
defaultEdgeStyle, mxEditor | |
defaultGroup, mxEditor | |
defaultLanguage, mxClient | |
defaultLocalized, mxStencil | |
defaultLoopStyle, mxGraph | |
defaultOpacity, mxRubberband | |
defaultOverlap | |
defaultParent, mxGraph | |
defaultShapes, mxCellRenderer | |
defaultTextShape, mxCellRenderer | |
defaultVertexShape, mxCellRenderer | |
defs, mxSvgCanvas2D | |
delay | |
deltas, mxCellStatePreview | |
desc, mxStencil | |
DESTROY, mxEvent | |
destroyed, mxTooltipHandler | |
destroyOnClose, mxWindow | |
dfsCount | |
dialect | |
DIALECT_MIXEDHTML, mxConstants | |
DIALECT_PREFERHTML, mxConstants | |
DIALECT_STRICTHTML, mxConstants | |
DIALECT_SVG, mxConstants | |
DIALECT_VML, mxConstants | |
DIRECTION_EAST, mxConstants | |
DIRECTION_MASK_ALL, mxConstants | |
DIRECTION_MASK_EAST, mxConstants | |
DIRECTION_MASK_NONE, mxConstants | |
DIRECTION_MASK_NORTH, mxConstants | |
DIRECTION_MASK_SOUTH, mxConstants | |
DIRECTION_MASK_WEST, mxConstants | |
DIRECTION_NORTH, mxConstants | |
DIRECTION_SOUTH, mxConstants | |
DIRECTION_WEST, mxConstants | |
disableContextMenu, mxEditor | |
disableEdgeStyle | |
DISCONNECT, mxEvent | |
disconnectOnMove, mxGraph | |
dispX, mxFastOrganicLayout | |
dispY, mxFastOrganicLayout | |
div, mxRubberband | |
document, mxCodec | |
DONE, mxEvent | |
doneResource | |
DOUBLE_CLICK, mxEvent | |
doubleClickOrientationResource, mxElbowEdgeHandler | |
doubleTapEnabled, mxGraph | |
doubleTapTimeout, mxGraph | |
doubleTapTolerance, mxGraph | |
DOWN, mxEvent | |
dragElement, mxDragSource | |
dragElementOpacity, mxDragSource | |
dragElementZIndex, mxDragSource | |
dragOffset, mxDragSource | |
drillHandler, mxConnectionHandler | |
DROP_TARGET_COLOR, mxConstants | |
dropEnabled, mxGraph | |
dropHandler, mxDragSource | |
dummyVertexWidth, mxSwimlaneLayout | |
dx | |
dy |
Damper value for the panning.
mxPanningManager.prototype.damper
Specifies the name of the action to be executed when a cell is double clicked.
mxEditor.prototype.dblClickAction
Specifies if removing bends by double click is enabled.
mxEdgeHandler.prototype.dblClickRemoveEnabled
Specifies if the output for debug should be visible in the console.
DEBUG: true
Specifies if request values should be decoded as URIs before setting the textarea value in simulate.
mxXmlRequest.prototype.decodeSimulateValues
Defines the default family for all fonts.
DEFAULT_FONTFAMILY: 'Arial
Defines the default size (in px).
DEFAULT_FONTSIZE: 11
Defines the default style for all fonts.
DEFAULT_FONTSTYLE: 0
Defines the portion of the cell which is to be used as a connectable region.
DEFAULT_HOTSPOT: 0.3
Defines the default width and height for images used in the label shape.
DEFAULT_IMAGESIZE: 24
Specifies the default invalid color.
DEFAULT_INVALID_COLOR: '#FF0000'
Defines the default size for all markers.
DEFAULT_MARKERSIZE: 6
Defines the default start size for swimlanes.
DEFAULT_STARTSIZE: 40
Defines the default value for the STYLE_TEXT_DIRECTION if no value is defined for it in the style.
DEFAULT_TEXT_DIRECTION: ''
Specifies the default valid color.
DEFAULT_VALID_COLOR: '#00FF00'
Contains the base names of the default bundles if mxLoadResources is false.
defaultBundles: []
Prototype edge cell that is used for creating new edges.
mxEditor.prototype.defaultEdge
Defines the default shape for edges.
mxCellRenderer.prototype.defaultEdgeShape
Specifies the edge style to be returned in getEdgeStyle.
mxEditor.prototype.defaultEdgeStyle
Prototype group cell that is used for creating new groups.
mxEditor.prototype.defaultGroup
Static global variable that specifies the default value for the localized attribute of the text element.
mxStencil.defaultLocalized
mxEdgeStyle to be used for loops.
mxGraph.prototype.defaultLoopStyle
Specifies the default opacity to be used for the rubberband div.
mxRubberband.prototype.defaultOpacity
Defines the overlapping for the overlay, that is, the proportional distance from the origin to the point defined by the alignment.
mxCellOverlay.prototype.defaultOverlap
Value returned by getOverlap if isAllowOverlapParent returns true for the given cell.
mxGraph.prototype.defaultOverlap
Specifies the default parent to be used to insert new cells.
mxGraph.prototype.defaultParent
Static array that contains the globally registered shapes which are known to all instances of this class.
mxCellRenderer.defaultShapes
Defines the default shape for labels.
mxCellRenderer.prototype.defaultTextShape
Defines the default shape for vertices.
mxCellRenderer.prototype.defaultVertexShape
Reference to the defs section of the SVG document.
this.defs
Specifies the delay between the animation steps.
mxAnimation.prototype.delay
Delay in milliseconds for the panning.
mxPanningManager.prototype.delay
Delay to show the tooltip in milliseconds.
mxTooltipHandler.prototype.delay
Reference to the enclosing mxGraph.
mxCellStatePreview.prototype.deltas
Holds the XML node with the stencil description.
mxStencil.prototype.desc
Specifies the event name for destroy.
DESTROY: 'destroy'
True if this handler was destroyed using destroy.
mxTooltipHandler.prototype.destroyed
Specifies if the window should be destroyed when it is closed.
mxWindow.prototype.destroyOnClose
Count of the number of times the ancestor dfs has been used.
mxGraphHierarchyModel.prototype.dfsCount
Count of the number of times the ancestor dfs has been used.
mxSwimlaneModel.prototype.dfsCount
Dialect to be used for drawing the graph.
mxGraph.prototype.dialect
Holds the dialect in which the shape is to be painted.
mxShape.prototype.dialect
Defines the mixed HTML display dialect name.
DIALECT_MIXEDHTML: 'mixedHtml'
Defines the preferred HTML display dialect name.
DIALECT_PREFERHTML: 'preferHtml'
Defines the strict HTML display dialect.
DIALECT_STRICTHTML: 'strictHtml'
Defines the SVG display dialect name.
DIALECT_SVG: 'svg'
Defines the VML display dialect name.
DIALECT_VML: 'vml'
Constant for direction east.
DIRECTION_EAST: 'east'
Bitwise mask for all directions.
DIRECTION_MASK_ALL: 15
Bitwise mask for east direction.
DIRECTION_MASK_EAST: 8
Constant for no direction.
DIRECTION_MASK_NONE: 0
Bitwise mask for north direction.
DIRECTION_MASK_NORTH: 2
Bitwise mask for south direction.
DIRECTION_MASK_SOUTH: 4
Bitwise mask for west direction.
DIRECTION_MASK_WEST: 1
Constant for direction north.
DIRECTION_NORTH: 'north'
Constant for direction south.
DIRECTION_SOUTH: 'south'
Constant for direction west.
DIRECTION_WEST: 'west'
Specifies if the context menu should be disabled in the graph container.
mxEditor.prototype.disableContextMenu
Specifies if the STYLE_NOEDGESTYLE flag should be set on edges that are modified by the result.
mxCircleLayout.prototype.disableEdgeStyle
Specifies if the STYLE_NOEDGESTYLE flag should be set on edges that are modified by the result.
mxFastOrganicLayout.prototype.disableEdgeStyle
Specifies if the STYLE_NOEDGESTYLE flag should be set on edges that are modified by the result.
mxHierarchicalLayout.prototype.disableEdgeStyle
Specifies if the STYLE_NOEDGESTYLE flag should be set on edges that are modified by the result.
mxSwimlaneLayout.prototype.disableEdgeStyle
Specifies the event name for disconnect.
DISCONNECT: 'disconnect'
Specifies if edges should be disconnected from their terminals when they are moved.
mxGraph.prototype.disconnectOnMove
An array of locally stored X co-ordinate displacements for the vertices.
mxFastOrganicLayout.prototype.dispX
An array of locally stored Y co-ordinate displacements for the vertices.
mxFastOrganicLayout.prototype.dispY
Holds the DIV element which is currently visible.
mxRubberband.prototype.div
The owner document of the codec.
mxCodec.prototype.document
Specifies the event name for done.
DONE: 'done'
Specifies the resource key for the status message after a long operation.
mxGraphSelectionModel.prototype.doneResource
Specifies the resource key for the status message after a long operation.
mxGraphView.prototype.doneResource
Specifies the event name for doubleClick.
DOUBLE_CLICK: 'doubleClick'
Specifies the resource key for the tooltip to be displayed on the single control point for routed edges.
mxElbowEdgeHandler.prototype.doubleClickOrientationResource
Specifies if double taps on touch-based devices should be handled as a double click.
mxGraph.prototype.doubleTapEnabled
Specifies the timeout for double taps and non-native double clicks.
mxGraph.prototype.doubleTapTimeout
Specifies the tolerance for double taps and double clicks in quirks mode.
mxGraph.prototype.doubleTapTolerance
Specifies the event name for down.
DOWN: 'down'
Holds the DOM node that is used to represent the drag preview.
mxDragSource.prototype.dragElement
Opacity of the drag element in %.
mxDragSource.prototype.dragElementOpacity
ZIndex for the drag element.
mxDragSource.prototype.dragElementZIndex
mxPoint that specifies the offset of the dragElement.
mxDragSource.prototype.dragOffset
Holds the drill event listener for later removal.
mxConnectionHandler.prototype.drillHandler
Defines the color to be used for the highlighting target parent cells (for drag and drop).
DROP_TARGET_COLOR: '#0000FF'
Specifies the return value for isDropEnabled.
mxGraph.prototype.dropEnabled
Holds the DOM node that is used to represent the drag preview.
mxDragSource.prototype.dropHandler
The cell width of any dummy vertices inserted
mxSwimlaneLayout.prototype.dummyVertexWidth
Optional float that specifies the horizontal offset of the constraint.
mxConnectionConstraint.prototype.dx
Holds the current horizontal offset.
mxPanningHandler.prototype.dx
Optional float that specifies the vertical offset of the constraint.
mxConnectionConstraint.prototype.dy
Holds the current vertical offset.
mxPanningHandler.prototype.dy