H | |
h0, mxStencil | |
HANDLE_FILLCOLOR, mxConstants | |
HANDLE_SIZE, mxConstants | |
HANDLE_STROKECOLOR, mxConstants | |
handleImage | |
handleMouseOut, mxPanningManager | |
handler, mxDefaultKeyHandler | |
handlers, mxSelectionCellsHandler | |
handlesVisible | |
handlingResize, mxDivResizer | |
hasAttribute, mxCell | |
hashCode, mxGraphHierarchyNode | |
hasLayout, mxLayoutManager | |
hasScrollbars, mxUtils | |
hasValidState, mxCellMarker | |
height | |
help, mxEditor | |
helpHeight, mxEditor | |
helpResource, mxEditor | |
helpWidth, mxEditor | |
helpWindowImage, mxEditor | |
HexagonPerimeter, mxPerimeter | |
hide | |
HIDE | |
hideHandles | |
hideMenu, mxPopupMenu | |
hideOnHover, mxTooltipHandler | |
hideProperties, mxEditor | |
hideSizers, mxVertexHandler | |
hideSubmenu, mxPopupMenu | |
hideTooltip, mxTooltipHandler | |
HIGHLIGHT_COLOR, mxConstants | |
HIGHLIGHT_OPACITY, mxConstants | |
HIGHLIGHT_STROKEWIDTH, mxConstants | |
highlightColor, mxConstraintHandler | |
highlightDropTargets, mxDragSource | |
highlightEnabled, mxGraphHandler | |
history, mxUndoManager | |
hitsSwimlaneContent, mxGraph | |
home, mxGraph | |
horizontal | |
horizontalFlow, mxEditor | |
horizontalLayout, mxCompactTreeLayout | |
horizontalOffset, mxVertexHandler | |
hotspot, mxCellMarker | |
hotspotEnabled, mxCellMarker | |
htmlEntities, mxUtils | |
htmlLabels, mxGraph | |
htmlPreview, mxGraphHandler |
Holds the height of the shape.
mxStencil.prototype.h0
Defines the color to be used for the handle fill color.
HANDLE_FILLCOLOR: '#00FF00'
Defines the default size for handles.
HANDLE_SIZE: 6
Defines the color to be used for the handle stroke color.
HANDLE_STROKECOLOR: 'black'
Optional mxImage to be used as handles.
mxEdgeHandler.prototype.handleImage
Optional mxImage to be used as handles.
mxVertexHandler.prototype.handleImage
Specifies if mouse events outside of the component should be handled.
mxPanningManager.prototype.handleMouseOut
Holds the mxKeyHandler for key event handling.
mxDefaultKeyHandler.prototype.handler
mxDictionary that maps from cells to handlers.
mxSelectionCellsHandler.prototype.handlers
Whether the handles of the selection are currently visible.
mxGraphHandler.prototype.handlesVisible
If handles are currently visible.
mxVertexHandler.prototype.handlesVisible
Returns true if the user object is an XML node that contains the given attribute.
mxCell.prototype.hasAttribute = function( name )
Assigns a unique hashcode for each node.
mxGraphHierarchyNode.prototype.hashCode
Returns true if the given cell has a layout.
mxLayoutManager.prototype.hasLayout = function( cell )
Returns true if the overflow CSS property of the given node is either scroll or auto.
hasScrollbars: function( node )
Returns true if validState is not null.
mxCellMarker.prototype.hasValidState = function()
The height of this cell.
mxGraphAbstractHierarchyCell.prototype.height
Integer that specifies the height of the image.
mxImage.prototype.height
Holds the height of the rectangle.
mxRectangle.prototype.height
Holds the mxWindow created in showHelp.
mxEditor.prototype.help
Specifies the height of the help window in pixels.
mxEditor.prototype.helpHeight
Specifies the resource key for the help window title.
mxEditor.prototype.helpResource
Specifies the width of the help window in pixels.
mxEditor.prototype.helpWidth
Icon for the help window.
mxEditor.prototype.helpWindowImage
Describes a hexagon perimeter.
HexagonPerimeter: function ( bounds, vertex, next, orthogonal )
Resets the state of the cell marker.
mxCellHighlight.prototype.hide = function()
Hides all current guides.
mxGuide.prototype.hide = function()
Hides the tooltip and resets the timer.
mxTooltipHandler.prototype.hide = function()
Hides the window.
mxWindow.prototype.hide = function()
Specifies the event name for hide.
HIDE: 'hide'
Removes the menu and all submenus.
mxPopupMenu.prototype.hideMenu = function()
Specifies if the tooltip should be hidden if the mouse is moved over the current cell.
mxTooltipHandler.prototype.hideOnHover
Hides the properties dialog.
mxEditor.prototype.hideProperties = function ()
Hides all sizers except.
mxVertexHandler.prototype.hideSizers = function()
Removes all submenus inside the given parent.
mxPopupMenu.prototype.hideSubmenu = function( parent )
Hides the tooltip.
mxTooltipHandler.prototype.hideTooltip = function()
Defines the color to be used for the cell highlighting.
HIGHLIGHT_COLOR: '#00FF00'
Opacity (in %) used for the highlights (including outline).
HIGHLIGHT_OPACITY: 100
Defines the strokewidth to be used for the highlights.
HIGHLIGHT_STROKEWIDTH: 3
Specifies the color for the highlight.
mxConstraintHandler.prototype.highlightColor
Specifies if drop targets should be highlighted.
mxDragSource.prototype.highlightDropTargets
Specifies if drop targets under the mouse should be enabled.
mxGraphHandler.prototype.highlightEnabled
Array that contains the steps of the command history.
mxUndoManager.prototype.history
Returns true if the given coordinate pair is inside the content are of the given swimlane.
mxGraph.prototype.hitsSwimlaneContent = function( swimlane, x, y )
Uses the root of the model as the root of the displayed cell hierarchy and selects the previous root.
mxGraph.prototype.home = function()
Specifies the orientation of the layout.
mxCompactTreeLayout.prototype.horizontal
Specifies if horizontal guides are enabled.
mxGuide.prototype.horizontal
Boolean indicating the direction in which the space is partitioned.
mxPartitionLayout.prototype.horizontal
Specifies the orientation of the layout.
mxStackLayout.prototype.horizontal
Specifies the orientation of the swimlanes.
mxSwimlaneManager.prototype.horizontal
Specifies the direction of the flow in the diagram.
mxEditor.prototype.horizontalFlow
mxCompactTreeLayout.prototype.horizontalLayout = function( node, x0, y0, bounds )
The horizontal offset for the handles.
mxVertexHandler.prototype.horizontalOffset
Specifies the portion of the width and height that should trigger a highlight.
mxCellMarker.prototype.hotspot
Specifies if the hotspot is enabled.
mxCellMarker.prototype.hotspotEnabled
Replaces characters (less than, greater than, newlines and quotes) with their HTML entities in the given string and returns the result.
htmlEntities: function( s, newline )
Specifies the return value for isHtmlLabel.
mxGraph.prototype.htmlLabels
Specifies if the graph container should be used for preview.
mxGraphHandler.prototype.htmlPreview