Function that is used for creating new edges.
mxConnectionHandler.prototype.factoryMethod
Function that is used to create the popup menu.
mxPopupMenu.prototype.factoryMethod
Optional fade out effect.
mxRubberband.prototype.fadeOut
Name of the field to be used to store the object ID.
FIELD_NAME: 'mxObjectId'
Contains the URL of the last opened file as a string.
mxEditor.prototype.filename
Boolean indicating if dimension should be changed to fill out the parent cell.
mxStackLayout.prototype.fill
Whether or not to perform local optimisations and iterate multiple times through the algorithm.
mxCoordinateAssignment.prototype.fineTuning
Whether or not to perform local optimisations and iterate multiple times through the algorithm.
mxHierarchicalLayout.prototype.fineTuning
Whether or not to perform local optimisations and iterate multiple times through the algorithm.
mxSwimlaneLayout.prototype.fineTuning
Specifies the event name for fireMouseEvent.
FIRE_MOUSE_EVENT: 'fireMouseEvent'
Specifies the event name for fired.
FIRED: 'fired'
Holds the mxPoint where the mouseDown took place while the handler is active.
mxConnectionHandler.prototype.first
Specifies the event name for flipEdge.
FLIP_EDGE: 'flipEdge'
Specifies the fallback text for unsupported foreignObjects in exported documents.
mxSvgCanvas2D.prototype.foAltText
Specifies if use of foreignObject for HTML markup is allowed.
mxSvgCanvas2D.prototype.foEnabled
Specifies the event name for foldCells.
FOLD_CELLS: 'foldCells'
Specifies if folding (collapse and expand via an image icon in the graph should be enabled).
mxGraph.prototype.foldingEnabled
Constant for bold fonts.
FONT_BOLD: 1
Constant for italic fonts.
FONT_ITALIC: 2
Constant for strikthrough fonts.
FONT_STRIKETHROUGH: 8
Constant for underlined fonts.
FONT_UNDERLINE: 4
Padding to be added for text that is not wrapped to account for differences in font metrics on different platforms in pixels.
mxSvgCanvas2D.prototype.fontMetricsPadding
Offset to be used for foreignObjects.
mxSvgCanvas2D.prototype.foOffset
The force constant by which the attractive forces are divided and the replusive forces are multiple by the square of.
mxFastOrganicLayout.prototype.forceConstant
Cache of <forceConstant>^2 for performance.
mxFastOrganicLayout.prototype.forceConstantSquared
Specifies if the enabled state of the graph should be ignored in the control click handler (to allow folding in disabled graphs).
mxCellRenderer.prototype.forceControlClickHandler
Specifies if a new cell should be inserted on a single click even using insertFunction if there is a cell under the mousepointer, otherwise the cell under the mousepointer is selected.
mxEditor.prototype.forcedInserting
Specifies if VML should be used to render the handles in this control.
mxOutline.prototype.forceVmlHandles
Holds the mxGeometry.
mxCell.prototype.geometry
Specifies the event name for gesture.
GESTURE: 'gesture'
Specifies the event name for get.
GET: 'get'
Local cache of gradients for quick lookups.
this.gradients
Reference to the enclosing mxGraph.
mxAutoSaveManager.prototype.graph
Reference to the enclosing mxGraph.
mxCellEditor.prototype.graph
Reference to the enclosing mxGraph.
mxCellHighlight.prototype.graph
Reference to the enclosing mxGraph.
mxCellMarker.prototype.graph
Reference to the enclosing mxGraph.
mxCellStatePreview.prototype.graph
Reference to the enclosing mxGraph.
mxConnectionHandler.prototype.graph
Reference to the enclosing mxGraph.
mxConstraintHandler.prototype.graph
Reference to the enclosing mxGraph.
mxEdgeHandler.prototype.graph
Holds a mxGraph for displaying the diagram.
mxEditor.prototype.graph
Reference to the enclosing mxGraph.
mxGraphHandler.prototype.graph
Reference to the enclosing mxGraph.
mxGraphLayout.prototype.graph
Reference to the enclosing mxGraph.
mxGraphSelectionModel.prototype.graph
Reference to the enclosing mxGraph.
mxGraphView.prototype.graph
Reference to the enclosing mxGraph instance.
mxGuide.prototype.graph
Reference to the mxGraph associated with this handler.
mxKeyHandler.prototype.graph
Reference to the enclosing mxGraph.
mxLayoutManager.prototype.graph
Specifies the delay between the animation steps.
mxMorphing.prototype.graph
Reference to the enclosing mxGraph.
mxPanningHandler.prototype.graph
Reference to the enclosing mxGraph.
mxPopupMenuHandler.prototype.graph
Reference to the mxGraph that should be previewed.
mxPrintPreview.prototype.graph
Reference to the enclosing mxGraph.
mxSelectionCellsHandler.prototype.graph
Reference to the enclosing mxGraph.
mxSwimlaneManager.prototype.graph
Reference to the enclosing mxGraph.
mxTooltipHandler.prototype.graph
Reference to the enclosing mxGraph.
mxVertexHandler.prototype.graph
mxRectangle that caches the scales, translated bounds of the current view.
mxGraphView.prototype.graphBounds
Holds the render hint used for creating the graph in setGraphContainer.
mxEditor.prototype.graphRenderHint
Holds the x-coordinate of the event in the graph.
mxMouseEvent.prototype.graphX
Holds the y-coordinate of the event in the graph.
mxMouseEvent.prototype.graphY
Specifies if the grid should be allowed.
mxDragSource.prototype.gridEnabled
Specifies if the grid is enabled.
mxGraph.prototype.gridEnabled
Specifies the grid size.
mxGraph.prototype.gridSize
Grid size for alignment of position and size.
mxStackLayout.prototype.gridSize
Specifies the event name for groupCells.
GROUP_CELLS: 'groupCells'
Default size for the border of new groups.
mxEditor.prototype.groupBorderSize
Padding added to resized parents.
mxCompactTreeLayout.prototype.groupPadding
Padding added to resized parents Default is 10.
mxCoordinateAssignment.prototype.groupPadding
Bottom padding added to resized parents.
mxCompactTreeLayout.prototype.groupPaddingBottom
Left padding added to resized parents.
mxCompactTreeLayout.prototype.groupPaddingLeft
Right padding added to resized parents.
mxCompactTreeLayout.prototype.groupPaddingRight
Top padding added to resized parents.
mxCompactTreeLayout.prototype.groupPaddingTop
Holds the mxGuide instance that is used for alignment.
mxGraphHandler.prototype.guide
Defines the color to be used for the guidelines in mxGraphHandler.
GUIDE_COLOR: '#FF0000'
Defines the strokewidth to be used for the guidelines in mxGraphHandler.
GUIDE_STROKEWIDTH: 1
Specifies if mxGuide should be enabled.
mxDragSource.prototype.guidesEnabled
Specifies if other cells should be used for snapping the right, center or left side of the current selection.
mxGraphHandler.prototype.guidesEnabled
Holds the mxShape for the horizontal guide.
mxGuide.prototype.guideX
Holds the mxShape for the vertical guide.
mxGuide.prototype.guideY