A | |
absoluteOffset, mxCellState | |
absolutePoints, mxCellState | |
actions, mxEditor | |
ACTIVATE, mxEvent | |
ADD, mxEvent | |
ADD_CELLS, mxEvent | |
ADD_OVERLAY, mxEvent | |
ADD_VERTEX, mxEvent | |
addEnabled | |
AFTER_ADD_VERTEX, mxEvent | |
aliases, mxCodecRegistry | |
align, mxCellOverlay | |
ALIGN_BOTTOM, mxConstants | |
ALIGN_CELLS, mxEvent | |
ALIGN_CENTER, mxConstants | |
ALIGN_LEFT, mxConstants | |
ALIGN_MIDDLE, mxConstants | |
ALIGN_RIGHT, mxConstants | |
ALIGN_TOP, mxConstants | |
allowAutoPanning, mxGraph | |
allowDanglingEdges, mxGraph | |
allowedToRun, mxFastOrganicLayout | |
allowEval, mxGraphView | |
allowHandleBoundsCheck | |
allowLoops, mxGraph | |
allowNegativeCoordinates, mxGraph | |
alreadyConnectedResource, mxGraph | |
alt, mxImageBundle | |
alternateBounds, mxGeometry | |
alternateEdgeStyle, mxGraph | |
ARROW_BLOCK, mxConstants | |
ARROW_CLASSIC, mxConstants | |
ARROW_DIAMOND, mxConstants | |
ARROW_OPEN, mxConstants | |
ARROW_OVAL, mxConstants | |
ARROW_SIZE, mxConstants | |
ARROW_SPACING, mxConstants | |
ARROW_WIDTH, mxConstants | |
askZoomResource, mxEditor | |
aspect, mxStencil | |
async, mxXmlRequest | |
attr, mxMultiplicity | |
autoExpand, mxPopupMenu | |
autoExtend, mxGraph | |
autoOrigin, mxPrintPreview | |
autoSaveDelay, mxAutoSaveManager | |
autoSaveThreshold, mxAutoSaveManager | |
autoSaveThrottle, mxAutoSaveManager | |
autoscroll, mxDragSource | |
autoScroll, mxGraph | |
autoSize, mxCellEditor | |
autoSizeCells, mxGraph | |
B | |
backgroundImage, mxGraph | |
baseDomain, mxUrlConverter | |
basePath, mxClient | |
baseSpacingBottom, mxText | |
baseSpacingLeft, mxText | |
baseSpacingRight, mxText | |
baseSpacingTop, mxText | |
baseUrl, mxUrlConverter | |
BEFORE_ADD_VERTEX, mxEvent | |
BEFORE_UNDO, mxEvent | |
BEGIN_UPDATE, mxEvent | |
bends, mxEdgeHandler | |
bgNodes, mxStencil | |
binary, mxXmlRequest | |
blockImagePointerEvents, mxSvgCanvas2D | |
body, mxForm | |
border | |
borderColor, mxPrintPreview | |
boundingBox, mxShape | |
bounds, mxShape | |
bubbling, mxLayoutManager | |
buffer, mxLog |
mxPoint that holds the absolute offset.
mxCellState.prototype.absoluteOffset
Holds an array of mxPoints that represent the absolute points of an edge.
mxCellState.prototype.absolutePoints
Maps from actionnames to actions, which are functions taking the editor and the cell as arguments.
mxEditor.prototype.actions
Specifies if adding bends by shift-click is enabled.
mxEdgeHandler.prototype.addEnabled
Specifies if newly added cells should be resized to match the size of their existing siblings.
mxSwimlaneManager.prototype.addEnabled
Holds the horizontal alignment for the overlay.
mxCellOverlay.prototype.align
Specifies if panning via panGraph should be allowed to implement autoscroll if no scrollbars are available in scrollPointToVisible.
mxGraph.prototype.allowAutoPanning
Specifies if edges with disconnected terminals are allowed in the graph.
mxGraph.prototype.allowDanglingEdges
Boolean flag that specifies if the layout is allowed to run.
mxFastOrganicLayout.prototype.allowedToRun
Specifies if string values in cell styles should be evaluated using mxUtils.eval.
mxGraphView.prototype.allowEval
Specifies if the bounds of handles should be used for hit-detection in IE Default is true.
mxEdgeHandler.prototype.allowHandleBoundsCheck
Specifies if the bounds of handles should be used for hit-detection in IE Default is true.
mxVertexHandler.prototype.allowHandleBoundsCheck
Specifies if loops (aka self-references) are allowed.
mxGraph.prototype.allowLoops
Specifies if negative coordinates for vertices are allowed.
mxGraph.prototype.allowNegativeCoordinates
Specifies the resource key for the error message to be displayed in non-multigraphs when two vertices are already connected.
mxGraph.prototype.alreadyConnectedResource
Stores alternate values for x, y, width and height in a rectangle.
mxGeometry.prototype.alternateBounds
Specifies the alternate edge style to be used if the main control point on an edge is being doubleclicked.
mxGraph.prototype.alternateEdgeStyle
Specifies the resource key for the zoom dialog.
mxEditor.prototype.askZoomResource
Holds the aspect of the shape.
mxStencil.prototype.aspect
Boolean indicating if the request is asynchronous.
mxXmlRequest.prototype.async
Optional string that specifies the attributename to be passed to mxUtils.isNode to check if the rule applies to a cell.
mxMultiplicity.prototype.attr
Specifies if submenus should be expanded on mouseover.
mxPopupMenu.prototype.autoExpand
Specifies if the size of the graph should be automatically extended if the mouse goes near the container edge while dragging.
mxGraph.prototype.autoExtend
Specifies if the origin should be automatically computed based on the top, left corner of the actual diagram contents.
mxPrintPreview.prototype.autoOrigin
Minimum amount of seconds between two consecutive autosaves.
mxAutoSaveManager.prototype.autoSaveDelay
Minimum amount of ignored changes before an autosave.
mxAutoSaveManager.prototype.autoSaveThreshold
Minimum amount of seconds between two consecutive autosaves triggered by more than autoSaveThreshhold changes within a timespan of less than autoSaveDelay seconds.
mxAutoSaveManager.prototype.autoSaveThrottle
Specifies if the graph should scroll automatically.
mxDragSource.prototype.autoscroll
Specifies if the graph should automatically scroll if the mouse goes near the container edge while dragging.
mxGraph.prototype.autoScroll
Specifies if the textarea should be resized while the text is being edited.
mxCellEditor.prototype.autoSize
Specifies if the graph should automatically update the cell size after an edit.
mxGraph.prototype.autoSizeCells
Specifies the mxImage to be returned by getBackgroundImage.
mxGraph.prototype.backgroundImage
Specifies the base domain to be used as a prefix for absolute URLs.
var baseDomain
Specifies the spacing to be added to the bottom spacing.
mxText.prototype.baseSpacingBottom
Specifies the spacing to be added to the left spacing.
mxText.prototype.baseSpacingLeft
Specifies the spacing to be added to the right spacing.
mxText.prototype.baseSpacingRight
Specifies the spacing to be added to the top spacing.
mxText.prototype.baseSpacingTop
Specifies the base URL to be used as a prefix for relative URLs.
var baseUrl
Holds the mxShapes that represent the points.
mxEdgeHandler.prototype.bends
Boolean indicating if the request is binary.
mxXmlRequest.prototype.binary
Specifies if a transparent rectangle should be added on top of images to absorb all pointer events.
mxSvgCanvas2D.prototype.blockImagePointerEvents
Holds the DOM node that represents the tbody (table body).
mxForm.prototype.body
Border to be added to the bottom and right side when the container is being resized after the graph has been changed.
mxGraph.prototype.border
Border to be added at the bottom and right.
mxOutline.prototype.border
Border to handle automatic panning inside the component.
mxPanningManager.prototype.border
Integer that specifies the absolute inset in pixels for the parent that contains the children.
mxPartitionLayout.prototype.border
The border inset around each side of every page in the preview.
mxPrintPreview.prototype.border
Border to be added if fill is true.
mxStackLayout.prototype.border
Holds the color value for the page border.
mxPrintPreview.prototype.borderColor
Contains the bounding box of the shape, that is, the smallest rectangle that includes all pixels of the shape.
mxShape.prototype.boundingBox
Holds the mxRectangle that specifies the bounds of this shape.
mxShape.prototype.bounds
Specifies if the layout should bubble along the cell hierarchy.
mxLayoutManager.prototype.bubbling