maxGraph/docs/js-api/files/util/mxConstants-js.html

497 lines
167 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><title>mxConstants</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
<!-- Generated by Natural Docs, version 1.5 -->
<!-- http://www.naturaldocs.org -->
<!-- saved from url=(0026)http://www.naturaldocs.org -->
<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxConstants"></a>mxConstants</h1><div class=CBody><p>Defines various global constants.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxConstants" >mxConstants</a></td><td class=SDescription>Defines various global constants.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxConstants.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DEFAULT_HOTSPOT" >DEFAULT_HOTSPOT</a></td><td class=SDescription>Defines the portion of the cell which is to be used as a connectable region. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.MIN_HOTSPOT_SIZE" >MIN_HOTSPOT_SIZE</a></td><td class=SDescription>Defines the minimum size in pixels of the portion of the cell which is to be used as a connectable region. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.MAX_HOTSPOT_SIZE" >MAX_HOTSPOT_SIZE</a></td><td class=SDescription>Defines the maximum size in pixels of the portion of the cell which is to be used as a connectable region. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.RENDERING_HINT_EXACT" >RENDERING_HINT_EXACT</a></td><td class=SDescription>Defines the exact rendering hint.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.RENDERING_HINT_FASTER" >RENDERING_HINT_FASTER</a></td><td class=SDescription>Defines the faster rendering hint.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.RENDERING_HINT_FASTEST" >RENDERING_HINT_FASTEST</a></td><td class=SDescription>Defines the fastest rendering hint.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DIALECT_SVG" >DIALECT_SVG</a></td><td class=SDescription>Defines the SVG display dialect name.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DIALECT_VML" >DIALECT_VML</a></td><td class=SDescription>Defines the VML display dialect name.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DIALECT_MIXEDHTML" >DIALECT_MIXEDHTML</a></td><td class=SDescription>Defines the mixed HTML display dialect name.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DIALECT_PREFERHTML" >DIALECT_PREFERHTML</a></td><td class=SDescription>Defines the preferred HTML display dialect name.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DIALECT_STRICTHTML" >DIALECT_STRICTHTML</a></td><td class=SDescription>Defines the strict HTML display dialect.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NS_SVG" >NS_SVG</a></td><td class=SDescription>Defines the SVG namespace.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.NS_XHTML" >NS_XHTML</a></td><td class=SDescription>Defines the XHTML namespace.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NS_XLINK" >NS_XLINK</a></td><td class=SDescription>Defines the XLink namespace.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHADOWCOLOR" >SHADOWCOLOR</a></td><td class=SDescription>Defines the color to be used to draw shadows in shapes and windows. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHADOW_OFFSET_X" >SHADOW_OFFSET_X</a></td><td class=SDescription>Specifies the x-offset of the shadow. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHADOW_OFFSET_Y" >SHADOW_OFFSET_Y</a></td><td class=SDescription>Specifies the y-offset of the shadow. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHADOW_OPACITY" >SHADOW_OPACITY</a></td><td class=SDescription>Defines the opacity for shadows. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.NODETYPE_ELEMENT" >NODETYPE_ELEMENT</a></td><td class=SDescription>DOM node of type ELEMENT.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NODETYPE_ATTRIBUTE" >NODETYPE_ATTRIBUTE</a></td><td class=SDescription>DOM node of type ATTRIBUTE.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.NODETYPE_TEXT" >NODETYPE_TEXT</a></td><td class=SDescription>DOM node of type TEXT.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NODETYPE_CDATA" >NODETYPE_CDATA</a></td><td class=SDescription>DOM node of type CDATA.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.NODETYPE_ENTITY_REFERENCE" >NODETYPE_ENTITY_REFERENCE</a></td><td class=SDescription>DOM node of type ENTITY_REFERENCE.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NODETYPE_ENTITY" >NODETYPE_ENTITY</a></td><td class=SDescription>DOM node of type ENTITY.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.NODETYPE_PROCESSING_INSTRUCTION" >NODETYPE_PROCESSING_INSTRUCTION</a></td><td class=SDescription>DOM node of type PROCESSING_INSTRUCTION.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NODETYPE_COMMENT" >NODETYPE_COMMENT</a></td><td class=SDescription>DOM node of type COMMENT.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.NODETYPE_DOCUMENT" >NODETYPE_DOCUMENT</a></td><td class=SDescription>DOM node of type DOCUMENT.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NODETYPE_DOCUMENTTYPE" >NODETYPE_DOCUMENTTYPE</a></td><td class=SDescription>DOM node of type DOCUMENTTYPE.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.NODETYPE_DOCUMENT_FRAGMENT" >NODETYPE_DOCUMENT_FRAGMENT</a></td><td class=SDescription>DOM node of type DOCUMENT_FRAGMENT.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NODETYPE_NOTATION" >NODETYPE_NOTATION</a></td><td class=SDescription>DOM node of type NOTATION.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.TOOLTIP_VERTICAL_OFFSET" >TOOLTIP_VERTICAL_OFFSET</a></td><td class=SDescription>Defines the vertical offset for the tooltip. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DEFAULT_VALID_COLOR" >DEFAULT_VALID_COLOR</a></td><td class=SDescription>Specifies the default valid colorr. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DEFAULT_INVALID_COLOR" >DEFAULT_INVALID_COLOR</a></td><td class=SDescription>Specifies the default invalid color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.HIGHLIGHT_STROKEWIDTH" >HIGHLIGHT_STROKEWIDTH</a></td><td class=SDescription>Defines the strokewidth to be used for the highlights. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.CURSOR_MOVABLE_VERTEX" >CURSOR_MOVABLE_VERTEX</a></td><td class=SDescription>Defines the cursor for a movable vertex. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.CURSOR_MOVABLE_EDGE" >CURSOR_MOVABLE_EDGE</a></td><td class=SDescription>Defines the cursor for a movable edge. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.CURSOR_LABEL_HANDLE" >CURSOR_LABEL_HANDLE</a></td><td class=SDescription>Defines the cursor for a movable label. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.CURSOR_BEND_HANDLE" >CURSOR_BEND_HANDLE</a></td><td class=SDescription>Defines the cursor for a movable bend. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.CURSOR_CONNECT" >CURSOR_CONNECT</a></td><td class=SDescription>Defines the cursor for a connectable state. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.HIGHLIGHT_COLOR" >HIGHLIGHT_COLOR</a></td><td class=SDescription>Defines the color to be used for the cell highlighting. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.TARGET_HIGHLIGHT_COLOR" >TARGET_HIGHLIGHT_COLOR</a></td><td class=SDescription>Defines the color to be used for highlighting a target cell for a new or changed connection. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.INVALID_CONNECT_TARGET_COLOR" >INVALID_CONNECT_TARGET_COLOR</a></td><td class=SDescription>Defines the color to be used for highlighting a invalid target cells for a new or changed connections. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DROP_TARGET_COLOR" >DROP_TARGET_COLOR</a></td><td class=SDescription>Defines the color to be used for the highlighting target parent cells (for drag and drop). </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.VALID_COLOR" >VALID_COLOR</a></td><td class=SDescription>Defines the color to be used for the coloring valid connection previews. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.INVALID_COLOR" >INVALID_COLOR</a></td><td class=SDescription>Defines the color to be used for the coloring invalid connection previews. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.EDGE_SELECTION_COLOR" >EDGE_SELECTION_COLOR</a></td><td class=SDescription>Defines the color to be used for the selection border of edges. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.VERTEX_SELECTION_COLOR" >VERTEX_SELECTION_COLOR</a></td><td class=SDescription>Defines the color to be used for the selection border of vertices. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.VERTEX_SELECTION_STROKEWIDTH" >VERTEX_SELECTION_STROKEWIDTH</a></td><td class=SDescription>Defines the strokewidth to be used for vertex selections. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.EDGE_SELECTION_STROKEWIDTH" >EDGE_SELECTION_STROKEWIDTH</a></td><td class=SDescription>Defines the strokewidth to be used for edge selections. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SELECTION_DASHED" >SELECTION_DASHED</a></td><td class=SDescription>Defines the dashed state to be used for the vertex selection border. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SELECTION_DASHED" >SELECTION_DASHED</a></td><td class=SDescription>Defines the dashed state to be used for the edge selection border. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.GUIDE_COLOR" >GUIDE_COLOR</a></td><td class=SDescription>Defines the color to be used for the guidelines in mxGraphHandler. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.GUIDE_STROKEWIDTH" >GUIDE_STROKEWIDTH</a></td><td class=SDescription>Defines the strokewidth to be used for the guidelines in mxGraphHandler. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.OUTLINE_COLOR" >OUTLINE_COLOR</a></td><td class=SDescription>Defines the color to be used for the outline rectangle border. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.OUTLINE_STROKEWIDTH" >OUTLINE_STROKEWIDTH</a></td><td class=SDescription>Defines the strokewidth to be used for the outline rectangle stroke width. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.HANDLE_SIZE" >HANDLE_SIZE</a></td><td class=SDescription>Defines the default size for handles. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.LABEL_HANDLE_SIZE" >LABEL_HANDLE_SIZE</a></td><td class=SDescription>Defines the default size for label handles. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.HANDLE_FILLCOLOR" >HANDLE_FILLCOLOR</a></td><td class=SDescription>Defines the color to be used for the handle fill color. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.HANDLE_STROKECOLOR" >HANDLE_STROKECOLOR</a></td><td class=SDescription>Defines the color to be used for the handle stroke color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.LABEL_HANDLE_FILLCOLOR" >LABEL_HANDLE_FILLCOLOR</a></td><td class=SDescription>Defines the color to be used for the label handle fill color. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.CONNECT_HANDLE_FILLCOLOR" >CONNECT_HANDLE_FILLCOLOR</a></td><td class=SDescription>Defines the color to be used for the connect handle fill color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.LOCKED_HANDLE_FILLCOLOR" >LOCKED_HANDLE_FILLCOLOR</a></td><td class=SDescription>Defines the color to be used for the locked handle fill color. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.OUTLINE_HANDLE_FILLCOLOR" >OUTLINE_HANDLE_FILLCOLOR</a></td><td class=SDescription>Defines the color to be used for the outline sizer fill color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.OUTLINE_HANDLE_STROKECOLOR" >OUTLINE_HANDLE_STROKECOLOR</a></td><td class=SDescription>Defines the color to be used for the outline sizer stroke color. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DEFAULT_FONTFAMILY" >DEFAULT_FONTFAMILY</a></td><td class=SDescription>Defines the default family for all fonts in points. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DEFAULT_FONTSIZE" >DEFAULT_FONTSIZE</a></td><td class=SDescription>Defines the default size for all fonts in points. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DEFAULT_STARTSIZE" >DEFAULT_STARTSIZE</a></td><td class=SDescription>Defines the default start size for swimlanes. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DEFAULT_MARKERSIZE" >DEFAULT_MARKERSIZE</a></td><td class=SDescription>Defines the default size for all markers. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DEFAULT_IMAGESIZE" >DEFAULT_IMAGESIZE</a></td><td class=SDescription>Defines the default width and height for images used in the label shape. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ENTITY_SEGMENT" >ENTITY_SEGMENT</a></td><td class=SDescription>Defines the length of the horizontal segment of an Entity Relation. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.RECTANGLE_ROUNDING_FACTOR" >RECTANGLE_ROUNDING_FACTOR</a></td><td class=SDescription>Defines the rounding factor for rounded rectangles in percent between 0 and 1. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.LINE_ARCSIZE" >LINE_ARCSIZE</a></td><td class=SDescription>Defines the size of the arcs for rounded edges. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ARROW_SPACING" >ARROW_SPACING</a></td><td class=SDescription>Defines the spacing between the arrow shape and its terminals. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ARROW_WIDTH" >ARROW_WIDTH</a></td><td class=SDescription>Defines the width of the arrow shape. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ARROW_SIZE" >ARROW_SIZE</a></td><td class=SDescription>Defines the size of the arrowhead in the arrow shape. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.PAGE_FORMAT_A4_PORTRAIT" >PAGE_FORMAT_A4_PORTRAIT</a></td><td class=SDescription>Defines the rectangle for the A4 portrait page format. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.PAGE_FORMAT_A4_PORTRAIT" >PAGE_FORMAT_A4_PORTRAIT</a></td><td class=SDescription>Defines the rectangle for the A4 portrait page format. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.PAGE_FORMAT_LETTER_PORTRAIT" >PAGE_FORMAT_LETTER_PORTRAIT</a></td><td class=SDescription>Defines the rectangle for the Letter portrait page format. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.PAGE_FORMAT_LETTER_PORTRAIT" >PAGE_FORMAT_LETTER_PORTRAIT</a></td><td class=SDescription>Defines the rectangle for the Letter portrait page format. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.NONE" >NONE</a></td><td class=SDescription>Defines the value for none. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_PERIMETER" >STYLE_PERIMETER</a></td><td class=SDescription>Defines the key for the perimeter style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_SOURCE_PORT" >STYLE_SOURCE_PORT</a></td><td class=SDescription>Defines the ID of the cell that should be used for computing the perimeter point of the source for an edge. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_TARGET_PORT" >STYLE_TARGET_PORT</a></td><td class=SDescription>Defines the ID of the cell that should be used for computing the perimeter point of the target for an edge. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_PORT_CONSTRAINT" >STYLE_PORT_CONSTRAINT</a></td><td class=SDescription>Defines the direction(s) that edges are allowed to connect to cells in. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_OPACITY" >STYLE_OPACITY</a></td><td class=SDescription>Defines the key for the opacity style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_TEXT_OPACITY" >STYLE_TEXT_OPACITY</a></td><td class=SDescription>Defines the key for the text opacity style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_OVERFLOW" >STYLE_OVERFLOW</a></td><td class=SDescription>Defines the key for the overflow style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_ORTHOGONAL" >STYLE_ORTHOGONAL</a></td><td class=SDescription>Defines if the connection points on either end of the edge should be computed so that the edge is vertical or horizontal if possible and if the point is not at a fixed location. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_EXIT_X" >STYLE_EXIT_X</a></td><td class=SDescription>Defines the key for the horizontal relative coordinate connection point of an edge with its source terminal.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_EXIT_Y" >STYLE_EXIT_Y</a></td><td class=SDescription>Defines the key for the vertical relative coordinate connection point of an edge with its source terminal.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_EXIT_PERIMETER" >STYLE_EXIT_PERIMETER</a></td><td class=SDescription>Defines if the perimeter should be used to find the exact entry point along the perimeter of the source. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_ENTRY_X" >STYLE_ENTRY_X</a></td><td class=SDescription>Defines the key for the horizontal relative coordinate connection point of an edge with its target terminal.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_ENTRY_Y" >STYLE_ENTRY_Y</a></td><td class=SDescription>Defines the key for the vertical relative coordinate connection point of an edge with its target terminal.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_ENTRY_PERIMETER" >STYLE_ENTRY_PERIMETER</a></td><td class=SDescription>Defines if the perimeter should be used to find the exact entry point along the perimeter of the target. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_WHITE_SPACE" >STYLE_WHITE_SPACE</a></td><td class=SDescription>Defines the key for the white-space style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_ROTATION" >STYLE_ROTATION</a></td><td class=SDescription>Defines the key for the rotation style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_FILLCOLOR" >STYLE_FILLCOLOR</a></td><td class=SDescription>Defines the key for the fill color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_GRADIENTCOLOR" >STYLE_GRADIENTCOLOR</a></td><td class=SDescription>Defines the key for the gradient color. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_GRADIENT_DIRECTION" >STYLE_GRADIENT_DIRECTION</a></td><td class=SDescription>Defines the key for the gradient direction. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_STROKECOLOR" >STYLE_STROKECOLOR</a></td><td class=SDescription>Defines the key for the strokeColor style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_SEPARATORCOLOR" >STYLE_SEPARATORCOLOR</a></td><td class=SDescription>Defines the key for the separatorColor style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_STROKEWIDTH" >STYLE_STROKEWIDTH</a></td><td class=SDescription>Defines the key for the strokeWidth style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_ALIGN" >STYLE_ALIGN</a></td><td class=SDescription>Defines the key for the align style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_VERTICAL_ALIGN" >STYLE_VERTICAL_ALIGN</a></td><td class=SDescription>Defines the key for the verticalAlign style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_LABEL_POSITION" >STYLE_LABEL_POSITION</a></td><td class=SDescription>Defines the key for the horizontal label position of vertices. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_VERTICAL_LABEL_POSITION" >STYLE_VERTICAL_LABEL_POSITION</a></td><td class=SDescription>Defines the key for the vertical label position of vertices. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_ASPECT" >STYLE_IMAGE_ASPECT</a></td><td class=SDescription>Defines the key for the image aspect style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_ALIGN" >STYLE_IMAGE_ALIGN</a></td><td class=SDescription>Defines the key for the align style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_VERTICAL_ALIGN" >STYLE_IMAGE_VERTICAL_ALIGN</a></td><td class=SDescription>Defines the key for the verticalAlign style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_GLASS" >STYLE_GLASS</a></td><td class=SDescription>Defines the key for the glass style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE" >STYLE_IMAGE</a></td><td class=SDescription>Defines the key for the image style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_WIDTH" >STYLE_IMAGE_WIDTH</a></td><td class=SDescription>Defines the key for the imageWidth style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_HEIGHT" >STYLE_IMAGE_HEIGHT</a></td><td class=SDescription>Defines the key for the imageHeight style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_BACKGROUND" >STYLE_IMAGE_BACKGROUND</a></td><td class=SDescription>Defines the key for the image background color. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_BORDER" >STYLE_IMAGE_BORDER</a></td><td class=SDescription>Defines the key for the image border color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_FLIPH" >STYLE_IMAGE_FLIPH</a></td><td class=SDescription>Defines the key for the horizontal image flip. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_IMAGE_FLIPV" >STYLE_IMAGE_FLIPV</a></td><td class=SDescription>Defines the key for the vertical image flip. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_STENCIL_FLIPH" >STYLE_STENCIL_FLIPH</a></td><td class=SDescription>Defines the key for the horizontal stencil flip. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_STENCIL_FLIPV" >STYLE_STENCIL_FLIPV</a></td><td class=SDescription>Defines the key for the vertical stencil flip. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_NOLABEL" >STYLE_NOLABEL</a></td><td class=SDescription>Defines the key for the noLabel style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_NOEDGESTYLE" >STYLE_NOEDGESTYLE</a></td><td class=SDescription>Defines the key for the noEdgeStyle style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_LABEL_BACKGROUNDCOLOR" >STYLE_LABEL_BACKGROUNDCOLOR</a></td><td class=SDescription>Defines the key for the label background color. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_LABEL_BORDERCOLOR" >STYLE_LABEL_BORDERCOLOR</a></td><td class=SDescription>Defines the key for the label border color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_LABEL_PADDING" >STYLE_LABEL_PADDING</a></td><td class=SDescription>Defines the key for the label padding, ie. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_SHAPE" >STYLE_INDICATOR_SHAPE</a></td><td class=SDescription>Defines the key for the indicator shape used within an <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxLabel</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_IMAGE" >STYLE_INDICATOR_IMAGE</a></td><td class=SDescription>Defines the key for the indicator image used within an <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link2 onMouseOver="ShowTip(event, 'tt1', 'link2')" onMouseOut="HideTip('tt1')">mxLabel</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_COLOR" >STYLE_INDICATOR_COLOR</a></td><td class=SDescription>Defines the key for the indicatorColor style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_STROKECOLOR" >STYLE_INDICATOR_STROKECOLOR</a></td><td class=SDescription>Defines the key for the indicator stroke color in <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link3 onMouseOver="ShowTip(event, 'tt1', 'link3')" onMouseOut="HideTip('tt1')">mxLabel</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_GRADIENTCOLOR" >STYLE_INDICATOR_GRADIENTCOLOR</a></td><td class=SDescription>Defines the key for the indicatorGradientColor style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_SPACING" >STYLE_INDICATOR_SPACING</a></td><td class=SDescription>The defines the key for the spacing between the label and the indicator in <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link4 onMouseOver="ShowTip(event, 'tt1', 'link4')" onMouseOut="HideTip('tt1')">mxLabel</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_WIDTH" >STYLE_INDICATOR_WIDTH</a></td><td class=SDescription>Defines the key for the indicator width. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_HEIGHT" >STYLE_INDICATOR_HEIGHT</a></td><td class=SDescription>Defines the key for the indicator height. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_INDICATOR_DIRECTION" >STYLE_INDICATOR_DIRECTION</a></td><td class=SDescription>Defines the key for the indicatorDirection style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_SHADOW" >STYLE_SHADOW</a></td><td class=SDescription>Defines the key for the shadow style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_SEGMENT" >STYLE_SEGMENT</a></td><td class=SDescription>Defines the key for the segment style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_ENDARROW" >STYLE_ENDARROW</a></td><td class=SDescription>Defines the key for the end arrow marker. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_STARTARROW" >STYLE_STARTARROW</a></td><td class=SDescription>Defines the key for the start arrow marker. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_ENDSIZE" >STYLE_ENDSIZE</a></td><td class=SDescription>Defines the key for the endSize style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_STARTSIZE" >STYLE_STARTSIZE</a></td><td class=SDescription>Defines the key for the startSize style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_ENDFILL" >STYLE_ENDFILL</a></td><td class=SDescription>Defines the key for the endFill style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_STARTFILL" >STYLE_STARTFILL</a></td><td class=SDescription>Defines the key for the startFill style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_DASHED" >STYLE_DASHED</a></td><td class=SDescription>Defines the key for the dashed style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_ROUNDED" >STYLE_ROUNDED</a></td><td class=SDescription>Defines the key for the rounded style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_CURVED" >STYLE_CURVED</a></td><td class=SDescription>Defines the key for the curved style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_ARCSIZE" >STYLE_ARCSIZE</a></td><td class=SDescription>Defines the rounding factor for a rounded rectangle in percent (without the percent sign). </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_SMOOTH" >STYLE_SMOOTH</a></td><td class=SDescription>An experimental style for edges. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_SOURCE_PERIMETER_SPACING" >STYLE_SOURCE_PERIMETER_SPACING</a></td><td class=SDescription>Defines the key for the source perimeter spacing. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_TARGET_PERIMETER_SPACING" >STYLE_TARGET_PERIMETER_SPACING</a></td><td class=SDescription>Defines the key for the target perimeter spacing. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_PERIMETER_SPACING" >STYLE_PERIMETER_SPACING</a></td><td class=SDescription>Defines the key for the perimeter spacing. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_SPACING" >STYLE_SPACING</a></td><td class=SDescription>Defines the key for the spacing. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_SPACING_TOP" >STYLE_SPACING_TOP</a></td><td class=SDescription>Defines the key for the spacingTop style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_SPACING_LEFT" >STYLE_SPACING_LEFT</a></td><td class=SDescription>Defines the key for the spacingLeft style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_SPACING_BOTTOM" >STYLE_SPACING_BOTTOM</a></td><td class=SDescription>Defines the key for the spacingBottom style The value represents the spacing, in pixels, added to the bottom side of a label in a vertex (style applies to vertices only).</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_SPACING_RIGHT" >STYLE_SPACING_RIGHT</a></td><td class=SDescription>Defines the key for the spacingRight style The value represents the spacing, in pixels, added to the right side of a label in a vertex (style applies to vertices only).</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_HORIZONTAL" >STYLE_HORIZONTAL</a></td><td class=SDescription>Defines the key for the horizontal style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_DIRECTION" >STYLE_DIRECTION</a></td><td class=SDescription>Defines the key for the direction style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_ELBOW" >STYLE_ELBOW</a></td><td class=SDescription>Defines the key for the elbow style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_FONTCOLOR" >STYLE_FONTCOLOR</a></td><td class=SDescription>Defines the key for the fontColor style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_FONTFAMILY" >STYLE_FONTFAMILY</a></td><td class=SDescription>Defines the key for the fontFamily style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_FONTSIZE" >STYLE_FONTSIZE</a></td><td class=SDescription>Defines the key for the fontSize style (in points). </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_FONTSTYLE" >STYLE_FONTSTYLE</a></td><td class=SDescription>Defines the key for the fontStyle style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_AUTOSIZE" >STYLE_AUTOSIZE</a></td><td class=SDescription>Defines the key for the autosize style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_FOLDABLE" >STYLE_FOLDABLE</a></td><td class=SDescription>Defines the key for the foldable style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_EDITABLE" >STYLE_EDITABLE</a></td><td class=SDescription>Defines the key for the editable style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_BENDABLE" >STYLE_BENDABLE</a></td><td class=SDescription>Defines the key for the bendable style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_MOVABLE" >STYLE_MOVABLE</a></td><td class=SDescription>Defines the key for the movable style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_RESIZABLE" >STYLE_RESIZABLE</a></td><td class=SDescription>Defines the key for the resizable style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_CLONEABLE" >STYLE_CLONEABLE</a></td><td class=SDescription>Defines the key for the cloneable style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_DELETABLE" >STYLE_DELETABLE</a></td><td class=SDescription>Defines the key for the deletable style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_SHAPE" >STYLE_SHAPE</a></td><td class=SDescription>Defines the key for the shape. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_EDGE" >STYLE_EDGE</a></td><td class=SDescription>Defines the key for the edge style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_LOOP" >STYLE_LOOP</a></td><td class=SDescription>Defines the key for the loop style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.STYLE_ROUTING_CENTER_X" >STYLE_ROUTING_CENTER_X</a></td><td class=SDescription>Defines the key for the horizontal routing center. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.STYLE_ROUTING_CENTER_Y" >STYLE_ROUTING_CENTER_Y</a></td><td class=SDescription>Defines the key for the vertical routing center. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.FONT_BOLD" >FONT_BOLD</a></td><td class=SDescription>Constant for bold fonts. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.FONT_ITALIC" >FONT_ITALIC</a></td><td class=SDescription>Constant for italic fonts. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.FONT_UNDERLINE" >FONT_UNDERLINE</a></td><td class=SDescription>Constant for underlined fonts. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.FONT_SHADOW" >FONT_SHADOW</a></td><td class=SDescription>Constant for fonts with a shadow. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHAPE_RECTANGLE" >SHAPE_RECTANGLE</a></td><td class=SDescription>Name under which <a href="../shape/mxRectangleShape-js.html#mxRectangleShape" class=LClass id=link5 onMouseOver="ShowTip(event, 'tt2', 'link5')" onMouseOut="HideTip('tt2')">mxRectangleShape</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link6 onMouseOver="ShowTip(event, 'tt3', 'link6')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHAPE_ELLIPSE" >SHAPE_ELLIPSE</a></td><td class=SDescription>Name under which <a href="../shape/mxEllipse-js.html#mxEllipse" class=LClass id=link7 onMouseOver="ShowTip(event, 'tt4', 'link7')" onMouseOut="HideTip('tt4')">mxEllipse</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link8 onMouseOver="ShowTip(event, 'tt3', 'link8')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHAPE_DOUBLE_ELLIPSE" >SHAPE_DOUBLE_ELLIPSE</a></td><td class=SDescription>Name under which <a href="../shape/mxDoubleEllipse-js.html#mxDoubleEllipse" class=LClass id=link9 onMouseOver="ShowTip(event, 'tt5', 'link9')" onMouseOut="HideTip('tt5')">mxDoubleEllipse</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link10 onMouseOver="ShowTip(event, 'tt3', 'link10')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHAPE_RHOMBUS" >SHAPE_RHOMBUS</a></td><td class=SDescription>Name under which <a href="../shape/mxRhombus-js.html#mxRhombus" class=LClass id=link11 onMouseOver="ShowTip(event, 'tt6', 'link11')" onMouseOut="HideTip('tt6')">mxRhombus</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link12 onMouseOver="ShowTip(event, 'tt3', 'link12')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHAPE_LINE" >SHAPE_LINE</a></td><td class=SDescription>Name under which <a href="../shape/mxLine-js.html#mxLine" class=LClass id=link13 onMouseOver="ShowTip(event, 'tt7', 'link13')" onMouseOut="HideTip('tt7')">mxLine</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link14 onMouseOver="ShowTip(event, 'tt3', 'link14')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHAPE_IMAGE" >SHAPE_IMAGE</a></td><td class=SDescription>Name under which <a href="../shape/mxImageShape-js.html#mxImageShape" class=LClass id=link15 onMouseOver="ShowTip(event, 'tt8', 'link15')" onMouseOut="HideTip('tt8')">mxImageShape</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link16 onMouseOver="ShowTip(event, 'tt3', 'link16')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHAPE_ARROW" >SHAPE_ARROW</a></td><td class=SDescription>Name under which <a href="../shape/mxArrow-js.html#mxArrow" class=LClass id=link17 onMouseOver="ShowTip(event, 'tt9', 'link17')" onMouseOut="HideTip('tt9')">mxArrow</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link18 onMouseOver="ShowTip(event, 'tt3', 'link18')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHAPE_LABEL" >SHAPE_LABEL</a></td><td class=SDescription>Name under which <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link19 onMouseOver="ShowTip(event, 'tt1', 'link19')" onMouseOut="HideTip('tt1')">mxLabel</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link20 onMouseOver="ShowTip(event, 'tt3', 'link20')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHAPE_CYLINDER" >SHAPE_CYLINDER</a></td><td class=SDescription>Name under which <a href="../shape/mxCylinder-js.html#mxCylinder" class=LClass id=link21 onMouseOver="ShowTip(event, 'tt10', 'link21')" onMouseOut="HideTip('tt10')">mxCylinder</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link22 onMouseOver="ShowTip(event, 'tt3', 'link22')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHAPE_SWIMLANE" >SHAPE_SWIMLANE</a></td><td class=SDescription>Name under which <a href="../shape/mxSwimlane-js.html#mxSwimlane" class=LClass id=link23 onMouseOver="ShowTip(event, 'tt11', 'link23')" onMouseOut="HideTip('tt11')">mxSwimlane</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link24 onMouseOver="ShowTip(event, 'tt3', 'link24')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHAPE_CONNECTOR" >SHAPE_CONNECTOR</a></td><td class=SDescription>Name under which <a href="../shape/mxConnector-js.html#mxConnector" class=LClass id=link25 onMouseOver="ShowTip(event, 'tt12', 'link25')" onMouseOut="HideTip('tt12')">mxConnector</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link26 onMouseOver="ShowTip(event, 'tt3', 'link26')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHAPE_ACTOR" >SHAPE_ACTOR</a></td><td class=SDescription>Name under which <a href="../shape/mxActor-js.html#mxActor" class=LClass id=link27 onMouseOver="ShowTip(event, 'tt13', 'link27')" onMouseOut="HideTip('tt13')">mxActor</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link28 onMouseOver="ShowTip(event, 'tt3', 'link28')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHAPE_CLOUD" >SHAPE_CLOUD</a></td><td class=SDescription>Name under which <a href="../shape/mxCloud-js.html#mxCloud" class=LClass id=link29 onMouseOver="ShowTip(event, 'tt14', 'link29')" onMouseOut="HideTip('tt14')">mxCloud</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link30 onMouseOver="ShowTip(event, 'tt3', 'link30')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.SHAPE_TRIANGLE" >SHAPE_TRIANGLE</a></td><td class=SDescription>Name under which <a href="../shape/mxTriangle-js.html#mxTriangle" class=LClass id=link31 onMouseOver="ShowTip(event, 'tt15', 'link31')" onMouseOut="HideTip('tt15')">mxTriangle</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link32 onMouseOver="ShowTip(event, 'tt3', 'link32')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.SHAPE_HEXAGON" >SHAPE_HEXAGON</a></td><td class=SDescription>Name under which <a href="../shape/mxHexagon-js.html#mxHexagon" class=LClass id=link33 onMouseOver="ShowTip(event, 'tt16', 'link33')" onMouseOut="HideTip('tt16')">mxHexagon</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link34 onMouseOver="ShowTip(event, 'tt3', 'link34')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ARROW_CLASSIC" >ARROW_CLASSIC</a></td><td class=SDescription>Constant for classic arrow markers.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ARROW_BLOCK" >ARROW_BLOCK</a></td><td class=SDescription>Constant for block arrow markers.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ARROW_OPEN" >ARROW_OPEN</a></td><td class=SDescription>Constant for open arrow markers.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ARROW_OVAL" >ARROW_OVAL</a></td><td class=SDescription>Constant for oval arrow markers.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ARROW_DIAMOND" >ARROW_DIAMOND</a></td><td class=SDescription>Constant for diamond arrow markers.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ARROW_DIAMOND" >ARROW_DIAMOND</a></td><td class=SDescription>Constant for diamond arrow markers.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ALIGN_LEFT" >ALIGN_LEFT</a></td><td class=SDescription>Constant for left horizontal alignment. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ALIGN_CENTER" >ALIGN_CENTER</a></td><td class=SDescription>Constant for center horizontal alignment. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ALIGN_RIGHT" >ALIGN_RIGHT</a></td><td class=SDescription>Constant for right horizontal alignment. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ALIGN_TOP" >ALIGN_TOP</a></td><td class=SDescription>Constant for top vertical alignment. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ALIGN_MIDDLE" >ALIGN_MIDDLE</a></td><td class=SDescription>Constant for middle vertical alignment. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ALIGN_BOTTOM" >ALIGN_BOTTOM</a></td><td class=SDescription>Constant for bottom vertical alignment. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DIRECTION_NORTH" >DIRECTION_NORTH</a></td><td class=SDescription>Constant for direction north. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DIRECTION_SOUTH" >DIRECTION_SOUTH</a></td><td class=SDescription>Constant for direction south. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DIRECTION_EAST" >DIRECTION_EAST</a></td><td class=SDescription>Constant for direction east. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DIRECTION_WEST" >DIRECTION_WEST</a></td><td class=SDescription>Constant for direction west. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DIRECTION_MASK_NONE" >DIRECTION_MASK_NONE</a></td><td class=SDescription>Constant for no direction.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DIRECTION_MASK_WEST" >DIRECTION_MASK_WEST</a></td><td class=SDescription>Bitwise mask for west direction.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DIRECTION_MASK_NORTH" >DIRECTION_MASK_NORTH</a></td><td class=SDescription>Bitwise mask for north direction.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DIRECTION_MASK_SOUTH" >DIRECTION_MASK_SOUTH</a></td><td class=SDescription>Bitwise mask for south direction.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.DIRECTION_MASK_EAST" >DIRECTION_MASK_EAST</a></td><td class=SDescription>Bitwise mask for east direction.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.DIRECTION_MASK_ALL" >DIRECTION_MASK_ALL</a></td><td class=SDescription>Bitwise mask for all directions.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.ELBOW_VERTICAL" >ELBOW_VERTICAL</a></td><td class=SDescription>Constant for elbow vertical. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.ELBOW_HORIZONTAL" >ELBOW_HORIZONTAL</a></td><td class=SDescription>Constant for elbow horizontal. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.EDGESTYLE_ELBOW" >EDGESTYLE_ELBOW</a></td><td class=SDescription>Name of the elbow edge style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.EDGESTYLE_ENTITY_RELATION" >EDGESTYLE_ENTITY_RELATION</a></td><td class=SDescription>Name of the entity relation edge style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.EDGESTYLE_LOOP" >EDGESTYLE_LOOP</a></td><td class=SDescription>Name of the loop edge style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.EDGESTYLE_SIDETOSIDE" >EDGESTYLE_SIDETOSIDE</a></td><td class=SDescription>Name of the side to side edge style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.EDGESTYLE_TOPTOBOTTOM" >EDGESTYLE_TOPTOBOTTOM</a></td><td class=SDescription>Name of the top to bottom edge style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.EDGESTYLE_ORTHOGONAL" >EDGESTYLE_ORTHOGONAL</a></td><td class=SDescription>Name of the generic orthogonal edge style. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.EDGESTYLE_SEGMENT" >EDGESTYLE_SEGMENT</a></td><td class=SDescription>Name of the generic segment edge style. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.PERIMETER_ELLIPSE" >PERIMETER_ELLIPSE</a></td><td class=SDescription>Name of the ellipse perimeter. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.PERIMETER_RECTANGLE" >PERIMETER_RECTANGLE</a></td><td class=SDescription>Name of the rectangle perimeter. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxConstants.PERIMETER_RHOMBUS" >PERIMETER_RHOMBUS</a></td><td class=SDescription>Name of the rhombus perimeter. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxConstants.PERIMETER_TRIANGLE" id=link35 onMouseOver="ShowTip(event, 'tt17', 'link35')" onMouseOut="HideTip('tt17')">PERIMETER_TRIANGLE</a></td><td class=SDescription>Name of the triangle perimeter. </td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxConstants.Variables"></a>Variables</h3></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DEFAULT_HOTSPOT"></a>DEFAULT_HOTSPOT</h3><div class=CBody><p>Defines the portion of the cell which is to be used as a connectable region.&nbsp; Default is 0.3.&nbsp; Possible values are 0 &lt; x &lt;= 1.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.MIN_HOTSPOT_SIZE"></a>MIN_HOTSPOT_SIZE</h3><div class=CBody><p>Defines the minimum size in pixels of the portion of the cell which is to be used as a connectable region.&nbsp; Default is 8.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.MAX_HOTSPOT_SIZE"></a>MAX_HOTSPOT_SIZE</h3><div class=CBody><p>Defines the maximum size in pixels of the portion of the cell which is to be used as a connectable region.&nbsp; Use 0 for no maximum.&nbsp; Default is 0.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.RENDERING_HINT_EXACT"></a>RENDERING_HINT_EXACT</h3><div class=CBody><p>Defines the exact rendering hint.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.RENDERING_HINT_FASTER"></a>RENDERING_HINT_FASTER</h3><div class=CBody><p>Defines the faster rendering hint.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.RENDERING_HINT_FASTEST"></a>RENDERING_HINT_FASTEST</h3><div class=CBody><p>Defines the fastest rendering hint.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIALECT_SVG"></a>DIALECT_SVG</h3><div class=CBody><p>Defines the SVG display dialect name.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIALECT_VML"></a>DIALECT_VML</h3><div class=CBody><p>Defines the VML display dialect name.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIALECT_MIXEDHTML"></a>DIALECT_MIXEDHTML</h3><div class=CBody><p>Defines the mixed HTML display dialect name.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIALECT_PREFERHTML"></a>DIALECT_PREFERHTML</h3><div class=CBody><p>Defines the preferred HTML display dialect name.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIALECT_STRICTHTML"></a>DIALECT_STRICTHTML</h3><div class=CBody><p>Defines the strict HTML display dialect.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NS_SVG"></a>NS_SVG</h3><div class=CBody><p>Defines the SVG namespace.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NS_XHTML"></a>NS_XHTML</h3><div class=CBody><p>Defines the XHTML namespace.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NS_XLINK"></a>NS_XLINK</h3><div class=CBody><p>Defines the XLink namespace.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHADOWCOLOR"></a>SHADOWCOLOR</h3><div class=CBody><p>Defines the color to be used to draw shadows in shapes and windows.&nbsp; Default is gray.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHADOW_OFFSET_X"></a>SHADOW_OFFSET_X</h3><div class=CBody><p>Specifies the x-offset of the shadow.&nbsp; Default is 2.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHADOW_OFFSET_Y"></a>SHADOW_OFFSET_Y</h3><div class=CBody><p>Specifies the y-offset of the shadow.&nbsp; Default is 3.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHADOW_OPACITY"></a>SHADOW_OPACITY</h3><div class=CBody><p>Defines the opacity for shadows.&nbsp; Default is 1.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_ELEMENT"></a>NODETYPE_ELEMENT</h3><div class=CBody><p>DOM node of type ELEMENT.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_ATTRIBUTE"></a>NODETYPE_ATTRIBUTE</h3><div class=CBody><p>DOM node of type ATTRIBUTE.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_TEXT"></a>NODETYPE_TEXT</h3><div class=CBody><p>DOM node of type TEXT.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_CDATA"></a>NODETYPE_CDATA</h3><div class=CBody><p>DOM node of type CDATA.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_ENTITY_REFERENCE"></a>NODETYPE_ENTITY_REFERENCE</h3><div class=CBody><p>DOM node of type ENTITY_REFERENCE.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_ENTITY"></a>NODETYPE_ENTITY</h3><div class=CBody><p>DOM node of type ENTITY.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_PROCESSING_INSTRUCTION"></a>NODETYPE_PROCESSING_INSTRUCTION</h3><div class=CBody><p>DOM node of type PROCESSING_INSTRUCTION.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_COMMENT"></a>NODETYPE_COMMENT</h3><div class=CBody><p>DOM node of type COMMENT.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_DOCUMENT"></a>NODETYPE_DOCUMENT</h3><div class=CBody><p>DOM node of type DOCUMENT.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_DOCUMENTTYPE"></a>NODETYPE_DOCUMENTTYPE</h3><div class=CBody><p>DOM node of type DOCUMENTTYPE.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_DOCUMENT_FRAGMENT"></a>NODETYPE_DOCUMENT_FRAGMENT</h3><div class=CBody><p>DOM node of type DOCUMENT_FRAGMENT.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NODETYPE_NOTATION"></a>NODETYPE_NOTATION</h3><div class=CBody><p>DOM node of type NOTATION.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.TOOLTIP_VERTICAL_OFFSET"></a>TOOLTIP_VERTICAL_OFFSET</h3><div class=CBody><p>Defines the vertical offset for the tooltip.&nbsp; Default is 16.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DEFAULT_VALID_COLOR"></a>DEFAULT_VALID_COLOR</h3><div class=CBody><p>Specifies the default valid colorr.&nbsp; Default is #0000FF.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DEFAULT_INVALID_COLOR"></a>DEFAULT_INVALID_COLOR</h3><div class=CBody><p>Specifies the default invalid color.&nbsp; Default is #FF0000.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.HIGHLIGHT_STROKEWIDTH"></a>HIGHLIGHT_STROKEWIDTH</h3><div class=CBody><p>Defines the strokewidth to be used for the highlights.&nbsp; Default is 3.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.CURSOR_MOVABLE_VERTEX"></a>CURSOR_MOVABLE_VERTEX</h3><div class=CBody><p>Defines the cursor for a movable vertex.&nbsp; Default is &lsquo;move&rsquo;.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.CURSOR_MOVABLE_EDGE"></a>CURSOR_MOVABLE_EDGE</h3><div class=CBody><p>Defines the cursor for a movable edge.&nbsp; Default is &lsquo;move&rsquo;.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.CURSOR_LABEL_HANDLE"></a>CURSOR_LABEL_HANDLE</h3><div class=CBody><p>Defines the cursor for a movable label.&nbsp; Default is &lsquo;default&rsquo;.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.CURSOR_BEND_HANDLE"></a>CURSOR_BEND_HANDLE</h3><div class=CBody><p>Defines the cursor for a movable bend.&nbsp; Default is &lsquo;pointer&rsquo;.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.CURSOR_CONNECT"></a>CURSOR_CONNECT</h3><div class=CBody><p>Defines the cursor for a connectable state.&nbsp; Default is &lsquo;pointer&rsquo;.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.HIGHLIGHT_COLOR"></a>HIGHLIGHT_COLOR</h3><div class=CBody><p>Defines the color to be used for the cell highlighting.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #00FF00.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.TARGET_HIGHLIGHT_COLOR"></a>TARGET_HIGHLIGHT_COLOR</h3><div class=CBody><p>Defines the color to be used for highlighting a target cell for a new or changed connection.&nbsp; Note that this may be either a source or target terminal in the graph.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #0000FF.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.INVALID_CONNECT_TARGET_COLOR"></a>INVALID_CONNECT_TARGET_COLOR</h3><div class=CBody><p>Defines the color to be used for highlighting a invalid target cells for a new or changed connections.&nbsp; Note that this may be either a source or target terminal in the graph.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #FF0000.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DROP_TARGET_COLOR"></a>DROP_TARGET_COLOR</h3><div class=CBody><p>Defines the color to be used for the highlighting target parent cells (for drag and drop).&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #0000FF.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.VALID_COLOR"></a>VALID_COLOR</h3><div class=CBody><p>Defines the color to be used for the coloring valid connection previews.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #FF0000.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.INVALID_COLOR"></a>INVALID_COLOR</h3><div class=CBody><p>Defines the color to be used for the coloring invalid connection previews.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #FF0000.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGE_SELECTION_COLOR"></a>EDGE_SELECTION_COLOR</h3><div class=CBody><p>Defines the color to be used for the selection border of edges.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #00FF00.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.VERTEX_SELECTION_COLOR"></a>VERTEX_SELECTION_COLOR</h3><div class=CBody><p>Defines the color to be used for the selection border of vertices.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #00FF00.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.VERTEX_SELECTION_STROKEWIDTH"></a>VERTEX_SELECTION_STROKEWIDTH</h3><div class=CBody><p>Defines the strokewidth to be used for vertex selections.&nbsp; Default is 1.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGE_SELECTION_STROKEWIDTH"></a>EDGE_SELECTION_STROKEWIDTH</h3><div class=CBody><p>Defines the strokewidth to be used for edge selections.&nbsp; Default is 1.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SELECTION_DASHED"></a>SELECTION_DASHED</h3><div class=CBody><p>Defines the dashed state to be used for the vertex selection border.&nbsp; Default is true.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SELECTION_DASHED"></a>SELECTION_DASHED</h3><div class=CBody><p>Defines the dashed state to be used for the edge selection border.&nbsp; Default is true.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.GUIDE_COLOR"></a>GUIDE_COLOR</h3><div class=CBody><p>Defines the color to be used for the guidelines in mxGraphHandler.&nbsp; Default is #FF0000.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.GUIDE_STROKEWIDTH"></a>GUIDE_STROKEWIDTH</h3><div class=CBody><p>Defines the strokewidth to be used for the guidelines in mxGraphHandler.&nbsp; Default is 1.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.OUTLINE_COLOR"></a>OUTLINE_COLOR</h3><div class=CBody><p>Defines the color to be used for the outline rectangle border.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #0099FF.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.OUTLINE_STROKEWIDTH"></a>OUTLINE_STROKEWIDTH</h3><div class=CBody><p>Defines the strokewidth to be used for the outline rectangle stroke width.&nbsp; Default is 3.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.HANDLE_SIZE"></a>HANDLE_SIZE</h3><div class=CBody><p>Defines the default size for handles.&nbsp; Default is 7.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.LABEL_HANDLE_SIZE"></a>LABEL_HANDLE_SIZE</h3><div class=CBody><p>Defines the default size for label handles.&nbsp; Default is 4.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.HANDLE_FILLCOLOR"></a>HANDLE_FILLCOLOR</h3><div class=CBody><p>Defines the color to be used for the handle fill color.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #00FF00 (green).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.HANDLE_STROKECOLOR"></a>HANDLE_STROKECOLOR</h3><div class=CBody><p>Defines the color to be used for the handle stroke color.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is black.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.LABEL_HANDLE_FILLCOLOR"></a>LABEL_HANDLE_FILLCOLOR</h3><div class=CBody><p>Defines the color to be used for the label handle fill color.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is yellow.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.CONNECT_HANDLE_FILLCOLOR"></a>CONNECT_HANDLE_FILLCOLOR</h3><div class=CBody><p>Defines the color to be used for the connect handle fill color.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #0000FF (blue).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.LOCKED_HANDLE_FILLCOLOR"></a>LOCKED_HANDLE_FILLCOLOR</h3><div class=CBody><p>Defines the color to be used for the locked handle fill color.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #FF0000 (red).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.OUTLINE_HANDLE_FILLCOLOR"></a>OUTLINE_HANDLE_FILLCOLOR</h3><div class=CBody><p>Defines the color to be used for the outline sizer fill color.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #00FFFF.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.OUTLINE_HANDLE_STROKECOLOR"></a>OUTLINE_HANDLE_STROKECOLOR</h3><div class=CBody><p>Defines the color to be used for the outline sizer stroke color.&nbsp; Use &lsquo;none&rsquo; for no color.&nbsp; Default is #0033FF.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DEFAULT_FONTFAMILY"></a>DEFAULT_FONTFAMILY</h3><div class=CBody><p>Defines the default family for all fonts in points.&nbsp; Default is Arial,Helvetica.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DEFAULT_FONTSIZE"></a>DEFAULT_FONTSIZE</h3><div class=CBody><p>Defines the default size for all fonts in points.&nbsp; Default is 11.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DEFAULT_STARTSIZE"></a>DEFAULT_STARTSIZE</h3><div class=CBody><p>Defines the default start size for swimlanes.&nbsp; Default is 40.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DEFAULT_MARKERSIZE"></a>DEFAULT_MARKERSIZE</h3><div class=CBody><p>Defines the default size for all markers.&nbsp; Default is 6.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DEFAULT_IMAGESIZE"></a>DEFAULT_IMAGESIZE</h3><div class=CBody><p>Defines the default width and height for images used in the label shape.&nbsp; Default is 24.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ENTITY_SEGMENT"></a>ENTITY_SEGMENT</h3><div class=CBody><p>Defines the length of the horizontal segment of an Entity Relation.&nbsp; This can be overridden using <a href="#mxConstants.STYLE_SEGMENT" class=LVariable id=link36 onMouseOver="ShowTip(event, 'tt18', 'link36')" onMouseOut="HideTip('tt18')">mxConstants.STYLE_SEGMENT</a> style.&nbsp; Default is 30.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.RECTANGLE_ROUNDING_FACTOR"></a>RECTANGLE_ROUNDING_FACTOR</h3><div class=CBody><p>Defines the rounding factor for rounded rectangles in percent between 0 and 1.&nbsp; Values should be smaller than 0.5.&nbsp; Default is 0.15.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.LINE_ARCSIZE"></a>LINE_ARCSIZE</h3><div class=CBody><p>Defines the size of the arcs for rounded edges.&nbsp; Default is 20.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_SPACING"></a>ARROW_SPACING</h3><div class=CBody><p>Defines the spacing between the arrow shape and its terminals.&nbsp; Default is 10.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_WIDTH"></a>ARROW_WIDTH</h3><div class=CBody><p>Defines the width of the arrow shape.&nbsp; Default is 30.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_SIZE"></a>ARROW_SIZE</h3><div class=CBody><p>Defines the size of the arrowhead in the arrow shape.&nbsp; Default is 30.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.PAGE_FORMAT_A4_PORTRAIT"></a>PAGE_FORMAT_A4_PORTRAIT</h3><div class=CBody><p>Defines the rectangle for the A4 portrait page format.&nbsp; The dimensions of this page format are 826x1169 pixels.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.PAGE_FORMAT_A4_PORTRAIT"></a>PAGE_FORMAT_A4_PORTRAIT</h3><div class=CBody><p>Defines the rectangle for the A4 portrait page format.&nbsp; The dimensions of this page format are 826x1169 pixels.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.PAGE_FORMAT_LETTER_PORTRAIT"></a>PAGE_FORMAT_LETTER_PORTRAIT</h3><div class=CBody><p>Defines the rectangle for the Letter portrait page format.&nbsp; The dimensions of this page format are 850x1100 pixels.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.PAGE_FORMAT_LETTER_PORTRAIT"></a>PAGE_FORMAT_LETTER_PORTRAIT</h3><div class=CBody><p>Defines the rectangle for the Letter portrait page format.&nbsp; The dimensions of this page format are 850x1100 pixels.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.NONE"></a>NONE</h3><div class=CBody><p>Defines the value for none.&nbsp; Default is &ldquo;none&rdquo;.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_PERIMETER"></a>STYLE_PERIMETER</h3><div class=CBody><p>Defines the key for the perimeter style.&nbsp; This is a function that defines the perimeter around a particular shape.&nbsp; Possible values are the functions defined in <a href="../view/mxPerimeter-js.html#mxPerimeter" class=LClass id=link37 onMouseOver="ShowTip(event, 'tt19', 'link37')" onMouseOut="HideTip('tt19')">mxPerimeter</a>.&nbsp; Alternatively, the constants in this class that start with &lt;code&gt;PERIMETER_&lt;/code&gt; may be used to access perimeter styles in <a href="../view/mxStyleRegistry-js.html#mxStyleRegistry" class=LClass id=link38 onMouseOver="ShowTip(event, 'tt20', 'link38')" onMouseOut="HideTip('tt20')">mxStyleRegistry</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SOURCE_PORT"></a>STYLE_SOURCE_PORT</h3><div class=CBody><p>Defines the ID of the cell that should be used for computing the perimeter point of the source for an edge.&nbsp; This allows for graphically connecting to a cell while keeping the actual terminal of the edge.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_TARGET_PORT"></a>STYLE_TARGET_PORT</h3><div class=CBody><p>Defines the ID of the cell that should be used for computing the perimeter point of the target for an edge.&nbsp; This allows for graphically connecting to a cell while keeping the actual terminal of the edge.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_PORT_CONSTRAINT"></a>STYLE_PORT_CONSTRAINT</h3><div class=CBody><p>Defines the direction(s) that edges are allowed to connect to cells in.&nbsp; Possible values are &lt;code&gt;DIRECTION_NORTH, DIRECTION_SOUTH, DIRECTION_EAST&lt;/code&gt; and &lt;code&gt;DIRECTION_WEST&lt;/code&gt;.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_OPACITY"></a>STYLE_OPACITY</h3><div class=CBody><p>Defines the key for the opacity style.&nbsp; The type of the value is numeric and the possible range is 0-100.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_TEXT_OPACITY"></a>STYLE_TEXT_OPACITY</h3><div class=CBody><p>Defines the key for the text opacity style.&nbsp; The type of the value is numeric and the possible range is 0-100.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_OVERFLOW"></a>STYLE_OVERFLOW</h3><div class=CBody><p>Defines the key for the overflow style.&nbsp; Possible values are &lsquo;visible&rsquo;, &lsquo;hidden&rsquo; and &lsquo;fill&rsquo;.&nbsp; The default value is &lsquo;visible&rsquo;.&nbsp; This value specifies how overlapping vertex labels are handled.&nbsp; A value of &lsquo;visible&rsquo; will show the complete label.&nbsp; A value of &lsquo;hidden&rsquo; will clip the label so that it does not overlap the vertex bounds.&nbsp; A value of &lsquo;fill&rsquo; will use the vertex bounds for the label.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isLabelClipped" class=LFunction id=link39 onMouseOver="ShowTip(event, 'tt21', 'link39')" onMouseOut="HideTip('tt21')">mxGraph.isLabelClipped</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ORTHOGONAL"></a>STYLE_ORTHOGONAL</h3><div class=CBody><p>Defines if the connection points on either end of the edge should be computed so that the edge is vertical or horizontal if possible and if the point is not at a fixed location.&nbsp; Default is false.&nbsp; This is used in <a href="../view/mxGraph-js.html#mxGraph.isOrthogonal" class=LFunction id=link40 onMouseOver="ShowTip(event, 'tt22', 'link40')" onMouseOut="HideTip('tt22')">mxGraph.isOrthogonal</a>, which also returns true if the edgeStyle of the edge is an elbow or entity.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_EXIT_X"></a>STYLE_EXIT_X</h3><div class=CBody><p>Defines the key for the horizontal relative coordinate connection point of an edge with its source terminal.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_EXIT_Y"></a>STYLE_EXIT_Y</h3><div class=CBody><p>Defines the key for the vertical relative coordinate connection point of an edge with its source terminal.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_EXIT_PERIMETER"></a>STYLE_EXIT_PERIMETER</h3><div class=CBody><p>Defines if the perimeter should be used to find the exact entry point along the perimeter of the source.&nbsp; Possible values are 0 (false) and 1 (true).&nbsp; Default is 1 (true).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ENTRY_X"></a>STYLE_ENTRY_X</h3><div class=CBody><p>Defines the key for the horizontal relative coordinate connection point of an edge with its target terminal.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ENTRY_Y"></a>STYLE_ENTRY_Y</h3><div class=CBody><p>Defines the key for the vertical relative coordinate connection point of an edge with its target terminal.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ENTRY_PERIMETER"></a>STYLE_ENTRY_PERIMETER</h3><div class=CBody><p>Defines if the perimeter should be used to find the exact entry point along the perimeter of the target.&nbsp; Possible values are 0 (false) and 1 (true).&nbsp; Default is 1 (true).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_WHITE_SPACE"></a>STYLE_WHITE_SPACE</h3><div class=CBody><p>Defines the key for the white-space style.&nbsp; Possible values are &lsquo;nowrap&rsquo; and &lsquo;wrap&rsquo;.&nbsp; The default value is &lsquo;nowrap&rsquo;.&nbsp; This value specifies how white-space inside a HTML vertex label should be handled.&nbsp; A value of &lsquo;nowrap&rsquo; means the text will never wrap to the next line until a linefeed is encountered.&nbsp; A value of &lsquo;wrap&rsquo; means text will wrap when necessary.&nbsp; This style is only used for HTML labels.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isWrapping" class=LFunction id=link41 onMouseOver="ShowTip(event, 'tt23', 'link41')" onMouseOut="HideTip('tt23')">mxGraph.isWrapping</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ROTATION"></a>STYLE_ROTATION</h3><div class=CBody><p>Defines the key for the rotation style.&nbsp; The type of the value is numeric and the possible range is 0-360.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_FILLCOLOR"></a>STYLE_FILLCOLOR</h3><div class=CBody><p>Defines the key for the fill color.&nbsp; Possible values are all HTML color names or HEX codes, as well as special keywords such as &lsquo;swimlane, &lsquo;inherit&rsquo; or &lsquo;indicated&rsquo; to use the color code of a related cell or the indicator shape.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_GRADIENTCOLOR"></a>STYLE_GRADIENTCOLOR</h3><div class=CBody><p>Defines the key for the gradient color.&nbsp; Possible values are all HTML color names or HEX codes, as well as special keywords such as &lsquo;swimlane, &lsquo;inherit&rsquo; or &lsquo;indicated&rsquo; to use the color code of a related cell or the indicator shape.&nbsp; This is ignored if no fill color is defined.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_GRADIENT_DIRECTION"></a>STYLE_GRADIENT_DIRECTION</h3><div class=CBody><p>Defines the key for the gradient direction.&nbsp; Possible values are <a href="#mxConstants.DIRECTION_EAST" class=LVariable id=link42 onMouseOver="ShowTip(event, 'tt24', 'link42')" onMouseOut="HideTip('tt24')">DIRECTION_EAST</a>, <a href="#mxConstants.DIRECTION_WEST" class=LVariable id=link43 onMouseOver="ShowTip(event, 'tt25', 'link43')" onMouseOut="HideTip('tt25')">DIRECTION_WEST</a>, <a href="#mxConstants.DIRECTION_NORTH" class=LVariable id=link44 onMouseOver="ShowTip(event, 'tt26', 'link44')" onMouseOut="HideTip('tt26')">DIRECTION_NORTH</a> and <a href="#mxConstants.DIRECTION_SOUTH" class=LVariable id=link45 onMouseOver="ShowTip(event, 'tt27', 'link45')" onMouseOut="HideTip('tt27')">DIRECTION_SOUTH</a>.&nbsp; Default is <a href="#mxConstants.DIRECTION_SOUTH" class=LVariable id=link46 onMouseOver="ShowTip(event, 'tt27', 'link46')" onMouseOut="HideTip('tt27')">DIRECTION_SOUTH</a>.&nbsp; Generally, and by default in mxGraph, gradient painting is done from the value of <a href="#mxConstants.STYLE_FILLCOLOR" class=LVariable id=link47 onMouseOver="ShowTip(event, 'tt28', 'link47')" onMouseOut="HideTip('tt28')">STYLE_FILLCOLOR</a> to the value of <a href="#mxConstants.STYLE_GRADIENTCOLOR" class=LVariable id=link48 onMouseOver="ShowTip(event, 'tt29', 'link48')" onMouseOut="HideTip('tt29')">STYLE_GRADIENTCOLOR</a>.&nbsp; Taking the example of <a href="#mxConstants.DIRECTION_NORTH" class=LVariable id=link49 onMouseOver="ShowTip(event, 'tt26', 'link49')" onMouseOut="HideTip('tt26')">DIRECTION_NORTH</a>, this means <a href="#mxConstants.STYLE_FILLCOLOR" class=LVariable id=link50 onMouseOver="ShowTip(event, 'tt28', 'link50')" onMouseOut="HideTip('tt28')">STYLE_FILLCOLOR</a> color at the bottom of paint pattern and <a href="#mxConstants.STYLE_GRADIENTCOLOR" class=LVariable id=link51 onMouseOver="ShowTip(event, 'tt29', 'link51')" onMouseOut="HideTip('tt29')">STYLE_GRADIENTCOLOR</a> at top, with a gradient in-between.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_STROKECOLOR"></a>STYLE_STROKECOLOR</h3><div class=CBody><p>Defines the key for the strokeColor style.&nbsp; Possible values are all HTML color names or HEX codes, as well as special keywords such as &lsquo;swimlane, &lsquo;inherit&rsquo;, &lsquo;indicated&rsquo; to use the color code of a related cell or the indicator shape or &lsquo;none&rsquo; for no color.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SEPARATORCOLOR"></a>STYLE_SEPARATORCOLOR</h3><div class=CBody><p>Defines the key for the separatorColor style.&nbsp; Possible values are all HTML color names or HEX codes.&nbsp; This style is only used for <a href="#mxConstants.SHAPE_SWIMLANE" class=LVariable id=link52 onMouseOver="ShowTip(event, 'tt30', 'link52')" onMouseOut="HideTip('tt30')">SHAPE_SWIMLANE</a> shapes.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_STROKEWIDTH"></a>STYLE_STROKEWIDTH</h3><div class=CBody><p>Defines the key for the strokeWidth style.&nbsp; The type of the value is numeric and the possible range is any non-negative value larger or equal to 1.&nbsp; The value defines the stroke width in pixels.&nbsp; Note: To hide a stroke use strokeColor none.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ALIGN"></a>STYLE_ALIGN</h3><div class=CBody><p>Defines the key for the align style.&nbsp; Possible values are <a href="#mxConstants.ALIGN_LEFT" class=LVariable id=link53 onMouseOver="ShowTip(event, 'tt31', 'link53')" onMouseOut="HideTip('tt31')">ALIGN_LEFT</a>, <a href="#mxConstants.ALIGN_CENTER" class=LVariable id=link54 onMouseOver="ShowTip(event, 'tt32', 'link54')" onMouseOut="HideTip('tt32')">ALIGN_CENTER</a> and <a href="#mxConstants.ALIGN_RIGHT" class=LVariable id=link55 onMouseOver="ShowTip(event, 'tt33', 'link55')" onMouseOut="HideTip('tt33')">ALIGN_RIGHT</a>.&nbsp; This value defines how the lines of the label are horizontally aligned.&nbsp; <a href="#mxConstants.ALIGN_LEFT" class=LVariable id=link56 onMouseOver="ShowTip(event, 'tt31', 'link56')" onMouseOut="HideTip('tt31')">ALIGN_LEFT</a> mean label text lines are aligned to left of the label bounds, <a href="#mxConstants.ALIGN_RIGHT" class=LVariable id=link57 onMouseOver="ShowTip(event, 'tt33', 'link57')" onMouseOut="HideTip('tt33')">ALIGN_RIGHT</a> to the right of the label bounds and <a href="#mxConstants.ALIGN_CENTER" class=LVariable id=link58 onMouseOver="ShowTip(event, 'tt32', 'link58')" onMouseOut="HideTip('tt32')">ALIGN_CENTER</a> means the center of the text lines are aligned in the center of the label bounds.&nbsp; Note this value doesn&rsquo;t affect the positioning of the overall label bounds relative to the vertex, to move the label bounds horizontally, use <a href="#mxConstants.STYLE_LABEL_POSITION" class=LVariable id=link59 onMouseOver="ShowTip(event, 'tt34', 'link59')" onMouseOut="HideTip('tt34')">STYLE_LABEL_POSITION</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_VERTICAL_ALIGN"></a>STYLE_VERTICAL_ALIGN</h3><div class=CBody><p>Defines the key for the verticalAlign style.&nbsp; Possible values are <a href="#mxConstants.ALIGN_TOP" class=LVariable id=link60 onMouseOver="ShowTip(event, 'tt35', 'link60')" onMouseOut="HideTip('tt35')">ALIGN_TOP</a>, <a href="#mxConstants.ALIGN_MIDDLE" class=LVariable id=link61 onMouseOver="ShowTip(event, 'tt36', 'link61')" onMouseOut="HideTip('tt36')">ALIGN_MIDDLE</a> and <a href="#mxConstants.ALIGN_BOTTOM" class=LVariable id=link62 onMouseOver="ShowTip(event, 'tt37', 'link62')" onMouseOut="HideTip('tt37')">ALIGN_BOTTOM</a>.&nbsp; This value defines how the lines of the label are vertically aligned.&nbsp; <a href="#mxConstants.ALIGN_TOP" class=LVariable id=link63 onMouseOver="ShowTip(event, 'tt35', 'link63')" onMouseOut="HideTip('tt35')">ALIGN_TOP</a> means the topmost label text line is aligned against the top of the label bounds, <a href="#mxConstants.ALIGN_BOTTOM" class=LVariable id=link64 onMouseOver="ShowTip(event, 'tt37', 'link64')" onMouseOut="HideTip('tt37')">ALIGN_BOTTOM</a> means the bottom-most label text line is aligned against the bottom of the label bounds and <a href="#mxConstants.ALIGN_MIDDLE" class=LVariable id=link65 onMouseOver="ShowTip(event, 'tt36', 'link65')" onMouseOut="HideTip('tt36')">ALIGN_MIDDLE</a> means there is equal spacing between the topmost text label line and the top of the label bounds and the bottom-most text label line and the bottom of the label bounds.&nbsp; Note this value doesn&rsquo;t affect the positioning of the overall label bounds relative to the vertex, to move the label bounds vertically, use <a href="#mxConstants.STYLE_VERTICAL_LABEL_POSITION" class=LVariable id=link66 onMouseOver="ShowTip(event, 'tt38', 'link66')" onMouseOut="HideTip('tt38')">STYLE_VERTICAL_LABEL_POSITION</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_LABEL_POSITION"></a>STYLE_LABEL_POSITION</h3><div class=CBody><p>Defines the key for the horizontal label position of vertices.&nbsp; Possible values are <a href="#mxConstants.ALIGN_LEFT" class=LVariable id=link67 onMouseOver="ShowTip(event, 'tt31', 'link67')" onMouseOut="HideTip('tt31')">ALIGN_LEFT</a>, <a href="#mxConstants.ALIGN_CENTER" class=LVariable id=link68 onMouseOver="ShowTip(event, 'tt32', 'link68')" onMouseOut="HideTip('tt32')">ALIGN_CENTER</a> and <a href="#mxConstants.ALIGN_RIGHT" class=LVariable id=link69 onMouseOver="ShowTip(event, 'tt33', 'link69')" onMouseOut="HideTip('tt33')">ALIGN_RIGHT</a>.&nbsp; Default is <a href="#mxConstants.ALIGN_CENTER" class=LVariable id=link70 onMouseOver="ShowTip(event, 'tt32', 'link70')" onMouseOut="HideTip('tt32')">ALIGN_CENTER</a>.&nbsp; The label align defines the position of the label relative to the cell.&nbsp; <a href="#mxConstants.ALIGN_LEFT" class=LVariable id=link71 onMouseOver="ShowTip(event, 'tt31', 'link71')" onMouseOut="HideTip('tt31')">ALIGN_LEFT</a> means the entire label bounds is placed completely just to the left of the vertex, <a href="#mxConstants.ALIGN_RIGHT" class=LVariable id=link72 onMouseOver="ShowTip(event, 'tt33', 'link72')" onMouseOut="HideTip('tt33')">ALIGN_RIGHT</a> means adjust to the right and <a href="#mxConstants.ALIGN_CENTER" class=LVariable id=link73 onMouseOver="ShowTip(event, 'tt32', 'link73')" onMouseOut="HideTip('tt32')">ALIGN_CENTER</a> means the label bounds are vertically aligned with the bounds of the vertex.&nbsp; Note this value doesn&rsquo;t affect the positioning of label within the label bounds, to move the label horizontally within the label bounds, use <a href="#mxConstants.STYLE_ALIGN" class=LVariable id=link74 onMouseOver="ShowTip(event, 'tt39', 'link74')" onMouseOut="HideTip('tt39')">STYLE_ALIGN</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_VERTICAL_LABEL_POSITION"></a>STYLE_VERTICAL_LABEL_POSITION</h3><div class=CBody><p>Defines the key for the vertical label position of vertices.&nbsp; Possible values are <a href="#mxConstants.ALIGN_TOP" class=LVariable id=link75 onMouseOver="ShowTip(event, 'tt35', 'link75')" onMouseOut="HideTip('tt35')">ALIGN_TOP</a>, <a href="#mxConstants.ALIGN_BOTTOM" class=LVariable id=link76 onMouseOver="ShowTip(event, 'tt37', 'link76')" onMouseOut="HideTip('tt37')">ALIGN_BOTTOM</a> and <a href="#mxConstants.ALIGN_MIDDLE" class=LVariable id=link77 onMouseOver="ShowTip(event, 'tt36', 'link77')" onMouseOut="HideTip('tt36')">ALIGN_MIDDLE</a>.&nbsp; Default is <a href="#mxConstants.ALIGN_MIDDLE" class=LVariable id=link78 onMouseOver="ShowTip(event, 'tt36', 'link78')" onMouseOut="HideTip('tt36')">ALIGN_MIDDLE</a>.&nbsp; The label align defines the position of the label relative to the cell.&nbsp; <a href="#mxConstants.ALIGN_TOP" class=LVariable id=link79 onMouseOver="ShowTip(event, 'tt35', 'link79')" onMouseOut="HideTip('tt35')">ALIGN_TOP</a> means the entire label bounds is placed completely just on the top of the vertex, <a href="#mxConstants.ALIGN_BOTTOM" class=LVariable id=link80 onMouseOver="ShowTip(event, 'tt37', 'link80')" onMouseOut="HideTip('tt37')">ALIGN_BOTTOM</a> means adjust on the bottom and <a href="#mxConstants.ALIGN_MIDDLE" class=LVariable id=link81 onMouseOver="ShowTip(event, 'tt36', 'link81')" onMouseOut="HideTip('tt36')">ALIGN_MIDDLE</a> means the label bounds are horizontally aligned with the bounds of the vertex.&nbsp; Note this value doesn&rsquo;t affect the positioning of label within the label bounds, to move the label vertically within the label bounds, use <a href="#mxConstants.STYLE_VERTICAL_ALIGN" class=LVariable id=link82 onMouseOver="ShowTip(event, 'tt40', 'link82')" onMouseOut="HideTip('tt40')">STYLE_VERTICAL_ALIGN</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_ASPECT"></a>STYLE_IMAGE_ASPECT</h3><div class=CBody><p>Defines the key for the image aspect style.&nbsp; Possible values are 0 (do not preserve aspect) or 1 (keep aspect).&nbsp; This is only used in <a href="../shape/mxImageShape-js.html#mxImageShape" class=LClass id=link83 onMouseOver="ShowTip(event, 'tt8', 'link83')" onMouseOut="HideTip('tt8')">mxImageShape</a>.&nbsp; Default is 1.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_ALIGN"></a>STYLE_IMAGE_ALIGN</h3><div class=CBody><p>Defines the key for the align style.&nbsp; Possible values are <a href="#mxConstants.ALIGN_LEFT" class=LVariable id=link84 onMouseOver="ShowTip(event, 'tt31', 'link84')" onMouseOut="HideTip('tt31')">ALIGN_LEFT</a>, <a href="#mxConstants.ALIGN_CENTER" class=LVariable id=link85 onMouseOver="ShowTip(event, 'tt32', 'link85')" onMouseOut="HideTip('tt32')">ALIGN_CENTER</a> and <a href="#mxConstants.ALIGN_RIGHT" class=LVariable id=link86 onMouseOver="ShowTip(event, 'tt33', 'link86')" onMouseOut="HideTip('tt33')">ALIGN_RIGHT</a>.&nbsp; The value defines how any image in the vertex label is aligned horizontally within the label bounds of a <a href="#mxConstants.SHAPE_LABEL" class=LVariable id=link87 onMouseOver="ShowTip(event, 'tt41', 'link87')" onMouseOut="HideTip('tt41')">SHAPE_LABEL</a> shape.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_VERTICAL_ALIGN"></a>STYLE_IMAGE_VERTICAL_ALIGN</h3><div class=CBody><p>Defines the key for the verticalAlign style.&nbsp; Possible values are <a href="#mxConstants.ALIGN_TOP" class=LVariable id=link88 onMouseOver="ShowTip(event, 'tt35', 'link88')" onMouseOut="HideTip('tt35')">ALIGN_TOP</a>, <a href="#mxConstants.ALIGN_MIDDLE" class=LVariable id=link89 onMouseOver="ShowTip(event, 'tt36', 'link89')" onMouseOut="HideTip('tt36')">ALIGN_MIDDLE</a> and <a href="#mxConstants.ALIGN_BOTTOM" class=LVariable id=link90 onMouseOver="ShowTip(event, 'tt37', 'link90')" onMouseOut="HideTip('tt37')">ALIGN_BOTTOM</a>.&nbsp; The value defines how any image in the vertex label is aligned vertically within the label bounds of a <a href="#mxConstants.SHAPE_LABEL" class=LVariable id=link91 onMouseOver="ShowTip(event, 'tt41', 'link91')" onMouseOut="HideTip('tt41')">SHAPE_LABEL</a> shape.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_GLASS"></a>STYLE_GLASS</h3><div class=CBody><p>Defines the key for the glass style.&nbsp; Possible values are 0 (disabled) and 1(enabled).&nbsp; The default value is 0.&nbsp; This is used in <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link92 onMouseOver="ShowTip(event, 'tt1', 'link92')" onMouseOut="HideTip('tt1')">mxLabel</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE"></a>STYLE_IMAGE</h3><div class=CBody><p>Defines the key for the image style.&nbsp; Possible values are any image URL, the type of the value is String.&nbsp; This is the path to the image to image that is to be displayed within the label of a vertex.&nbsp; Data URLs should use the following format: data:image/png,xyz where xyz is the base64 encoded data (without the &ldquo;base64&rdquo;-prefix).&nbsp; Note that Data URLs are only supported in modern browsers.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_WIDTH"></a>STYLE_IMAGE_WIDTH</h3><div class=CBody><p>Defines the key for the imageWidth style.&nbsp; The type of this value is int, the value is the image width in pixels and must be greater than 0.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_HEIGHT"></a>STYLE_IMAGE_HEIGHT</h3><div class=CBody><p>Defines the key for the imageHeight style.&nbsp; The type of this value is int, the value is the image height in pixels and must be greater than 0.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_BACKGROUND"></a>STYLE_IMAGE_BACKGROUND</h3><div class=CBody><p>Defines the key for the image background color.&nbsp; This style is only used in <a href="../shape/mxImageShape-js.html#mxImageShape" class=LClass id=link93 onMouseOver="ShowTip(event, 'tt8', 'link93')" onMouseOut="HideTip('tt8')">mxImageShape</a>.&nbsp; Possible values are all HTML color names or HEX codes.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_BORDER"></a>STYLE_IMAGE_BORDER</h3><div class=CBody><p>Defines the key for the image border color.&nbsp; This style is only used in <a href="../shape/mxImageShape-js.html#mxImageShape" class=LClass id=link94 onMouseOver="ShowTip(event, 'tt8', 'link94')" onMouseOut="HideTip('tt8')">mxImageShape</a>.&nbsp; Possible values are all HTML color names or HEX codes.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_FLIPH"></a>STYLE_IMAGE_FLIPH</h3><div class=CBody><p>Defines the key for the horizontal image flip.&nbsp; This style is only used in <a href="../shape/mxImageShape-js.html#mxImageShape" class=LClass id=link95 onMouseOver="ShowTip(event, 'tt8', 'link95')" onMouseOut="HideTip('tt8')">mxImageShape</a>.&nbsp; Possible values are 0 and 1.&nbsp; Default is 0.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_IMAGE_FLIPV"></a>STYLE_IMAGE_FLIPV</h3><div class=CBody><p>Defines the key for the vertical image flip.&nbsp; This style is only used in <a href="../shape/mxImageShape-js.html#mxImageShape" class=LClass id=link96 onMouseOver="ShowTip(event, 'tt8', 'link96')" onMouseOut="HideTip('tt8')">mxImageShape</a>.&nbsp; Possible values are 0 and 1.&nbsp; Default is 0.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_STENCIL_FLIPH"></a>STYLE_STENCIL_FLIPH</h3><div class=CBody><p>Defines the key for the horizontal stencil flip.&nbsp; This style is only used for <a href="../shape/mxStencilShape-js.html#mxStencilShape" class=LClass id=link97 onMouseOver="ShowTip(event, 'tt42', 'link97')" onMouseOut="HideTip('tt42')">mxStencilShape</a>.&nbsp; Possible values are 0 and 1.&nbsp; Default is 0.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_STENCIL_FLIPV"></a>STYLE_STENCIL_FLIPV</h3><div class=CBody><p>Defines the key for the vertical stencil flip.&nbsp; This style is only used for <a href="../shape/mxStencilShape-js.html#mxStencilShape" class=LClass id=link98 onMouseOver="ShowTip(event, 'tt42', 'link98')" onMouseOut="HideTip('tt42')">mxStencilShape</a>.&nbsp; Possible values are 0 and 1.&nbsp; Default is 0.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_NOLABEL"></a>STYLE_NOLABEL</h3><div class=CBody><p>Defines the key for the noLabel style.&nbsp; If this is true then no label is visible for a given cell.&nbsp; Possible values are true or false (1 or 0).&nbsp; Default is false.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_NOEDGESTYLE"></a>STYLE_NOEDGESTYLE</h3><div class=CBody><p>Defines the key for the noEdgeStyle style.&nbsp; If this is true then no edge style is applied for a given edge.&nbsp; Possible values are true or false (1 or 0).&nbsp; Default is false.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_LABEL_BACKGROUNDCOLOR"></a>STYLE_LABEL_BACKGROUNDCOLOR</h3><div class=CBody><p>Defines the key for the label background color.&nbsp; Possible values are all HTML color names or HEX codes.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_LABEL_BORDERCOLOR"></a>STYLE_LABEL_BORDERCOLOR</h3><div class=CBody><p>Defines the key for the label border color.&nbsp; Possible values are all HTML color names or HEX codes.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_LABEL_PADDING"></a>STYLE_LABEL_PADDING</h3><div class=CBody><p>Defines the key for the label padding, ie. the space between the label border and the label.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_SHAPE"></a>STYLE_INDICATOR_SHAPE</h3><div class=CBody><p>Defines the key for the indicator shape used within an <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link99 onMouseOver="ShowTip(event, 'tt1', 'link99')" onMouseOut="HideTip('tt1')">mxLabel</a>.&nbsp; Possible values are all SHAPE_* constants or the names of any new shapes.&nbsp; The indicatorShape has precedence over the indicatorImage.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_IMAGE"></a>STYLE_INDICATOR_IMAGE</h3><div class=CBody><p>Defines the key for the indicator image used within an <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link100 onMouseOver="ShowTip(event, 'tt1', 'link100')" onMouseOut="HideTip('tt1')">mxLabel</a>.&nbsp; Possible values are all image URLs.&nbsp; The indicatorShape has precedence over the indicatorImage.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_COLOR"></a>STYLE_INDICATOR_COLOR</h3><div class=CBody><p>Defines the key for the indicatorColor style.&nbsp; Possible values are all HTML color names or HEX codes, as well as the special &lsquo;swimlane&rsquo; keyword to refer to the color of the parent swimlane if one exists.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_STROKECOLOR"></a>STYLE_INDICATOR_STROKECOLOR</h3><div class=CBody><p>Defines the key for the indicator stroke color in <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link101 onMouseOver="ShowTip(event, 'tt1', 'link101')" onMouseOut="HideTip('tt1')">mxLabel</a>.&nbsp; Possible values are all color codes.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_GRADIENTCOLOR"></a>STYLE_INDICATOR_GRADIENTCOLOR</h3><div class=CBody><p>Defines the key for the indicatorGradientColor style.&nbsp; Possible values are all HTML color names or HEX codes.&nbsp; This style is only supported in <a href="#mxConstants.SHAPE_LABEL" class=LVariable id=link102 onMouseOver="ShowTip(event, 'tt41', 'link102')" onMouseOut="HideTip('tt41')">SHAPE_LABEL</a> shapes.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_SPACING"></a>STYLE_INDICATOR_SPACING</h3><div class=CBody><p>The defines the key for the spacing between the label and the indicator in <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link103 onMouseOver="ShowTip(event, 'tt1', 'link103')" onMouseOut="HideTip('tt1')">mxLabel</a>.&nbsp; Possible values are in pixels.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_WIDTH"></a>STYLE_INDICATOR_WIDTH</h3><div class=CBody><p>Defines the key for the indicator width.&nbsp; Possible values start at 0 (in pixels).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_HEIGHT"></a>STYLE_INDICATOR_HEIGHT</h3><div class=CBody><p>Defines the key for the indicator height.&nbsp; Possible values start at 0 (in pixels).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_INDICATOR_DIRECTION"></a>STYLE_INDICATOR_DIRECTION</h3><div class=CBody><p>Defines the key for the indicatorDirection style.&nbsp; The direction style is used to specify the direction of certain shapes (eg.&nbsp; <a href="../shape/mxTriangle-js.html#mxTriangle" class=LClass id=link104 onMouseOver="ShowTip(event, 'tt15', 'link104')" onMouseOut="HideTip('tt15')">mxTriangle</a>).&nbsp; Possible values are <a href="#mxConstants.DIRECTION_EAST" class=LVariable id=link105 onMouseOver="ShowTip(event, 'tt24', 'link105')" onMouseOut="HideTip('tt24')">DIRECTION_EAST</a> (default), <a href="#mxConstants.DIRECTION_WEST" class=LVariable id=link106 onMouseOver="ShowTip(event, 'tt25', 'link106')" onMouseOut="HideTip('tt25')">DIRECTION_WEST</a>, <a href="#mxConstants.DIRECTION_NORTH" class=LVariable id=link107 onMouseOver="ShowTip(event, 'tt26', 'link107')" onMouseOut="HideTip('tt26')">DIRECTION_NORTH</a> and <a href="#mxConstants.DIRECTION_SOUTH" class=LVariable id=link108 onMouseOver="ShowTip(event, 'tt27', 'link108')" onMouseOut="HideTip('tt27')">DIRECTION_SOUTH</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SHADOW"></a>STYLE_SHADOW</h3><div class=CBody><p>Defines the key for the shadow style.&nbsp; The type of the value is Boolean.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SEGMENT"></a>STYLE_SEGMENT</h3><div class=CBody><p>Defines the key for the segment style.&nbsp; The type of this value is float and the value represents the size of the horizontal segment of the entity relation style.&nbsp; Default is ENTITY_SEGMENT.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ENDARROW"></a>STYLE_ENDARROW</h3><div class=CBody><p>Defines the key for the end arrow marker.&nbsp; Possible values are all constants with an ARROW-prefix.&nbsp; This is only used in <a href="../shape/mxConnector-js.html#mxConnector" class=LClass id=link109 onMouseOver="ShowTip(event, 'tt12', 'link109')" onMouseOut="HideTip('tt12')">mxConnector</a>.</p><h4 class=CHeading>Example</h4><blockquote><pre class="prettyprint">style[mxConstants.STYLE_ENDARROW] = mxConstants.ARROW_CLASSIC;</pre></blockquote></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_STARTARROW"></a>STYLE_STARTARROW</h3><div class=CBody><p>Defines the key for the start arrow marker.&nbsp; Possible values are all constants with an ARROW-prefix.&nbsp; This is only used in <a href="../shape/mxConnector-js.html#mxConnector" class=LClass id=link110 onMouseOver="ShowTip(event, 'tt12', 'link110')" onMouseOut="HideTip('tt12')">mxConnector</a>.&nbsp; See <a href="#mxConstants.STYLE_ENDARROW" class=LVariable id=link111 onMouseOver="ShowTip(event, 'tt43', 'link111')" onMouseOut="HideTip('tt43')">STYLE_ENDARROW</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ENDSIZE"></a>STYLE_ENDSIZE</h3><div class=CBody><p>Defines the key for the endSize style.&nbsp; The type of this value is numeric and the value represents the size of the end marker in pixels.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_STARTSIZE"></a>STYLE_STARTSIZE</h3><div class=CBody><p>Defines the key for the startSize style.&nbsp; The type of this value is numeric and the value represents the size of the start marker or the size of the swimlane title region depending on the shape it is used for.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ENDFILL"></a>STYLE_ENDFILL</h3><div class=CBody><p>Defines the key for the endFill style.&nbsp; Use 0 for no fill or 1 (default) for fill.&nbsp; (This style is only exported via <a href="mxImageExport-js.html#mxImageExport" class=LClass id=link112 onMouseOver="ShowTip(event, 'tt44', 'link112')" onMouseOut="HideTip('tt44')">mxImageExport</a>.)</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_STARTFILL"></a>STYLE_STARTFILL</h3><div class=CBody><p>Defines the key for the startFill style.&nbsp; Use 0 for no fill or 1 (default) for fill.&nbsp; (This style is only exported via <a href="mxImageExport-js.html#mxImageExport" class=LClass id=link113 onMouseOver="ShowTip(event, 'tt44', 'link113')" onMouseOut="HideTip('tt44')">mxImageExport</a>.)</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_DASHED"></a>STYLE_DASHED</h3><div class=CBody><p>Defines the key for the dashed style.&nbsp; Use 0 (default) for non-dashed or 1 for dashed.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ROUNDED"></a>STYLE_ROUNDED</h3><div class=CBody><p>Defines the key for the rounded style.&nbsp; The type of this value is Boolean.&nbsp; For edges this determines whether or not joins between edges segments are smoothed to a rounded finish.&nbsp; For vertices that have the rectangle shape, this determines whether or not the rectangle is rounded.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_CURVED"></a>STYLE_CURVED</h3><div class=CBody><p>Defines the key for the curved style.&nbsp; The type of this value is Boolean.&nbsp; It is only applicable for connector shapes.&nbsp; Use 0 (default) for non-curved or 1 for curved.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ARCSIZE"></a>STYLE_ARCSIZE</h3><div class=CBody><p>Defines the rounding factor for a rounded rectangle in percent (without the percent sign).&nbsp; Possible values are between 0 and 100.&nbsp; If this value is not specified then RECTANGLE_ROUNDING_FACTOR * 100 is used.&nbsp; (This style is only exported via <a href="mxImageExport-js.html#mxImageExport" class=LClass id=link114 onMouseOver="ShowTip(event, 'tt44', 'link114')" onMouseOut="HideTip('tt44')">mxImageExport</a>.)</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SMOOTH"></a>STYLE_SMOOTH</h3><div class=CBody><p>An experimental style for edges.&nbsp; This style is currently not available in the backends and is implemented differently for VML and SVG.&nbsp; The use of this style is currently only recommended for VML.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SOURCE_PERIMETER_SPACING"></a>STYLE_SOURCE_PERIMETER_SPACING</h3><div class=CBody><p>Defines the key for the source perimeter spacing.&nbsp; The type of this value is numeric.&nbsp; This is the distance between the source connection point of an edge and the perimeter of the source vertex in pixels.&nbsp; This style only applies to edges.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_TARGET_PERIMETER_SPACING"></a>STYLE_TARGET_PERIMETER_SPACING</h3><div class=CBody><p>Defines the key for the target perimeter spacing.&nbsp; The type of this value is numeric.&nbsp; This is the distance between the target connection point of an edge and the perimeter of the target vertex in pixels.&nbsp; This style only applies to edges.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_PERIMETER_SPACING"></a>STYLE_PERIMETER_SPACING</h3><div class=CBody><p>Defines the key for the perimeter spacing.&nbsp; This is the distance between the connection point and the perimeter in pixels.&nbsp; When used in a vertex style, this applies to all incoming edges to floating ports (edges that terminate on the perimeter of the vertex).&nbsp; When used in an edge style, this spacing applies to the source and target separately, if they terminate in floating ports (on the perimeter of the vertex).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SPACING"></a>STYLE_SPACING</h3><div class=CBody><p>Defines the key for the spacing.&nbsp; The value represents the spacing, in pixels, added to each side of a label in a vertex (style applies to vertices only).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SPACING_TOP"></a>STYLE_SPACING_TOP</h3><div class=CBody><p>Defines the key for the spacingTop style.&nbsp; The value represents the spacing, in pixels, added to the top side of a label in a vertex (style applies to vertices only).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SPACING_LEFT"></a>STYLE_SPACING_LEFT</h3><div class=CBody><p>Defines the key for the spacingLeft style.&nbsp; The value represents the spacing, in pixels, added to the left side of a label in a vertex (style applies to vertices only).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SPACING_BOTTOM"></a>STYLE_SPACING_BOTTOM</h3><div class=CBody><p>Defines the key for the spacingBottom style The value represents the spacing, in pixels, added to the bottom side of a label in a vertex (style applies to vertices only).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SPACING_RIGHT"></a>STYLE_SPACING_RIGHT</h3><div class=CBody><p>Defines the key for the spacingRight style The value represents the spacing, in pixels, added to the right side of a label in a vertex (style applies to vertices only).</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_HORIZONTAL"></a>STYLE_HORIZONTAL</h3><div class=CBody><p>Defines the key for the horizontal style.&nbsp; Possible values are true or false.&nbsp; This value only applies to vertices.&nbsp; If the <a href="#mxConstants.STYLE_SHAPE" class=LVariable id=link115 onMouseOver="ShowTip(event, 'tt45', 'link115')" onMouseOut="HideTip('tt45')">STYLE_SHAPE</a> is &lt;code&gt;SHAPE_SWIMLANE&lt;/code&gt; a value of false indicates that the swimlane should be drawn vertically, true indicates to draw it horizontally.&nbsp; If the shape style does not indicate that this vertex is a swimlane, this value affects only whether the label is drawn horizontally or vertically.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_DIRECTION"></a>STYLE_DIRECTION</h3><div class=CBody><p>Defines the key for the direction style.&nbsp; The direction style is used to specify the direction of certain shapes (eg.&nbsp; <a href="../shape/mxTriangle-js.html#mxTriangle" class=LClass id=link116 onMouseOver="ShowTip(event, 'tt15', 'link116')" onMouseOut="HideTip('tt15')">mxTriangle</a>).&nbsp; Possible values are <a href="#mxConstants.DIRECTION_EAST" class=LVariable id=link117 onMouseOver="ShowTip(event, 'tt24', 'link117')" onMouseOut="HideTip('tt24')">DIRECTION_EAST</a> (default), <a href="#mxConstants.DIRECTION_WEST" class=LVariable id=link118 onMouseOver="ShowTip(event, 'tt25', 'link118')" onMouseOut="HideTip('tt25')">DIRECTION_WEST</a>, <a href="#mxConstants.DIRECTION_NORTH" class=LVariable id=link119 onMouseOver="ShowTip(event, 'tt26', 'link119')" onMouseOut="HideTip('tt26')">DIRECTION_NORTH</a> and <a href="#mxConstants.DIRECTION_SOUTH" class=LVariable id=link120 onMouseOver="ShowTip(event, 'tt27', 'link120')" onMouseOut="HideTip('tt27')">DIRECTION_SOUTH</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ELBOW"></a>STYLE_ELBOW</h3><div class=CBody><p>Defines the key for the elbow style.&nbsp; Possible values are <a href="#mxConstants.ELBOW_HORIZONTAL" class=LVariable id=link121 onMouseOver="ShowTip(event, 'tt46', 'link121')" onMouseOut="HideTip('tt46')">ELBOW_HORIZONTAL</a> and <a href="#mxConstants.ELBOW_VERTICAL" class=LVariable id=link122 onMouseOver="ShowTip(event, 'tt47', 'link122')" onMouseOut="HideTip('tt47')">ELBOW_VERTICAL</a>.&nbsp; Default is <a href="#mxConstants.ELBOW_HORIZONTAL" class=LVariable id=link123 onMouseOver="ShowTip(event, 'tt46', 'link123')" onMouseOut="HideTip('tt46')">ELBOW_HORIZONTAL</a>.&nbsp; This defines how the three segment orthogonal edge style leaves its terminal vertices.&nbsp; The vertical style leaves the terminal vertices at the top and bottom sides.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_FONTCOLOR"></a>STYLE_FONTCOLOR</h3><div class=CBody><p>Defines the key for the fontColor style.&nbsp; Possible values are all HTML color names or HEX codes.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_FONTFAMILY"></a>STYLE_FONTFAMILY</h3><div class=CBody><p>Defines the key for the fontFamily style.&nbsp; Possible values are names such as Arial; Dialog; Verdana; Times New Roman.&nbsp; The value is of type String.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_FONTSIZE"></a>STYLE_FONTSIZE</h3><div class=CBody><p>Defines the key for the fontSize style (in points).&nbsp; The type of the value is int.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_FONTSTYLE"></a>STYLE_FONTSTYLE</h3><div class=CBody><p>Defines the key for the fontStyle style.&nbsp; Values may be any logical AND (sum) of <a href="#mxConstants.FONT_BOLD" class=LVariable id=link124 onMouseOver="ShowTip(event, 'tt48', 'link124')" onMouseOut="HideTip('tt48')">FONT_BOLD</a>, <a href="#mxConstants.FONT_ITALIC" class=LVariable id=link125 onMouseOver="ShowTip(event, 'tt49', 'link125')" onMouseOut="HideTip('tt49')">FONT_ITALIC</a>, <a href="#mxConstants.FONT_UNDERLINE" class=LVariable id=link126 onMouseOver="ShowTip(event, 'tt50', 'link126')" onMouseOut="HideTip('tt50')">FONT_UNDERLINE</a> and <a href="#mxConstants.FONT_SHADOW" class=LVariable id=link127 onMouseOver="ShowTip(event, 'tt51', 'link127')" onMouseOut="HideTip('tt51')">FONT_SHADOW</a>.&nbsp; The type of the value is int.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_AUTOSIZE"></a>STYLE_AUTOSIZE</h3><div class=CBody><p>Defines the key for the autosize style.&nbsp; This specifies if a cell should be resized automatically if the value has changed.&nbsp; Possible values are 0 or 1.&nbsp; Default is 0.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isAutoSizeCell" class=LFunction id=link128 onMouseOver="ShowTip(event, 'tt52', 'link128')" onMouseOut="HideTip('tt52')">mxGraph.isAutoSizeCell</a>.&nbsp; This is normally combined with <a href="#mxConstants.STYLE_RESIZABLE" class=LVariable id=link129 onMouseOver="ShowTip(event, 'tt53', 'link129')" onMouseOut="HideTip('tt53')">STYLE_RESIZABLE</a> to disable manual sizing.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_FOLDABLE"></a>STYLE_FOLDABLE</h3><div class=CBody><p>Defines the key for the foldable style.&nbsp; This specifies if a cell is foldable using a folding icon.&nbsp; Possible values are 0 or 1.&nbsp; Default is 1.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isCellFoldable" class=LFunction id=link130 onMouseOver="ShowTip(event, 'tt54', 'link130')" onMouseOut="HideTip('tt54')">mxGraph.isCellFoldable</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_EDITABLE"></a>STYLE_EDITABLE</h3><div class=CBody><p>Defines the key for the editable style.&nbsp; This specifies if the value of a cell can be edited using the in-place editor.&nbsp; Possible values are 0 or 1.&nbsp; Default is 1.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isCellEditable" class=LFunction id=link131 onMouseOver="ShowTip(event, 'tt55', 'link131')" onMouseOut="HideTip('tt55')">mxGraph.isCellEditable</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_BENDABLE"></a>STYLE_BENDABLE</h3><div class=CBody><p>Defines the key for the bendable style.&nbsp; This specifies if the control points of an edge can be moved.&nbsp; Possible values are 0 or 1.&nbsp; Default is 1.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isCellBendable" class=LFunction id=link132 onMouseOver="ShowTip(event, 'tt56', 'link132')" onMouseOut="HideTip('tt56')">mxGraph.isCellBendable</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_MOVABLE"></a>STYLE_MOVABLE</h3><div class=CBody><p>Defines the key for the movable style.&nbsp; This specifies if a cell can be moved.&nbsp; Possible values are 0 or 1.&nbsp; Default is 1.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isCellMovable" class=LFunction id=link133 onMouseOver="ShowTip(event, 'tt57', 'link133')" onMouseOut="HideTip('tt57')">mxGraph.isCellMovable</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_RESIZABLE"></a>STYLE_RESIZABLE</h3><div class=CBody><p>Defines the key for the resizable style.&nbsp; This specifies if a cell can be resized.&nbsp; Possible values are 0 or 1.&nbsp; Default is 1.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isCellResizable" class=LFunction id=link134 onMouseOver="ShowTip(event, 'tt58', 'link134')" onMouseOut="HideTip('tt58')">mxGraph.isCellResizable</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_CLONEABLE"></a>STYLE_CLONEABLE</h3><div class=CBody><p>Defines the key for the cloneable style.&nbsp; This specifies if a cell can be cloned.&nbsp; Possible values are 0 or 1.&nbsp; Default is 1.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isCellCloneable" class=LFunction id=link135 onMouseOver="ShowTip(event, 'tt59', 'link135')" onMouseOut="HideTip('tt59')">mxGraph.isCellCloneable</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_DELETABLE"></a>STYLE_DELETABLE</h3><div class=CBody><p>Defines the key for the deletable style.&nbsp; This specifies if a cell can be deleted.&nbsp; Possible values are 0 or 1.&nbsp; Default is 1.&nbsp; See <a href="../view/mxGraph-js.html#mxGraph.isCellDeletable" class=LFunction id=link136 onMouseOver="ShowTip(event, 'tt60', 'link136')" onMouseOut="HideTip('tt60')">mxGraph.isCellDeletable</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_SHAPE"></a>STYLE_SHAPE</h3><div class=CBody><p>Defines the key for the shape.&nbsp; Possible values are all constants with a SHAPE-prefix or any newly defined shape names.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_EDGE"></a>STYLE_EDGE</h3><div class=CBody><p>Defines the key for the edge style.&nbsp; Possible values are the functions defined in <a href="../view/mxEdgeStyle-js.html#mxEdgeStyle" class=LClass id=link137 onMouseOver="ShowTip(event, 'tt61', 'link137')" onMouseOut="HideTip('tt61')">mxEdgeStyle</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_LOOP"></a>STYLE_LOOP</h3><div class=CBody><p>Defines the key for the loop style.&nbsp; Possible values are the functions defined in <a href="../view/mxEdgeStyle-js.html#mxEdgeStyle" class=LClass id=link138 onMouseOver="ShowTip(event, 'tt61', 'link138')" onMouseOut="HideTip('tt61')">mxEdgeStyle</a>.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ROUTING_CENTER_X"></a>STYLE_ROUTING_CENTER_X</h3><div class=CBody><p>Defines the key for the horizontal routing center.&nbsp; Possible values are between -0.5 and 0.5.&nbsp; This is the relative offset from the center used for connecting edges.&nbsp; The type of this value is numeric.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.STYLE_ROUTING_CENTER_Y"></a>STYLE_ROUTING_CENTER_Y</h3><div class=CBody><p>Defines the key for the vertical routing center.&nbsp; Possible values are between -0.5 and 0.5.&nbsp; This is the relative offset from the center used for connecting edges.&nbsp; The type of this value is numeric.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.FONT_BOLD"></a>FONT_BOLD</h3><div class=CBody><p>Constant for bold fonts.&nbsp; Default is 1.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.FONT_ITALIC"></a>FONT_ITALIC</h3><div class=CBody><p>Constant for italic fonts.&nbsp; Default is 2.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.FONT_UNDERLINE"></a>FONT_UNDERLINE</h3><div class=CBody><p>Constant for underlined fonts.&nbsp; Default is 4.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.FONT_SHADOW"></a>FONT_SHADOW</h3><div class=CBody><p>Constant for fonts with a shadow.&nbsp; Default is 8.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_RECTANGLE"></a>SHAPE_RECTANGLE</h3><div class=CBody><p>Name under which <a href="../shape/mxRectangleShape-js.html#mxRectangleShape" class=LClass id=link139 onMouseOver="ShowTip(event, 'tt2', 'link139')" onMouseOut="HideTip('tt2')">mxRectangleShape</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link140 onMouseOver="ShowTip(event, 'tt3', 'link140')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is rectangle.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_ELLIPSE"></a>SHAPE_ELLIPSE</h3><div class=CBody><p>Name under which <a href="../shape/mxEllipse-js.html#mxEllipse" class=LClass id=link141 onMouseOver="ShowTip(event, 'tt4', 'link141')" onMouseOut="HideTip('tt4')">mxEllipse</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link142 onMouseOver="ShowTip(event, 'tt3', 'link142')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is ellipse.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_DOUBLE_ELLIPSE"></a>SHAPE_DOUBLE_ELLIPSE</h3><div class=CBody><p>Name under which <a href="../shape/mxDoubleEllipse-js.html#mxDoubleEllipse" class=LClass id=link143 onMouseOver="ShowTip(event, 'tt5', 'link143')" onMouseOut="HideTip('tt5')">mxDoubleEllipse</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link144 onMouseOver="ShowTip(event, 'tt3', 'link144')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is doubleEllipse.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_RHOMBUS"></a>SHAPE_RHOMBUS</h3><div class=CBody><p>Name under which <a href="../shape/mxRhombus-js.html#mxRhombus" class=LClass id=link145 onMouseOver="ShowTip(event, 'tt6', 'link145')" onMouseOut="HideTip('tt6')">mxRhombus</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link146 onMouseOver="ShowTip(event, 'tt3', 'link146')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is rhombus.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_LINE"></a>SHAPE_LINE</h3><div class=CBody><p>Name under which <a href="../shape/mxLine-js.html#mxLine" class=LClass id=link147 onMouseOver="ShowTip(event, 'tt7', 'link147')" onMouseOut="HideTip('tt7')">mxLine</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link148 onMouseOver="ShowTip(event, 'tt3', 'link148')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is line.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_IMAGE"></a>SHAPE_IMAGE</h3><div class=CBody><p>Name under which <a href="../shape/mxImageShape-js.html#mxImageShape" class=LClass id=link149 onMouseOver="ShowTip(event, 'tt8', 'link149')" onMouseOut="HideTip('tt8')">mxImageShape</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link150 onMouseOver="ShowTip(event, 'tt3', 'link150')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is image.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_ARROW"></a>SHAPE_ARROW</h3><div class=CBody><p>Name under which <a href="../shape/mxArrow-js.html#mxArrow" class=LClass id=link151 onMouseOver="ShowTip(event, 'tt9', 'link151')" onMouseOut="HideTip('tt9')">mxArrow</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link152 onMouseOver="ShowTip(event, 'tt3', 'link152')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is arrow.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_LABEL"></a>SHAPE_LABEL</h3><div class=CBody><p>Name under which <a href="../shape/mxLabel-js.html#mxLabel" class=LClass id=link153 onMouseOver="ShowTip(event, 'tt1', 'link153')" onMouseOut="HideTip('tt1')">mxLabel</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link154 onMouseOver="ShowTip(event, 'tt3', 'link154')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is label.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_CYLINDER"></a>SHAPE_CYLINDER</h3><div class=CBody><p>Name under which <a href="../shape/mxCylinder-js.html#mxCylinder" class=LClass id=link155 onMouseOver="ShowTip(event, 'tt10', 'link155')" onMouseOut="HideTip('tt10')">mxCylinder</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link156 onMouseOver="ShowTip(event, 'tt3', 'link156')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is cylinder.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_SWIMLANE"></a>SHAPE_SWIMLANE</h3><div class=CBody><p>Name under which <a href="../shape/mxSwimlane-js.html#mxSwimlane" class=LClass id=link157 onMouseOver="ShowTip(event, 'tt11', 'link157')" onMouseOut="HideTip('tt11')">mxSwimlane</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link158 onMouseOver="ShowTip(event, 'tt3', 'link158')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is swimlane.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_CONNECTOR"></a>SHAPE_CONNECTOR</h3><div class=CBody><p>Name under which <a href="../shape/mxConnector-js.html#mxConnector" class=LClass id=link159 onMouseOver="ShowTip(event, 'tt12', 'link159')" onMouseOut="HideTip('tt12')">mxConnector</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link160 onMouseOver="ShowTip(event, 'tt3', 'link160')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is connector.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_ACTOR"></a>SHAPE_ACTOR</h3><div class=CBody><p>Name under which <a href="../shape/mxActor-js.html#mxActor" class=LClass id=link161 onMouseOver="ShowTip(event, 'tt13', 'link161')" onMouseOut="HideTip('tt13')">mxActor</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link162 onMouseOver="ShowTip(event, 'tt3', 'link162')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is actor.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_CLOUD"></a>SHAPE_CLOUD</h3><div class=CBody><p>Name under which <a href="../shape/mxCloud-js.html#mxCloud" class=LClass id=link163 onMouseOver="ShowTip(event, 'tt14', 'link163')" onMouseOut="HideTip('tt14')">mxCloud</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link164 onMouseOver="ShowTip(event, 'tt3', 'link164')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is cloud.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_TRIANGLE"></a>SHAPE_TRIANGLE</h3><div class=CBody><p>Name under which <a href="../shape/mxTriangle-js.html#mxTriangle" class=LClass id=link165 onMouseOver="ShowTip(event, 'tt15', 'link165')" onMouseOut="HideTip('tt15')">mxTriangle</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link166 onMouseOver="ShowTip(event, 'tt3', 'link166')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is triangle.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.SHAPE_HEXAGON"></a>SHAPE_HEXAGON</h3><div class=CBody><p>Name under which <a href="../shape/mxHexagon-js.html#mxHexagon" class=LClass id=link167 onMouseOver="ShowTip(event, 'tt16', 'link167')" onMouseOut="HideTip('tt16')">mxHexagon</a> is registered in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link168 onMouseOver="ShowTip(event, 'tt3', 'link168')" onMouseOut="HideTip('tt3')">mxCellRenderer</a>.&nbsp; Default is hexagon.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_CLASSIC"></a>ARROW_CLASSIC</h3><div class=CBody><p>Constant for classic arrow markers.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_BLOCK"></a>ARROW_BLOCK</h3><div class=CBody><p>Constant for block arrow markers.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_OPEN"></a>ARROW_OPEN</h3><div class=CBody><p>Constant for open arrow markers.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_OVAL"></a>ARROW_OVAL</h3><div class=CBody><p>Constant for oval arrow markers.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_DIAMOND"></a>ARROW_DIAMOND</h3><div class=CBody><p>Constant for diamond arrow markers.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ARROW_DIAMOND"></a>ARROW_DIAMOND</h3><div class=CBody><p>Constant for diamond arrow markers.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ALIGN_LEFT"></a>ALIGN_LEFT</h3><div class=CBody><p>Constant for left horizontal alignment.&nbsp; Default is left.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ALIGN_CENTER"></a>ALIGN_CENTER</h3><div class=CBody><p>Constant for center horizontal alignment.&nbsp; Default is center.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ALIGN_RIGHT"></a>ALIGN_RIGHT</h3><div class=CBody><p>Constant for right horizontal alignment.&nbsp; Default is right.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ALIGN_TOP"></a>ALIGN_TOP</h3><div class=CBody><p>Constant for top vertical alignment.&nbsp; Default is top.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ALIGN_MIDDLE"></a>ALIGN_MIDDLE</h3><div class=CBody><p>Constant for middle vertical alignment.&nbsp; Default is middle.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ALIGN_BOTTOM"></a>ALIGN_BOTTOM</h3><div class=CBody><p>Constant for bottom vertical alignment.&nbsp; Default is bottom.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_NORTH"></a>DIRECTION_NORTH</h3><div class=CBody><p>Constant for direction north.&nbsp; Default is north.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_SOUTH"></a>DIRECTION_SOUTH</h3><div class=CBody><p>Constant for direction south.&nbsp; Default is south.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_EAST"></a>DIRECTION_EAST</h3><div class=CBody><p>Constant for direction east.&nbsp; Default is east.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_WEST"></a>DIRECTION_WEST</h3><div class=CBody><p>Constant for direction west.&nbsp; Default is west.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_MASK_NONE"></a>DIRECTION_MASK_NONE</h3><div class=CBody><p>Constant for no direction.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_MASK_WEST"></a>DIRECTION_MASK_WEST</h3><div class=CBody><p>Bitwise mask for west direction.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_MASK_NORTH"></a>DIRECTION_MASK_NORTH</h3><div class=CBody><p>Bitwise mask for north direction.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_MASK_SOUTH"></a>DIRECTION_MASK_SOUTH</h3><div class=CBody><p>Bitwise mask for south direction.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_MASK_EAST"></a>DIRECTION_MASK_EAST</h3><div class=CBody><p>Bitwise mask for east direction.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.DIRECTION_MASK_ALL"></a>DIRECTION_MASK_ALL</h3><div class=CBody><p>Bitwise mask for all directions.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ELBOW_VERTICAL"></a>ELBOW_VERTICAL</h3><div class=CBody><p>Constant for elbow vertical.&nbsp; Default is horizontal.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.ELBOW_HORIZONTAL"></a>ELBOW_HORIZONTAL</h3><div class=CBody><p>Constant for elbow horizontal.&nbsp; Default is horizontal.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGESTYLE_ELBOW"></a>EDGESTYLE_ELBOW</h3><div class=CBody><p>Name of the elbow edge style.&nbsp; Can be used as a string value for the STYLE_EDGE style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGESTYLE_ENTITY_RELATION"></a>EDGESTYLE_ENTITY_RELATION</h3><div class=CBody><p>Name of the entity relation edge style.&nbsp; Can be used as a string value for the STYLE_EDGE style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGESTYLE_LOOP"></a>EDGESTYLE_LOOP</h3><div class=CBody><p>Name of the loop edge style.&nbsp; Can be used as a string value for the STYLE_EDGE style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGESTYLE_SIDETOSIDE"></a>EDGESTYLE_SIDETOSIDE</h3><div class=CBody><p>Name of the side to side edge style.&nbsp; Can be used as a string value for the STYLE_EDGE style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGESTYLE_TOPTOBOTTOM"></a>EDGESTYLE_TOPTOBOTTOM</h3><div class=CBody><p>Name of the top to bottom edge style.&nbsp; Can be used as a string value for the STYLE_EDGE style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGESTYLE_ORTHOGONAL"></a>EDGESTYLE_ORTHOGONAL</h3><div class=CBody><p>Name of the generic orthogonal edge style.&nbsp; Can be used as a string value for the STYLE_EDGE style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.EDGESTYLE_SEGMENT"></a>EDGESTYLE_SEGMENT</h3><div class=CBody><p>Name of the generic segment edge style.&nbsp; Can be used as a string value for the STYLE_EDGE style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.PERIMETER_ELLIPSE"></a>PERIMETER_ELLIPSE</h3><div class=CBody><p>Name of the ellipse perimeter.&nbsp; Can be used as a string value for the STYLE_PERIMETER style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.PERIMETER_RECTANGLE"></a>PERIMETER_RECTANGLE</h3><div class=CBody><p>Name of the rectangle perimeter.&nbsp; Can be used as a string value for the STYLE_PERIMETER style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.PERIMETER_RHOMBUS"></a>PERIMETER_RHOMBUS</h3><div class=CBody><p>Name of the rhombus perimeter.&nbsp; Can be used as a string value for the STYLE_PERIMETER style.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxConstants.PERIMETER_TRIANGLE"></a>PERIMETER_TRIANGLE</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>PERIMETER_TRIANGLE: 'trianglePerimeter' }</td></tr></table></blockquote><p>Name of the triangle perimeter.&nbsp; Can be used as a string value for the STYLE_PERIMETER style.</p></div></div></div>
</div><!--Content-->
<div id=Footer><a href="http://www.naturaldocs.org">Generated by Natural Docs</a></div><!--Footer-->
<div id=Menu><div class=MEntry><div class=MFile><a href="../index-txt.html">API Specification</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Editor</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="../editor/mxDefaultKeyHandler-js.html">mxDefaultKeyHandler</a></div></div><div class=MEntry><div class=MFile><a href="../editor/mxDefaultPopupMenu-js.html">mxDefaultPopupMenu</a></div></div><div class=MEntry><div class=MFile><a href="../editor/mxDefaultToolbar-js.html">mxDefaultToolbar</a></div></div><div class=MEntry><div class=MFile><a href="../editor/mxEditor-js.html">mxEditor</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Handler</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="../handler/mxCellHighlight-js.html">mxCellHighlight</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxCellMarker-js.html">mxCellMarker</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxCellTracker-js.html">mxCellTracker</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxConnectionHandler-js.html">mxConnectionHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxConstraintHandler-js.html">mxConstraintHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxEdgeHandler-js.html">mxEdgeHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxEdgeSegmentHandler-js.html">mxEdgeSegmentHandler.js</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxElbowEdgeHandler-js.html">mxElbowEdgeHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxGraphHandler-js.html">mxGraphHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxKeyHandler-js.html">mxKeyHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxPanningHandler-js.html">mxPanningHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxRubberband-js.html">mxRubberband</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxSelectionCellsHandler-js.html">mxSelectionCellsHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxTooltipHandler-js.html">mxTooltipHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxVertexHandler-js.html">mxVertexHandler</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Io</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="../io/mxCellCodec-js.html">mxCellCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxChildChangeCodec-js.html">mxChildChangeCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxCodec-js.html">mxCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxCodecRegistry-js.html">mxCodecRegistry</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultKeyHandlerCodec-js.html">mxDefaultKeyHandlerCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultPopupMenuCodec-js.html">mxDefaultPopupMenuCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultToolbarCodec-js.html">mxDefaultToolbarCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxEditorCodec-js.html">mxEditorCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGenericChangeCodec-js.html">mxGenericChangeCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGraphCodec-js.html">mxGraphCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGraphViewCodec-js.html">mxGraphViewCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxModelCodec-js.html">mxModelCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxObjectCodec-js.html">mxObjectCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxRootChangeCodec-js.html">mxRootChangeCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxStylesheetCodec-js.html">mxStylesheetCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxTerminalChangeCodec-js.html">mxTerminalChangeCodec</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent7')">Layout</a><div class=MGroupContent id=MGroupContent7><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent6')">Hierarchical</a><div class=MGroupContent id=MGroupContent6><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent4')">Model</a><div class=MGroupContent id=MGroupContent4><div class=MEntry><div class=MFile><a href="../layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html">mxGraphAbstractHierarchyCell</a></div></div><div class=MEntry><div class=MFile><a href="../layout/hierarchical/model/mxGraphHierarchyEdge-js.html">mxGraphHierarchyEdge</a></div></div><div class=MEntry><div class=MFile><a href="../layout/hierarchical/model/mxGraphHierarchyModel-js.html">mxGraphHierarchyModel</a></div></div><div class=MEntry><div class=MFile><a href="../layout/hierarchical/model/mxGraphHierarchyNode-js.html">mxGraphHierarchyNode</a></div></div></div></div></div><div class=MEntry><div class=MFile><a href="../layout/hierarchical/mxHierarchicalLayout-js.html">mxHierarchicalLayout</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent5')">Stage</a><div class=MGroupContent id=MGroupContent5><div class=MEntry><div class=MFile><a href="../layout/hierarchical/stage/mxCoordinateAssignment-js.html">mxCoordinateAssignment</a></div></div><div class=MEntry><div class=MFile><a href="../layout/hierarchical/stage/mxHierarchicalLayoutStage-js.html">mxHierarchicalLayoutStage</a></div></div><div class=MEntry><div class=MFile><a href="../layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html">mxMedianHybridCrossingReduction</a></div></div><div class=MEntry><div class=MFile><a href="../layout/hierarchical/stage/mxMinimumCycleRemover-js.html">mxMinimumCycleRemover</a></div></div></div></div></div></div></div></div><div class=MEntry><div class=MFile><a href="../layout/mxCircleLayout-js.html">mxCircleLayout</a></div></div><div class=MEntry><div class=MFile><a href="../layout/mxCompactTreeLayout-js.html">mxCompactTreeLayout</a></div></div><div class=MEntry><div class=MFile><a href="../layout/mxCompositeLayout-js.html">mxCompositeLayout</a></div></div><div class=MEntry><div class=MFile><a href="../layout/mxEdgeLabelLayout-js.html">mxEdgeLabelLayout</a></div></div><div class=MEntry><div class=MFile><a href="../layout/mxFastOrganicLayout-js.html">mxFastOrganicLayout</a></div></div><div class=MEntry><div class=MFile><a href="../layout/mxGraphLayout-js.html">mxGraphLayout</a></div></div><div class=MEntry><div class=MFile><a href="../layout/mxParallelEdgeLayout-js.html">mxParallelEdgeLayout</a></div></div><div class=MEntry><div class=MFile><a href="../layout/mxPartitionLayout-js.html">mxPartitionLayout</a></div></div><div class=MEntry><div class=MFile><a href="../layout/mxStackLayout-js.html">mxStackLayout</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent8')">Model</a><div class=MGroupContent id=MGroupContent8><div class=MEntry><div class=MFile><a href="../model/mxCell-js.html">mxCell</a></div></div><div class=MEntry><div class=MFile><a href="../model/mxCellPath-js.html">mxCellPath</a></div></div><div class=MEntry><div class=MFile><a href="../model/mxGeometry-js.html">mxGeometry</a></div></div><div class=MEntry><div class=MFile><a href="../model/mxGraphModel-js.html">mxGraphModel</a></div></div></div></div></div><div class=MEntry><div class=MFile><a href="../mxClient-js.html">mxClient</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent9')">Shape</a><div class=MGroupContent id=MGroupContent9><div class=MEntry><div class=MFile><a href="../shape/mxActor-js.html">mxActor</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxArrow-js.html">mxArrow</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxCloud-js.html">mxCloud</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxConnector-js.html">mxConnector</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxCylinder-js.html">mxCylinder</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxDoubleEllipse-js.html">mxDoubleEllipse</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxEllipse-js.html">mxEllipse</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxHexagon-js.html">mxHexagon</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxImageShape-js.html">mxImageShape</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxLabel-js.html">mxLabel</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxLine-js.html">mxLine</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxMarker-js.html">mxMarker</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxPolyline-js.html">mxPolyline</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxRectangleShape-js.html">mxRectangleShape</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxRhombus-js.html">mxRhombus</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxShape-js.html">mxShape</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxStencil-js.html">mxStencil</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxStencilRegistry-js.html">mxStencilRegistry</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxStencilShape-js.html">mxStencilShape</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxSwimlane-js.html">mxSwimlane</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxText-js.html">mxText</a></div></div><div class=MEntry><div class=MFile><a href="../shape/mxTriangle-js.html">mxTriangle</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent10')">Util</a><div class=MGroupContent id=MGroupContent10><div class=MEntry><div class=MFile><a href="mxAnimation-js.html">mxAnimation</a></div></div><div class=MEntry><div class=MFile><a href="mxAutoSaveManager-js.html">mxAutoSaveManager</a></div></div><div class=MEntry><div class=MFile><a href="mxClipboard-js.html">mxClipboard</a></div></div><div class=MEntry><div class=MFile id=MSelected>mxConstants</div></div><div class=MEntry><div class=MFile><a href="mxDictionary-js.html">mxDictionary</a></div></div><div class=MEntry><div class=MFile><a href="mxDivResizer-js.html">mxDivResizer</a></div></div><div class=MEntry><div class=MFile><a href="mxDragSource-js.html">mxDragSource</a></div></div><div class=MEntry><div class=MFile><a href="mxEffects-js.html">mxEffects</a></div></div><div class=MEntry><div class=MFile><a href="mxEvent-js.html">mxEvent</a></div></div><div class=MEntry><div class=MFile><a href="mxEventObject-js.html">mxEventObject</a></div></div><div class=MEntry><div class=MFile><a href="mxEventSource-js.html">mxEventSource</a></div></div><div class=MEntry><div class=MFile><a href="mxForm-js.html">mxForm</a></div></div><div class=MEntry><div class=MFile><a href="mxGuide-js.html">mxGuide</a></div></div><div class=MEntry><div class=MFile><a href="mxImage-js.html">mxImage</a></div></div><div class=MEntry><div class=MFile><a href="mxImageBundle-js.html">mxImageBundle</a></div></div><div class=MEntry><div class=MFile><a href="mxImageExport-js.html">mxImageExport</a></div></div><div class=MEntry><div class=MFile><a href="mxLog-js.html">mxLog</a></div></div><div class=MEntry><div class=MFile><a href="mxMorphing-js.html">mxMorphing</a></div></div><div class=MEntry><div class=MFile><a href="mxMouseEvent-js.html">mxMouseEvent</a></div></div><div class=MEntry><div class=MFile><a href="mxObjectIdentity-js.html">mxObjectIdentity</a></div></div><div class=MEntry><div class=MFile><a href="mxPanningManager-js.html">mxPanningManager</a></div></div><div class=MEntry><div class=MFile><a href="mxPath-js.html">mxPath</a></div></div><div class=MEntry><div class=MFile><a href="mxPoint-js.html">mxPoint</a></div></div><div class=MEntry><div class=MFile><a href="mxPopupMenu-js.html">mxPopupMenu</a></div></div><div class=MEntry><div class=MFile><a href="mxRectangle-js.html">mxRectangle</a></div></div><div class=MEntry><div class=MFile><a href="mxResources-js.html">mxResources</a></div></div><div class=MEntry><div class=MFile><a href="mxSession-js.html">mxSession</a></div></div><div class=MEntry><div class=MFile><a href="mxSvgCanvas2D-js.html">mxSvgCanvas2D</a></div></div><div class=MEntry><div class=MFile><a href="mxToolbar-js.html">mxToolbar</a></div></div><div class=MEntry><div class=MFile><a href="mxUndoableEdit-js.html">mxUndoableEdit</a></div></div><div class=MEntry><div class=MFile><a href="mxUndoManager-js.html">mxUndoManager</a></div></div><div class=MEntry><div class=MFile><a href="mxUrlConverter-js.html">mxUrlConverter</a></div></div><div class=MEntry><div class=MFile><a href="mxUtils-js.html">mxUtils</a></div></div><div class=MEntry><div class=MFile><a href="mxWindow-js.html">mxWindow</a></div></div><div class=MEntry><div class=MFile><a href="mxXmlCanvas2D-js.html">mxXmlCanvas2D</a></div></div><div class=MEntry><div class=MFile><a href="mxXmlRequest-js.html">mxXmlRequest</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent11')">View</a><div class=MGroupContent id=MGroupContent11><div class=MEntry><div class=MFile><a href="../view/mxCellEditor-js.html">mxCellEditor</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxCellOverlay-js.html">mxCellOverlay</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxCellRenderer-js.html">mxCellRenderer</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxCellState-js.html">mxCellState</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxCellStatePreview-js.html">mxCellStatePreview</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxConnectionConstraint-js.html">mxConnectionConstraint</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxEdgeStyle-js.html">mxEdgeStyle</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxGraph-js.html">mxGraph</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxGraphSelectionModel-js.html">mxGraphSelectionModel</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxGraphView-js.html">mxGraphView</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxLayoutManager-js.html">mxLayoutManager</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxMultiplicity-js.html">mxMultiplicity</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxOutline-js.html">mxOutline</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxPerimeter-js.html">mxPerimeter</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxPrintPreview-js.html">mxPrintPreview</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxSpaceManager-js.html">mxSpaceManager</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxStyleRegistry-js.html">mxStyleRegistry</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxStylesheet-js.html">mxStylesheet</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxSwimlaneManager-js.html">mxSwimlaneManager</a></div></div><div class=MEntry><div class=MFile><a href="../view/mxTemporaryCellStates-js.html">mxTemporaryCellStates</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent12')">Index</a><div class=MGroupContent id=MGroupContent12><div class=MEntry><div class=MIndex><a href="../../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Cookies.html">Cookies</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Events.html">Events</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Files.html">Files</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../../index/Variables.html">Variables</a></div></div></div></div></div><script type="text/javascript"><!--
var searchPanel = new SearchPanel("searchPanel", "HTML", "../../search");
--></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Cookies">Cookies</option><option value="Events">Events</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Variables">Variables</option></select></div><script language=JavaScript><!--
HideAllBut([10], 13);// --></script></div><!--Menu-->
<!--START_ND_TOOLTIPS-->
<div class=CToolTip id="tt1"><div class=CClass>Extends mxShape to implement an image shape with a label. </div></div><div class=CToolTip id="tt2"><div class=CClass>Extends mxShape to implement a rectangle shape. </div></div><div class=CToolTip id="tt3"><div class=CClass>Renders cells into a document object model. </div></div><div class=CToolTip id="tt4"><div class=CClass>Extends mxShape to implement an ellipse shape. </div></div><div class=CToolTip id="tt5"><div class=CClass>Extends mxShape to implement a double ellipse shape. </div></div><div class=CToolTip id="tt6"><div class=CClass>Extends mxShape to implement a rhombus (aka diamond) shape. </div></div><div class=CToolTip id="tt7"><div class=CClass>Extends mxShape to implement a horizontal line shape. </div></div><div class=CToolTip id="tt8"><div class=CClass>Extends mxShape to implement an image shape. </div></div><div class=CToolTip id="tt9"><div class=CClass>Extends mxShape to implement an arrow shape. </div></div><div class=CToolTip id="tt10"><div class=CClass>Extends mxShape to implement an cylinder shape. </div></div><div class=CToolTip id="tt11"><div class=CClass>Extends mxShape to implement a swimlane shape. </div></div><div class=CToolTip id="tt12"><div class=CClass>Extends mxShape to implement a connector shape. </div></div><div class=CToolTip id="tt13"><div class=CClass>Extends mxShape to implement an actor shape. </div></div><div class=CToolTip id="tt14"><div class=CClass>Extends mxActor to implement a cloud shape.</div></div><div class=CToolTip id="tt15"><div class=CClass>Implementation of the triangle shape.</div></div><div class=CToolTip id="tt16"><div class=CClass>Implementation of the hexagon shape.</div></div><div class=CToolTip id="tt17"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>PERIMETER_TRIANGLE: 'trianglePerimeter' }</td></tr></table></blockquote>Name of the triangle perimeter. </div></div><div class=CToolTip id="tt18"><div class=CVariable>Defines the key for the segment style. </div></div><div class=CToolTip id="tt19"><div class=CClass>Provides various perimeter functions to be used in a style as the value of mxConstants.STYLE_PERIMETER. </div></div><div class=CToolTip id="tt20"><div class=CClass>Singleton class that acts as a global converter from string to object values in a style. </div></div><div class=CToolTip id="tt21"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isLabelClipped = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the overflow portion of labels should be hidden. </div></div><div class=CToolTip id="tt22"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isOrthogonal = function(</td><td class=PParameter nowrap>edge</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if perimeter points should be computed such that the resulting edge has only horizontal or vertical segments.</div></div><div class=CToolTip id="tt23"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isWrapping = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>This enables wrapping for HTML labels.</div></div><div class=CToolTip id="tt24"><div class=CVariable>Constant for direction east. </div></div><div class=CToolTip id="tt25"><div class=CVariable>Constant for direction west. </div></div><div class=CToolTip id="tt26"><div class=CVariable>Constant for direction north. </div></div><div class=CToolTip id="tt27"><div class=CVariable>Constant for direction south. </div></div><div class=CToolTip id="tt28"><div class=CVariable>Defines the key for the fill color. </div></div><div class=CToolTip id="tt29"><div class=CVariable>Defines the key for the gradient color. </div></div><div class=CToolTip id="tt30"><div class=CVariable>Name under which mxSwimlane is registered in mxCellRenderer. </div></div><div class=CToolTip id="tt31"><div class=CVariable>Constant for left horizontal alignment. </div></div><div class=CToolTip id="tt32"><div class=CVariable>Constant for center horizontal alignment. </div></div><div class=CToolTip id="tt33"><div class=CVariable>Constant for right horizontal alignment. </div></div><div class=CToolTip id="tt34"><div class=CVariable>Defines the key for the horizontal label position of vertices. </div></div><div class=CToolTip id="tt35"><div class=CVariable>Constant for top vertical alignment. </div></div><div class=CToolTip id="tt36"><div class=CVariable>Constant for middle vertical alignment. </div></div><div class=CToolTip id="tt37"><div class=CVariable>Constant for bottom vertical alignment. </div></div><div class=CToolTip id="tt38"><div class=CVariable>Defines the key for the vertical label position of vertices. </div></div><div class=CToolTip id="tt39"><div class=CVariable>Defines the key for the align style. </div></div><div class=CToolTip id="tt40"><div class=CVariable>Defines the key for the verticalAlign style. </div></div><div class=CToolTip id="tt41"><div class=CVariable>Name under which mxLabel is registered in mxCellRenderer. </div></div><div class=CToolTip id="tt42"><div class=CClass>Implements a shape based on a mxStencil.</div></div><div class=CToolTip id="tt43"><div class=CVariable>Defines the key for the end arrow marker. </div></div><div class=CToolTip id="tt44"><div class=CClass>Creates a new image export instance to be used with an export canvas. </div></div><div class=CToolTip id="tt45"><div class=CVariable>Defines the key for the shape. </div></div><div class=CToolTip id="tt46"><div class=CVariable>Constant for elbow horizontal. </div></div><div class=CToolTip id="tt47"><div class=CVariable>Constant for elbow vertical. </div></div><div class=CToolTip id="tt48"><div class=CVariable>Constant for bold fonts. </div></div><div class=CToolTip id="tt49"><div class=CVariable>Constant for italic fonts. </div></div><div class=CToolTip id="tt50"><div class=CVariable>Constant for underlined fonts. </div></div><div class=CToolTip id="tt51"><div class=CVariable>Constant for fonts with a shadow. </div></div><div class=CToolTip id="tt52"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isAutoSizeCell = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the size of the given cell should automatically be updated after a change of the label. </div></div><div class=CToolTip id="tt53"><div class=CVariable>Defines the key for the resizable style. </div></div><div class=CToolTip id="tt54"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isCellFoldable = function(</td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>collapse</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given cell is foldable. </div></div><div class=CToolTip id="tt55"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isCellEditable = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given cell is editable. </div></div><div class=CToolTip id="tt56"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isCellBendable = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given cell is bendable. </div></div><div class=CToolTip id="tt57"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isCellMovable = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given cell is moveable. </div></div><div class=CToolTip id="tt58"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isCellResizable = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given cell is resizable. </div></div><div class=CToolTip id="tt59"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isCellCloneable = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given cell is cloneable. </div></div><div class=CToolTip id="tt60"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxGraph.prototype.isCellDeletable = function(</td><td class=PParameter nowrap>cell</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given cell is moveable. </div></div><div class=CToolTip id="tt61"><div class=CClass>Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style.</div></div><!--END_ND_TOOLTIPS-->
<div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div>
<script language=JavaScript><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>