J | |
jettyPositions, mxCoordinateAssignment | |
join, mxCompactTreeLayout | |
K | |
keepEdgesInBackground, mxGraph | |
keepEdgesInForeground, mxGraph | |
keepFirstLocation, mxStackLayout | |
keepOnTop, mxCellHighlight | |
keepSelectionVisibleOnZoom, mxGraph | |
keyDown, mxKeyHandler | |
keyHandler, mxEditor |
Map of internal edges and (x,y) pair of positions of the start and end jetty for that edge where it connects to the source and target vertices.
mxCoordinateAssignment.prototype.jettyPositions
mxCompactTreeLayout.prototype.join = function( node )
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
Handles the event by invoking the function bound to the respective keystroke if isEnabledForEvent returns true for the given event and if isEventIgnored returns false, except for escape for which isEventIgnored is not invoked.
mxKeyHandler.prototype.keyDown = function( evt )
Holds a mxDefaultKeyHandler for handling keyboard events.
mxEditor.prototype.keyHandler