K | |
keepEdgesInBackground, mxGraph | |
keepEdgesInForeground, mxGraph | |
keepFirstLocation, mxStackLayout | |
keepOnTop, mxCellHighlight | |
keepSelectionVisibleOnZoom, mxGraph | |
keyHandler, mxEditor | |
L | |
LABEL_CHANGED, mxEvent | |
LABEL_HANDLE, mxEvent | |
LABEL_HANDLE_FILLCOLOR, mxConstants | |
LABEL_HANDLE_SIZE, mxConstants | |
labels, mxPopupMenu | |
labelShape, mxEdgeHandler | |
labelsVisible | |
language, mxClient | |
languages, mxClient | |
lastForegroundHtmlNode, mxGraphView | |
lastForegroundNode, mxGraphView | |
lastHtmlNode, mxGraphView | |
lastNode, mxGraphView | |
lastSavedResource, mxEditor | |
lastSnapshot, mxAutoSaveManager | |
lastTouchTime, mxGraph | |
lastTouchX, mxGraph | |
lastValue, mxText | |
lastX, mxAbstractCanvas2D | |
lastY, mxAbstractCanvas2D | |
layout | |
LAYOUT_CELLS, mxEvent | |
layoutDiagram, mxEditor | |
layouts, mxCompositeLayout | |
layoutSwimlanes, mxEditor | |
legacyControlPosition, mxCellRenderer | |
legacySpacing, mxCellRenderer | |
length, mxCellState | |
levelDistance | |
limitX, mxCoordinateAssignment | |
LINE_ARCSIZE, mxConstants | |
LINE_HEIGHT, mxConstants | |
lineFeed, mxEditor | |
lineHeightCorrection, mxSvgCanvas2D | |
lineOp | |
livePreview | |
loadDefaultBundle, mxResources | |
LOCKED_HANDLE_FILLCOLOR, mxConstants |
Specifies if edges should appear in the background regardless of their order in the model.
mxGraph.prototype.keepEdgesInBackground
Specifies if edges should appear in the foreground regardless of their order in the model.
mxGraph.prototype.keepEdgesInForeground
Boolean indicating if the location of the first cell should be kept, that is, it will not be moved to x0 or y0.
mxStackLayout.prototype.keepFirstLocation
Specifies if the highlights should appear on top of everything else in the overlay pane.
mxCellHighlight.prototype.keepOnTop
Specifies if the viewport should automatically contain the selection cells after a zoom operation.
mxGraph.prototype.keepSelectionVisibleOnZoom
Holds a mxDefaultKeyHandler for handling keyboard events.
mxEditor.prototype.keyHandler
Specifies the event name for labelChanged.
LABEL_CHANGED: 'labelChanged'
Index for the label handle in an mxMouseEvent.
LABEL_HANDLE: -1
Defines the color to be used for the label handle fill color.
LABEL_HANDLE_FILLCOLOR: 'yellow'
Defines the default size for label handles.
LABEL_HANDLE_SIZE: 4
Specifies if any labels should be visible.
mxPopupMenu.prototype.labels
Holds the mxShape that represents the label position.
mxEdgeHandler.prototype.labelShape
Specifies if labels should be visible.
mxGraph.prototype.labelsVisible
Specifies if labels should be visible in the outline.
mxOutline.prototype.labelsVisible
During validation, this contains the last edge HTML DOM node that was processed.
mxGraphView.prototype.lastForegroundHtmlNode
During validation, this contains the last edge’s DOM node that was processed.
mxGraphView.prototype.lastForegroundNode
During validation, this contains the last HTML DOM node that was processed.
mxGraphView.prototype.lastHtmlNode
During validation, this contains the last DOM node that was processed.
mxGraphView.prototype.lastNode
Specifies the resource key for the last saved info.
mxEditor.prototype.lastSavedResource
Used for autosaving.
mxAutoSaveManager.prototype.lastSnapshot
Holds the time of the last touch event for double click detection.
mxGraph.prototype.lastTouchTime
Contains the last rendered text value.
mxText.prototype.lastValue
Holds the last x coordinate.
mxAbstractCanvas2D.prototype.lastX
Holds the last y coordinate.
mxAbstractCanvas2D.prototype.lastY
Reference to the enclosing mxHierarchicalLayout.
mxCoordinateAssignment.prototype.layout
Reference to the enclosing mxHierarchicalLayout.
mxMedianHybridCrossingReduction.prototype.layout
Reference to the enclosing mxHierarchicalLayout.
mxMinimumCycleRemover.prototype.layout
Reference to the enclosing mxHierarchicalLayout.
mxSwimlaneOrdering.prototype.layout
Specifies the event name for layoutCells.
LAYOUT_CELLS: 'layoutCells'
Specifies if the top-level elements in the diagram should be layed out using a vertical or horizontal stack depending on the setting of horizontalFlow.
mxEditor.prototype.layoutDiagram
Holds the array of mxGraphLayouts that this layout contains.
mxCompositeLayout.prototype.layouts
Specifies if the children of swimlanes should be layed out, either vertically or horizontally depending on horizontalFlow.
mxEditor.prototype.layoutSwimlanes
Specifies if the folding icon should ignore the horizontal orientation of a swimlane.
mxCellRenderer.prototype.legacyControlPosition
Specifies if spacing and label position should be ignored if overflow is fill or width.
mxCellRenderer.prototype.legacySpacing
Caches the length of an edge.
mxCellState.prototype.length
Holds the levelDistance.
mxCompactTreeLayout.prototype.levelDistance
Holds the levelDistance.
mxRadialTreeLayout.prototype.levelDistance
The maximum x value this positioning lays up to
mxCoordinateAssignment.prototype.limitX
Defines the size of the arcs for rounded edges.
LINE_ARCSIZE: 20
Defines the default line height for text labels.
LINE_HEIGHT: 1.2
Correction factor for mxConstants.LINE_HEIGHT in HTML output.
mxSvgCanvas2D.prototype.lineHeightCorrection
Contains the string used for moving in paths.
mxAbstractCanvas2D.prototype.lineOp
Contains the string used for moving in paths.
mxVmlCanvas2D.prototype.lineOp
Specifies if the actual shape of the edge state should be used for the preview.
mxConnectionHandler.prototype.livePreview
Specifies if resize should change the cell in-place.
mxVertexHandler.prototype.livePreview
Specifies if the default file for a given basename should be loaded.
loadDefaultBundle: true
Defines the color to be used for the locked handle fill color.
LOCKED_HANDLE_FILLCOLOR: '#FF0000'