maxGraph/java/docs/com/mxgraph/util/mxConstants.html

4120 lines
145 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Wed Oct 28 14:57:13 GMT 2020 -->
<title>mxConstants (mxGraph 4.2.1 API Specification)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-10-28">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="mxConstants (mxGraph 4.2.1 API Specification)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/mxConstants.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><p><b>mxGraph 4.2.1</b></p></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">com.mxgraph.util</a></div>
<h2 title="Class mxConstants" class="title">Class mxConstants</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.mxgraph.util.mxConstants</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public class <span class="typeNameLabel">mxConstants</span>
extends java.lang.Object</pre>
<div class="block">Contains all global constants.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ABSOLUTE_LINE_HEIGHT">ABSOLUTE_LINE_HEIGHT</a></span></code></th>
<td class="colLast">
<div class="block">Specifies if absolute line heights should be used (px) in CSS.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ALIGN_BOTTOM">ALIGN_BOTTOM</a></span></code></th>
<td class="colLast">
<div class="block">ALIGN_BOTTOM</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ALIGN_CENTER">ALIGN_CENTER</a></span></code></th>
<td class="colLast">
<div class="block">ALIGN_CENTER</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ALIGN_LEFT">ALIGN_LEFT</a></span></code></th>
<td class="colLast">
<div class="block">ALIGN_LEFT</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ALIGN_MIDDLE">ALIGN_MIDDLE</a></span></code></th>
<td class="colLast">
<div class="block">ALIGN_MIDDLE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ALIGN_RIGHT">ALIGN_RIGHT</a></span></code></th>
<td class="colLast">
<div class="block">ALIGN_RIGHT</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ALIGN_TOP">ALIGN_TOP</a></span></code></th>
<td class="colLast">
<div class="block">ALIGN_TOP</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARROW_BLOCK">ARROW_BLOCK</a></span></code></th>
<td class="colLast">
<div class="block">ARROW_BLOCK</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARROW_CLASSIC">ARROW_CLASSIC</a></span></code></th>
<td class="colLast">
<div class="block">ARROW_CLASSIC</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARROW_DIAMOND">ARROW_DIAMOND</a></span></code></th>
<td class="colLast">
<div class="block">ARROW_OPEN</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARROW_OPEN">ARROW_OPEN</a></span></code></th>
<td class="colLast">
<div class="block">ARROW_OPEN</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARROW_OVAL">ARROW_OVAL</a></span></code></th>
<td class="colLast">
<div class="block">ARROW_BLOCK</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARROW_SIZE">ARROW_SIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the size of the arrowhead in the arrow shape.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARROW_SPACING">ARROW_SPACING</a></span></code></th>
<td class="colLast">
<div class="block">Defines the spacing between the arrow shape and its terminals.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ARROW_WIDTH">ARROW_WIDTH</a></span></code></th>
<td class="colLast">
<div class="block">Defines the width of the arrow shape.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#CONNECT_HANDLE_ENABLED">CONNECT_HANDLE_ENABLED</a></span></code></th>
<td class="colLast">
<div class="block">Defines the default value for the connect handle.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#CONNECT_HANDLE_SIZE">CONNECT_HANDLE_SIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the connect handle size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static float[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_DASHED_PATTERN">DEFAULT_DASHED_PATTERN</a></span></code></th>
<td class="colLast">
<div class="block">Specifies the default dash pattern, 3 pixels solid, 3 pixels clear.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_FONTFAMILIES">DEFAULT_FONTFAMILIES</a></span></code></th>
<td class="colLast">
<div class="block">Comma separated list of default fonts for CSS properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_FONTFAMILY">DEFAULT_FONTFAMILY</a></span></code></th>
<td class="colLast">
<div class="block">Defines the default font family.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_FONTSIZE">DEFAULT_FONTSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the default font size (in px).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_HOTSPOT">DEFAULT_HOTSPOT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the portion of the cell which is to be used as a connectable
region.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_IMAGESIZE">DEFAULT_IMAGESIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the default image size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_LABEL_BUFFER">DEFAULT_LABEL_BUFFER</a></span></code></th>
<td class="colLast">
<div class="block">Specifies the default distance at 1.0 scale that the label curve is
created from its base curve</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_MARKERSIZE">DEFAULT_MARKERSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the default marker size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_STARTSIZE">DEFAULT_STARTSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the default start size for swimlanes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEG_PER_RAD">DEG_PER_RAD</a></span></code></th>
<td class="colLast">
<div class="block">Defines the number of degrees per radian.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_EAST">DIRECTION_EAST</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_EAST</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_MASK_ALL">DIRECTION_MASK_ALL</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_MASK_EAST</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_MASK_EAST">DIRECTION_MASK_EAST</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_MASK_EAST</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_MASK_NONE">DIRECTION_MASK_NONE</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_MASK_NONE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_MASK_NORTH">DIRECTION_MASK_NORTH</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_MASK_NORTH</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_MASK_SOUTH">DIRECTION_MASK_SOUTH</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_MASK_SOUTH</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_MASK_WEST">DIRECTION_MASK_WEST</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_MASK_WEST</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_NORTH">DIRECTION_NORTH</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_NORTH</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_SOUTH">DIRECTION_SOUTH</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_SOUTH</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DIRECTION_WEST">DIRECTION_WEST</a></span></code></th>
<td class="colLast">
<div class="block">DIRECTION_WEST</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EDGESTYLE_ELBOW">EDGESTYLE_ELBOW</a></span></code></th>
<td class="colLast">
<div class="block">Name of the elbow edge style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EDGESTYLE_ENTITY_RELATION">EDGESTYLE_ENTITY_RELATION</a></span></code></th>
<td class="colLast">
<div class="block">Name of the entity relation edge style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EDGESTYLE_LOOP">EDGESTYLE_LOOP</a></span></code></th>
<td class="colLast">
<div class="block">Name of the loop edge style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EDGESTYLE_ORTHOGONAL">EDGESTYLE_ORTHOGONAL</a></span></code></th>
<td class="colLast">
<div class="block">Name of the orthogonal edge style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EDGESTYLE_SEGMENT">EDGESTYLE_SEGMENT</a></span></code></th>
<td class="colLast">
<div class="block">Name of the generic segment edge style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EDGESTYLE_SIDETOSIDE">EDGESTYLE_SIDETOSIDE</a></span></code></th>
<td class="colLast">
<div class="block">Name of the side to side edge style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EDGESTYLE_TOPTOBOTTOM">EDGESTYLE_TOPTOBOTTOM</a></span></code></th>
<td class="colLast">
<div class="block">Name of the top to bottom edge style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ELBOW_HORIZONTAL">ELBOW_HORIZONTAL</a></span></code></th>
<td class="colLast">
<div class="block">ELBOW_HORIZONTAL</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ELBOW_VERTICAL">ELBOW_VERTICAL</a></span></code></th>
<td class="colLast">
<div class="block">ELBOW_VERTICAL</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ENTITY_SEGMENT">ENTITY_SEGMENT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the length of the horizontal segment of an Entity Relation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FONT_BOLD">FONT_BOLD</a></span></code></th>
<td class="colLast">
<div class="block">FONT_BOLD</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FONT_ITALIC">FONT_ITALIC</a></span></code></th>
<td class="colLast">
<div class="block">FONT_ITALIC</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FONT_STRIKETHROUGH">FONT_STRIKETHROUGH</a></span></code></th>
<td class="colLast">
<div class="block">FONT_STRIKETHROUGH</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FONT_UNDERLINE">FONT_UNDERLINE</a></span></code></th>
<td class="colLast">
<div class="block">FONT_UNDERLINE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#HANDLE_SIZE">HANDLE_SIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the handle size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#LABEL_HANDLE_SIZE">LABEL_HANDLE_SIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the handle size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#LABEL_INSET">LABEL_INSET</a></span></code></th>
<td class="colLast">
<div class="block">Defines the inset in absolute pixels between the label bounding box and
the label text.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#LABEL_SCALE_BUFFER">LABEL_SCALE_BUFFER</a></span></code></th>
<td class="colLast">
<div class="block">Multiplier to the width that is passed into the word wrapping calculation
See mxUtils.wordWrap for details</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#LINE_ARCSIZE">LINE_ARCSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the size of the arcs for rounded edges.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static float</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#LINE_HEIGHT">LINE_HEIGHT</a></span></code></th>
<td class="colLast">
<div class="block">Default line height for text output.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#LINESPACING">LINESPACING</a></span></code></th>
<td class="colLast">
<div class="block">Specifies the line spacing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MAX_HOTSPOT_SIZE">MAX_HOTSPOT_SIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the maximum size in pixels of the portion of the cell which is
to be used as a connectable region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MIN_HOTSPOT_SIZE">MIN_HOTSPOT_SIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the minimum size in pixels of the portion of the cell which is
to be used as a connectable region.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MIN_SCALE_FOR_ROUNDED_LINES">MIN_SCALE_FOR_ROUNDED_LINES</a></span></code></th>
<td class="colLast">
<div class="block">Defines the minimum scale at which rounded polylines should be painted.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NONE">NONE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the value for none.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NS_SVG">NS_SVG</a></span></code></th>
<td class="colLast">
<div class="block">Defines the SVG namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NS_XHTML">NS_XHTML</a></span></code></th>
<td class="colLast">
<div class="block">Defines the XHTML namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NS_XLINK">NS_XLINK</a></span></code></th>
<td class="colLast">
<div class="block">Defines the XLink namespace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PERIMETER_ELLIPSE">PERIMETER_ELLIPSE</a></span></code></th>
<td class="colLast">
<div class="block">Name of the ellipse perimeter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PERIMETER_HEXAGON">PERIMETER_HEXAGON</a></span></code></th>
<td class="colLast">
<div class="block">Name of the hexagon perimeter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PERIMETER_RECTANGLE">PERIMETER_RECTANGLE</a></span></code></th>
<td class="colLast">
<div class="block">Name of the rectangle perimeter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PERIMETER_RHOMBUS">PERIMETER_RHOMBUS</a></span></code></th>
<td class="colLast">
<div class="block">Name of the rhombus perimeter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#PERIMETER_TRIANGLE">PERIMETER_TRIANGLE</a></span></code></th>
<td class="colLast">
<div class="block">Name of the triangle perimeter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RAD_PER_DEG">RAD_PER_DEG</a></span></code></th>
<td class="colLast">
<div class="block">Defines the number of radians per degree.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RECTANGLE_ROUNDING_FACTOR">RECTANGLE_ROUNDING_FACTOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the rounding factor for rounded rectangles in percent between
0 and 1.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHADOW_OFFSETX">SHADOW_OFFSETX</a></span></code></th>
<td class="colLast">
<div class="block">Defines the x-offset to be used for shadows.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHADOW_OFFSETY">SHADOW_OFFSETY</a></span></code></th>
<td class="colLast">
<div class="block">Defines the y-offset to be used for shadows.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_ACTOR">SHAPE_ACTOR</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_ACTOR</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_ARROW">SHAPE_ARROW</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_ARROW</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_CLOUD">SHAPE_CLOUD</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_CLOUD</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_CONNECTOR">SHAPE_CONNECTOR</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_CONNECTOR</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_CURVE">SHAPE_CURVE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_ARROW</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_CYLINDER">SHAPE_CYLINDER</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_CYLINDER</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_DOUBLE_ELLIPSE">SHAPE_DOUBLE_ELLIPSE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_DOUBLE_ELLIPSE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_DOUBLE_RECTANGLE">SHAPE_DOUBLE_RECTANGLE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_DOUBLE_RECTANGLE</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_ELLIPSE">SHAPE_ELLIPSE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_ELLIPSE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_HEXAGON">SHAPE_HEXAGON</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_HEXAGON</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_IMAGE">SHAPE_IMAGE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_IMAGE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_LABEL">SHAPE_LABEL</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_LABEL</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_LINE">SHAPE_LINE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_LINE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_RECTANGLE">SHAPE_RECTANGLE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_RECTANGLE</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_RHOMBUS">SHAPE_RHOMBUS</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_RHOMBUS</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_SWIMLANE">SHAPE_SWIMLANE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_SWIMLANE</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SHAPE_TRIANGLE">SHAPE_TRIANGLE</a></span></code></th>
<td class="colLast">
<div class="block">SHAPE_TRIANGLE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SPLIT_WORDS">SPLIT_WORDS</a></span></code></th>
<td class="colLast">
<div class="block">Whether or not to split whole words when applying word wrapping in mxUtils.wordWrap.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STENCIL_SHADOW_OPACITY">STENCIL_SHADOW_OPACITY</a></span></code></th>
<td class="colLast">
<div class="block">Defines the default opacity for stencils shadows.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STENCIL_SHADOWCOLOR">STENCIL_SHADOWCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the default shadow color for stencils.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ALIGN">STYLE_ALIGN</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the align style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ARCSIZE">STYLE_ARCSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the rounding factor for a rounded rectangle in percent (without
the percent sign).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_AUTOSIZE">STYLE_AUTOSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the autosize style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_BENDABLE">STYLE_BENDABLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the bendable style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_CLONEABLE">STYLE_CLONEABLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the cloneable style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_DASH_PATTERN">STYLE_DASH_PATTERN</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the dashed pattern style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_DASHED">STYLE_DASHED</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the dashed style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_DELETABLE">STYLE_DELETABLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the deletable style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_DIRECTION">STYLE_DIRECTION</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the direction style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_EDGE">STYLE_EDGE</a></span></code></th>
<td class="colLast">
<div class="block">Takes a function that creates points.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_EDITABLE">STYLE_EDITABLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the editable style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ELBOW">STYLE_ELBOW</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the elbow style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ENDARROW">STYLE_ENDARROW</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the endArrow style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ENDFILL">STYLE_ENDFILL</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the endFill style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ENDSIZE">STYLE_ENDSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the endSize style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ENTRY_PERIMETER">STYLE_ENTRY_PERIMETER</a></span></code></th>
<td class="colLast">
<div class="block">Defines if the perimeter should be used to find the exact entry point
along the perimeter of the target.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ENTRY_X">STYLE_ENTRY_X</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the horizontal relative coordinate connection point
of an edge with its target terminal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ENTRY_Y">STYLE_ENTRY_Y</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the vertical relative coordinate connection point
of an edge with its target terminal.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_EXIT_PERIMETER">STYLE_EXIT_PERIMETER</a></span></code></th>
<td class="colLast">
<div class="block">Defines if the perimeter should be used to find the exact entry point
along the perimeter of the source.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_EXIT_X">STYLE_EXIT_X</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the horizontal relative coordinate connection point
of an edge with its source terminal.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_EXIT_Y">STYLE_EXIT_Y</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the vertical relative coordinate connection point
of an edge with its source terminal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FILL_OPACITY">STYLE_FILL_OPACITY</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the fill opacity style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FILLCOLOR">STYLE_FILLCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the fillColor style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FLIPH">STYLE_FLIPH</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the horizontal image flip.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FLIPV">STYLE_FLIPV</a></span></code></th>
<td class="colLast">
<div class="block">Variable: STYLE_FLIPV
Defines the key for the vertical flip.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FOLDABLE">STYLE_FOLDABLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the foldable style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FONTCOLOR">STYLE_FONTCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the fontColor style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FONTFAMILY">STYLE_FONTFAMILY</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the fontFamily style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FONTSIZE">STYLE_FONTSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the fontSize style (in px).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_FONTSTYLE">STYLE_FONTSTYLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the fontStyle style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_GLASS">STYLE_GLASS</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the glass style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_GRADIENT_DIRECTION">STYLE_GRADIENT_DIRECTION</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the gradient direction.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_GRADIENTCOLOR">STYLE_GRADIENTCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the gradientColor style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_HORIZONTAL">STYLE_HORIZONTAL</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the horizontal style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE">STYLE_IMAGE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the image style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE_ALIGN">STYLE_IMAGE_ALIGN</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the align style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE_BACKGROUND">STYLE_IMAGE_BACKGROUND</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the image background color.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE_BORDER">STYLE_IMAGE_BORDER</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the image border color.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE_FLIPH">STYLE_IMAGE_FLIPH</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the horizontal image flip.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE_FLIPV">STYLE_IMAGE_FLIPV</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the vertical image flip.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE_HEIGHT">STYLE_IMAGE_HEIGHT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the imageHeight style The type of this value is
<code>int</code>, the value is the image height in pixels and must be
greater than 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE_VERTICAL_ALIGN">STYLE_IMAGE_VERTICAL_ALIGN</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the verticalAlign style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_IMAGE_WIDTH">STYLE_IMAGE_WIDTH</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the imageWidth style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_INDICATOR_COLOR">STYLE_INDICATOR_COLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the indicatorColor style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_INDICATOR_GRADIENTCOLOR">STYLE_INDICATOR_GRADIENTCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the indicatorGradientColor style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_INDICATOR_HEIGHT">STYLE_INDICATOR_HEIGHT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the indicatorHeight style (in px).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_INDICATOR_IMAGE">STYLE_INDICATOR_IMAGE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the indicatorImage style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_INDICATOR_SHAPE">STYLE_INDICATOR_SHAPE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the indicatorShape style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_INDICATOR_SPACING">STYLE_INDICATOR_SPACING</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the indicatorSpacing style (in px).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_INDICATOR_WIDTH">STYLE_INDICATOR_WIDTH</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the indicatorWidth style (in px).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_LABEL_BACKGROUNDCOLOR">STYLE_LABEL_BACKGROUNDCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the label background color.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_LABEL_BORDERCOLOR">STYLE_LABEL_BORDERCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the label border color.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_LABEL_POSITION">STYLE_LABEL_POSITION</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the horizontal label position of vertices.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_LOOP">STYLE_LOOP</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the loop style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_MOVABLE">STYLE_MOVABLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the movable style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_NOEDGESTYLE">STYLE_NOEDGESTYLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the noEdgeStyle style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_NOLABEL">STYLE_NOLABEL</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the noLabel style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_OPACITY">STYLE_OPACITY</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the opacity style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ORTHOGONAL">STYLE_ORTHOGONAL</a></span></code></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_OVERFLOW">STYLE_OVERFLOW</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the overflow style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_PERIMETER">STYLE_PERIMETER</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the perimeter style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_PERIMETER_SPACING">STYLE_PERIMETER_SPACING</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the perimeter spacing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_PORT_CONSTRAINT">STYLE_PORT_CONSTRAINT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the direction(s) that edges are allowed to connect to cells in.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_RESIZABLE">STYLE_RESIZABLE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the resizable style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ROTATION">STYLE_ROTATION</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the rotation style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ROUNDED">STYLE_ROUNDED</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the rounded style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ROUTING_CENTER_X">STYLE_ROUTING_CENTER_X</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the horizontal routing center.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_ROUTING_CENTER_Y">STYLE_ROUTING_CENTER_Y</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the vertical routing center.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SEGMENT">STYLE_SEGMENT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the segment style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SEPARATORCOLOR">STYLE_SEPARATORCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the separatorColor style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SHADOW">STYLE_SHADOW</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the shadow style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SHAPE">STYLE_SHAPE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the shape style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SOURCE_PERIMETER_SPACING">STYLE_SOURCE_PERIMETER_SPACING</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the source perimeter spacing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SOURCE_PORT">STYLE_SOURCE_PORT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the ID of the cell that should be used for computing the
perimeter point of the source for an edge.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SPACING">STYLE_SPACING</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the spacing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SPACING_BOTTOM">STYLE_SPACING_BOTTOM</a></span></code></th>
<td class="colLast">
<div class="block">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).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SPACING_LEFT">STYLE_SPACING_LEFT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the spacingLeft style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SPACING_RIGHT">STYLE_SPACING_RIGHT</a></span></code></th>
<td class="colLast">
<div class="block">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).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SPACING_TOP">STYLE_SPACING_TOP</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the spacingTop style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_STARTARROW">STYLE_STARTARROW</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the startArrow style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_STARTFILL">STYLE_STARTFILL</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the startFill style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_STARTSIZE">STYLE_STARTSIZE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the startSize style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_STENCIL_FLIPH">STYLE_STENCIL_FLIPH</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the horizontal stencil flip.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_STENCIL_FLIPV">STYLE_STENCIL_FLIPV</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the vertical stencil flip.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_STROKE_OPACITY">STYLE_STROKE_OPACITY</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the stroke opacity style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_STROKECOLOR">STYLE_STROKECOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the strokeColor style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_STROKEWIDTH">STYLE_STROKEWIDTH</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the strokeWidth style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SWIMLANE_FILLCOLOR">STYLE_SWIMLANE_FILLCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the fill color of the swimlane background.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_SWIMLANE_LINE">STYLE_SWIMLANE_LINE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the swimlaneLine style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_TARGET_PERIMETER_SPACING">STYLE_TARGET_PERIMETER_SPACING</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the target perimeter spacing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_TARGET_PORT">STYLE_TARGET_PORT</a></span></code></th>
<td class="colLast">
<div class="block">Defines the ID of the cell that should be used for computing the
perimeter point of the target for an edge.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_TEXT_OPACITY">STYLE_TEXT_OPACITY</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the text opacity style.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_VERTICAL_ALIGN">STYLE_VERTICAL_ALIGN</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the verticalAlign style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_VERTICAL_LABEL_POSITION">STYLE_VERTICAL_LABEL_POSITION</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the vertical label position of vertices.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STYLE_WHITE_SPACE">STYLE_WHITE_SPACE</a></span></code></th>
<td class="colLast">
<div class="block">Defines the key for the white-space style.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#SVG_SHADOWTRANSFORM">SVG_SHADOWTRANSFORM</a></span></code></th>
<td class="colLast">
<div class="block">Defines the transformation used to draw shadows in SVG.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#W3C_SHADOWCOLOR">W3C_SHADOWCOLOR</a></span></code></th>
<td class="colLast">
<div class="block">Defines the color to be used to draw shadows in W3C standards.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">mxConstants</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="RAD_PER_DEG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RAD_PER_DEG</h4>
<pre>public static&nbsp;double RAD_PER_DEG</pre>
<div class="block">Defines the number of radians per degree.</div>
</li>
</ul>
<a id="DEG_PER_RAD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEG_PER_RAD</h4>
<pre>public static&nbsp;double DEG_PER_RAD</pre>
<div class="block">Defines the number of degrees per radian.</div>
</li>
</ul>
<a id="MIN_SCALE_FOR_ROUNDED_LINES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MIN_SCALE_FOR_ROUNDED_LINES</h4>
<pre>public static&nbsp;double MIN_SCALE_FOR_ROUNDED_LINES</pre>
<div class="block">Defines the minimum scale at which rounded polylines should be painted.
Default is 0.05.</div>
</li>
</ul>
<a id="DEFAULT_HOTSPOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_HOTSPOT</h4>
<pre>public static&nbsp;double DEFAULT_HOTSPOT</pre>
<div class="block">Defines the portion of the cell which is to be used as a connectable
region. Default is 0.3.</div>
</li>
</ul>
<a id="MIN_HOTSPOT_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MIN_HOTSPOT_SIZE</h4>
<pre>public static&nbsp;int MIN_HOTSPOT_SIZE</pre>
<div class="block">Defines the minimum size in pixels of the portion of the cell which is
to be used as a connectable region. Default is 8.</div>
</li>
</ul>
<a id="MAX_HOTSPOT_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_HOTSPOT_SIZE</h4>
<pre>public static&nbsp;int MAX_HOTSPOT_SIZE</pre>
<div class="block">Defines the maximum size in pixels of the portion of the cell which is
to be used as a connectable region. Use 0 for no maximum. Default is 0.</div>
</li>
</ul>
<a id="NS_SVG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NS_SVG</h4>
<pre>public static&nbsp;java.lang.String NS_SVG</pre>
<div class="block">Defines the SVG namespace.</div>
</li>
</ul>
<a id="NS_XHTML">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NS_XHTML</h4>
<pre>public static&nbsp;java.lang.String NS_XHTML</pre>
<div class="block">Defines the XHTML namespace.</div>
</li>
</ul>
<a id="NS_XLINK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NS_XLINK</h4>
<pre>public static&nbsp;java.lang.String NS_XLINK</pre>
<div class="block">Defines the XLink namespace.</div>
</li>
</ul>
<a id="DEFAULT_FONTFAMILIES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_FONTFAMILIES</h4>
<pre>public static&nbsp;java.lang.String DEFAULT_FONTFAMILIES</pre>
<div class="block">Comma separated list of default fonts for CSS properties.
And the default font family value for new image export.
Default is Arial, Helvetica.</div>
</li>
</ul>
<a id="DEFAULT_FONTFAMILY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_FONTFAMILY</h4>
<pre>public static&nbsp;java.lang.String DEFAULT_FONTFAMILY</pre>
<div class="block">Defines the default font family. Default is "Dialog". (To be replaced
with Font.DIALOG after EOL of Java 1.5.)</div>
</li>
</ul>
<a id="DEFAULT_FONTSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_FONTSIZE</h4>
<pre>public static&nbsp;int DEFAULT_FONTSIZE</pre>
<div class="block">Defines the default font size (in px). Default is 11.</div>
</li>
</ul>
<a id="DEFAULT_STARTSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_STARTSIZE</h4>
<pre>public static&nbsp;int DEFAULT_STARTSIZE</pre>
<div class="block">Defines the default start size for swimlanes. Default is 40.</div>
</li>
</ul>
<a id="LINE_HEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LINE_HEIGHT</h4>
<pre>public static&nbsp;float LINE_HEIGHT</pre>
<div class="block">Default line height for text output. Default is 1.2. This is ignored for HTML in
the current version of Java. See
http://docs.oracle.com/javase/6/docs/api/index.html?javax/swing/text/html/CSS.html</div>
</li>
</ul>
<a id="ABSOLUTE_LINE_HEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ABSOLUTE_LINE_HEIGHT</h4>
<pre>public static&nbsp;boolean ABSOLUTE_LINE_HEIGHT</pre>
<div class="block">Specifies if absolute line heights should be used (px) in CSS. Default
is false. Set this to true for backwards compatibility.</div>
</li>
</ul>
<a id="LINESPACING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LINESPACING</h4>
<pre>public static&nbsp;int LINESPACING</pre>
<div class="block">Specifies the line spacing. Default is 0.</div>
</li>
</ul>
<a id="SPLIT_WORDS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPLIT_WORDS</h4>
<pre>public static&nbsp;boolean SPLIT_WORDS</pre>
<div class="block">Whether or not to split whole words when applying word wrapping in mxUtils.wordWrap.</div>
</li>
</ul>
<a id="LABEL_INSET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LABEL_INSET</h4>
<pre>public static&nbsp;int LABEL_INSET</pre>
<div class="block">Defines the inset in absolute pixels between the label bounding box and
the label text. Default is 3.</div>
</li>
</ul>
<a id="LABEL_SCALE_BUFFER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LABEL_SCALE_BUFFER</h4>
<pre>public static&nbsp;double LABEL_SCALE_BUFFER</pre>
<div class="block">Multiplier to the width that is passed into the word wrapping calculation
See mxUtils.wordWrap for details</div>
</li>
</ul>
<a id="DEFAULT_MARKERSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_MARKERSIZE</h4>
<pre>public static&nbsp;int DEFAULT_MARKERSIZE</pre>
<div class="block">Defines the default marker size. Default is 6.</div>
</li>
</ul>
<a id="DEFAULT_IMAGESIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_IMAGESIZE</h4>
<pre>public static&nbsp;int DEFAULT_IMAGESIZE</pre>
<div class="block">Defines the default image size. Default is 24.</div>
</li>
</ul>
<a id="STENCIL_SHADOW_OPACITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STENCIL_SHADOW_OPACITY</h4>
<pre>public static&nbsp;int STENCIL_SHADOW_OPACITY</pre>
<div class="block">Defines the default opacity for stencils shadows. Default is 1.</div>
</li>
</ul>
<a id="STENCIL_SHADOWCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STENCIL_SHADOWCOLOR</h4>
<pre>public static&nbsp;java.lang.String STENCIL_SHADOWCOLOR</pre>
<div class="block">Defines the default shadow color for stencils. Default is "gray".</div>
</li>
</ul>
<a id="SHADOW_OFFSETX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHADOW_OFFSETX</h4>
<pre>public static&nbsp;int SHADOW_OFFSETX</pre>
<div class="block">Defines the x-offset to be used for shadows. Default is 2.</div>
</li>
</ul>
<a id="SHADOW_OFFSETY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHADOW_OFFSETY</h4>
<pre>public static&nbsp;int SHADOW_OFFSETY</pre>
<div class="block">Defines the y-offset to be used for shadows. Default is 3.</div>
</li>
</ul>
<a id="W3C_SHADOWCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>W3C_SHADOWCOLOR</h4>
<pre>public static&nbsp;java.lang.String W3C_SHADOWCOLOR</pre>
<div class="block">Defines the color to be used to draw shadows in W3C standards. Default
is gray.</div>
</li>
</ul>
<a id="SVG_SHADOWTRANSFORM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SVG_SHADOWTRANSFORM</h4>
<pre>public static&nbsp;java.lang.String SVG_SHADOWTRANSFORM</pre>
<div class="block">Defines the transformation used to draw shadows in SVG.</div>
</li>
</ul>
<a id="DEFAULT_DASHED_PATTERN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_DASHED_PATTERN</h4>
<pre>public static&nbsp;float[] DEFAULT_DASHED_PATTERN</pre>
<div class="block">Specifies the default dash pattern, 3 pixels solid, 3 pixels clear.</div>
</li>
</ul>
<a id="DEFAULT_LABEL_BUFFER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_LABEL_BUFFER</h4>
<pre>public static&nbsp;double DEFAULT_LABEL_BUFFER</pre>
<div class="block">Specifies the default distance at 1.0 scale that the label curve is
created from its base curve</div>
</li>
</ul>
<a id="HANDLE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HANDLE_SIZE</h4>
<pre>public static&nbsp;int HANDLE_SIZE</pre>
<div class="block">Defines the handle size. Default is 7.</div>
</li>
</ul>
<a id="LABEL_HANDLE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LABEL_HANDLE_SIZE</h4>
<pre>public static&nbsp;int LABEL_HANDLE_SIZE</pre>
<div class="block">Defines the handle size. Default is 4.</div>
</li>
</ul>
<a id="CONNECT_HANDLE_ENABLED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONNECT_HANDLE_ENABLED</h4>
<pre>public static&nbsp;boolean CONNECT_HANDLE_ENABLED</pre>
<div class="block">Defines the default value for the connect handle. Default is false.</div>
</li>
</ul>
<a id="CONNECT_HANDLE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONNECT_HANDLE_SIZE</h4>
<pre>public static&nbsp;int CONNECT_HANDLE_SIZE</pre>
<div class="block">Defines the connect handle size. Default is 8.</div>
</li>
</ul>
<a id="ENTITY_SEGMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENTITY_SEGMENT</h4>
<pre>public static&nbsp;int ENTITY_SEGMENT</pre>
<div class="block">Defines the length of the horizontal segment of an Entity Relation.
This can be overridden using mxConstants.STYLE_SEGMENT style.
Default is 30.</div>
</li>
</ul>
<a id="RECTANGLE_ROUNDING_FACTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RECTANGLE_ROUNDING_FACTOR</h4>
<pre>public static&nbsp;double RECTANGLE_ROUNDING_FACTOR</pre>
<div class="block">Defines the rounding factor for rounded rectangles in percent between
0 and 1. Values should be smaller than 0.5. Default is 0.15.</div>
</li>
</ul>
<a id="LINE_ARCSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LINE_ARCSIZE</h4>
<pre>public static&nbsp;double LINE_ARCSIZE</pre>
<div class="block">Defines the size of the arcs for rounded edges. Default is 10.</div>
</li>
</ul>
<a id="ARROW_SPACING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARROW_SPACING</h4>
<pre>public static&nbsp;int ARROW_SPACING</pre>
<div class="block">Defines the spacing between the arrow shape and its terminals. Default
is 10.</div>
</li>
</ul>
<a id="ARROW_WIDTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARROW_WIDTH</h4>
<pre>public static&nbsp;int ARROW_WIDTH</pre>
<div class="block">Defines the width of the arrow shape. Default is 30.</div>
</li>
</ul>
<a id="ARROW_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARROW_SIZE</h4>
<pre>public static&nbsp;int ARROW_SIZE</pre>
<div class="block">Defines the size of the arrowhead in the arrow shape. Default is 30.</div>
</li>
</ul>
<a id="NONE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NONE</h4>
<pre>public static&nbsp;java.lang.String NONE</pre>
<div class="block">Defines the value for none. Default is "none".</div>
</li>
</ul>
<a id="STYLE_PERIMETER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_PERIMETER</h4>
<pre>public static&nbsp;java.lang.String STYLE_PERIMETER</pre>
<div class="block">Defines the key for the perimeter style.
This is a function that defines the perimeter around a particular shape.
Possible values are the functions defined in mxPerimeter that use the
<code>mxPerimeterFunction</code> interface. Alternatively, the constants
in this class that start with <code>PERIMETER_</code> may be used to
access perimeter styles in <code>mxStyleRegistry</code>.</div>
</li>
</ul>
<a id="STYLE_SOURCE_PORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SOURCE_PORT</h4>
<pre>public static&nbsp;java.lang.String STYLE_SOURCE_PORT</pre>
<div class="block">Defines the ID of the cell that should be used for computing the
perimeter point of the source for an edge. This allows for graphically
connecting to a cell while keeping the actual terminal of the edge.</div>
</li>
</ul>
<a id="STYLE_TARGET_PORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_TARGET_PORT</h4>
<pre>public static&nbsp;java.lang.String STYLE_TARGET_PORT</pre>
<div class="block">Defines the ID of the cell that should be used for computing the
perimeter point of the target for an edge. This allows for graphically
connecting to a cell while keeping the actual terminal of the edge.</div>
</li>
</ul>
<a id="STYLE_PORT_CONSTRAINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_PORT_CONSTRAINT</h4>
<pre>public static&nbsp;java.lang.String STYLE_PORT_CONSTRAINT</pre>
<div class="block">Defines the direction(s) that edges are allowed to connect to cells in.
Possible values are <code>DIRECTION_NORTH, DIRECTION_SOUTH,
DIRECTION_EAST</code> and <code>DIRECTION_WEST</code>.</div>
</li>
</ul>
<a id="STYLE_OPACITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_OPACITY</h4>
<pre>public static&nbsp;java.lang.String STYLE_OPACITY</pre>
<div class="block">Defines the key for the opacity style. The type of the value is
<code>float</code> and the possible range is 0-100.</div>
</li>
</ul>
<a id="STYLE_FILL_OPACITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FILL_OPACITY</h4>
<pre>public static&nbsp;java.lang.String STYLE_FILL_OPACITY</pre>
<div class="block">Defines the key for the fill opacity style. The type of the value is
<code>float</code> and the possible range is 0-100.</div>
</li>
</ul>
<a id="STYLE_STROKE_OPACITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_STROKE_OPACITY</h4>
<pre>public static&nbsp;java.lang.String STYLE_STROKE_OPACITY</pre>
<div class="block">Defines the key for the stroke opacity style. The type of the value is
<code>float</code> and the possible range is 0-100.</div>
</li>
</ul>
<a id="STYLE_TEXT_OPACITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_TEXT_OPACITY</h4>
<pre>public static&nbsp;java.lang.String STYLE_TEXT_OPACITY</pre>
<div class="block">Defines the key for the text opacity style. The type of the value is
<code>float</code> and the possible range is 0-100.</div>
</li>
</ul>
<a id="STYLE_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_OVERFLOW</h4>
<pre>public static&nbsp;java.lang.String STYLE_OVERFLOW</pre>
<div class="block">Defines the key for the overflow style. Possible values are "visible",
"hidden" and "fill". The default value is "visible". This value
specifies how overlapping vertex labels are handles. A value of
"visible" will show the complete label. A value of "hidden" will clip
the label so that it does not overlap the vertex bounds. A value of
"fill" will use the vertex bounds for the label.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../view/mxGraph.html#isLabelClipped(java.lang.Object)"><code>mxGraph.isLabelClipped(Object)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_ORTHOGONAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ORTHOGONAL</h4>
<pre>public static&nbsp;java.lang.String STYLE_ORTHOGONAL</pre>
<div class="block">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. Default is false. This is
used in mxGraph.isOrthogonal, which also returns true if the edgeStyle
of the edge is an elbow or entity.</div>
</li>
</ul>
<a id="STYLE_EXIT_X">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_EXIT_X</h4>
<pre>public static&nbsp;java.lang.String STYLE_EXIT_X</pre>
<div class="block">Defines the key for the horizontal relative coordinate connection point
of an edge with its source terminal.</div>
</li>
</ul>
<a id="STYLE_EXIT_Y">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_EXIT_Y</h4>
<pre>public static&nbsp;java.lang.String STYLE_EXIT_Y</pre>
<div class="block">Defines the key for the vertical relative coordinate connection point
of an edge with its source terminal.</div>
</li>
</ul>
<a id="STYLE_EXIT_PERIMETER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_EXIT_PERIMETER</h4>
<pre>public static&nbsp;java.lang.String STYLE_EXIT_PERIMETER</pre>
<div class="block">Defines if the perimeter should be used to find the exact entry point
along the perimeter of the source. Possible values are 0 (false) and
1 (true). Default is 1 (true).</div>
</li>
</ul>
<a id="STYLE_ENTRY_X">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ENTRY_X</h4>
<pre>public static&nbsp;java.lang.String STYLE_ENTRY_X</pre>
<div class="block">Defines the key for the horizontal relative coordinate connection point
of an edge with its target terminal.</div>
</li>
</ul>
<a id="STYLE_ENTRY_Y">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ENTRY_Y</h4>
<pre>public static&nbsp;java.lang.String STYLE_ENTRY_Y</pre>
<div class="block">Defines the key for the vertical relative coordinate connection point
of an edge with its target terminal.</div>
</li>
</ul>
<a id="STYLE_ENTRY_PERIMETER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ENTRY_PERIMETER</h4>
<pre>public static&nbsp;java.lang.String STYLE_ENTRY_PERIMETER</pre>
<div class="block">Defines if the perimeter should be used to find the exact entry point
along the perimeter of the target. Possible values are 0 (false) and
1 (true). Default is 1 (true).</div>
</li>
</ul>
<a id="STYLE_WHITE_SPACE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_WHITE_SPACE</h4>
<pre>public static&nbsp;java.lang.String STYLE_WHITE_SPACE</pre>
<div class="block">Defines the key for the white-space style. Possible values are "nowrap"
and "wrap". The default value is "nowrap". This value specifies how
white-space inside a HTML vertex label should be handled. A value of
"nowrap" means the text will never wrap to the next line until a
linefeed is encountered. A value of "wrap" means text will wrap when
necessary.</div>
</li>
</ul>
<a id="STYLE_ROTATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ROTATION</h4>
<pre>public static&nbsp;java.lang.String STYLE_ROTATION</pre>
<div class="block">Defines the key for the rotation style. The type of the value is
<code>double</code> and the possible range is 0-360.</div>
</li>
</ul>
<a id="STYLE_SWIMLANE_FILLCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SWIMLANE_FILLCOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_SWIMLANE_FILLCOLOR</pre>
<div class="block">Defines the key for the fill color of the swimlane background.
The value is a string expression supported by mxUtils.parseColor.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_FILLCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FILLCOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_FILLCOLOR</pre>
<div class="block">Defines the key for the fillColor style. The value is a string
expression supported by mxUtils.parseColor.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_GRADIENTCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_GRADIENTCOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_GRADIENTCOLOR</pre>
<div class="block">Defines the key for the gradientColor style. The value is a string
expression supported by mxUtils.parseColor. This is ignored if no fill
color is defined.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_GRADIENT_DIRECTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_GRADIENT_DIRECTION</h4>
<pre>public static&nbsp;java.lang.String STYLE_GRADIENT_DIRECTION</pre>
<div class="block">Defines the key for the gradient direction. Possible values are
<code>DIRECTION_EAST</code>, <code>DIRECTION_WEST</code>,
<code>DIRECTION_NORTH</code> and <code>DIRECTION_SOUTH</code>. Default
is <code>DIRECTION_SOUTH</code>. Generally, and by default in mxGraph,
gradient painting is done from the value of <code>STYLE_FILLCOLOR</code>
to the value of <code>STYLE_GRADIENTCOLOR</code>. Taking the example of
<code>DIRECTION_NORTH</code>, this means <code>STYLE_FILLCOLOR</code>
color at the bottom of paint pattern and
<code>STYLE_GRADIENTCOLOR</code> at top, with a gradient in-between.</div>
</li>
</ul>
<a id="STYLE_STROKECOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_STROKECOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_STROKECOLOR</pre>
<div class="block">Defines the key for the strokeColor style. The value is a string
expression supported by mxUtils.parseColor.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_SEPARATORCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SEPARATORCOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_SEPARATORCOLOR</pre>
<div class="block">Defines the key for the separatorColor style. The value is a string
expression supported by mxUtils.parseColor. This style is only used
for SHAPE_SWIMLANE shapes.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_STROKEWIDTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_STROKEWIDTH</h4>
<pre>public static&nbsp;java.lang.String STYLE_STROKEWIDTH</pre>
<div class="block">Defines the key for the strokeWidth style. The type of the value is
<code>float</code> and the possible range is any non-negative value.
The value reflects the stroke width in pixels.</div>
</li>
</ul>
<a id="STYLE_ALIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ALIGN</h4>
<pre>public static&nbsp;java.lang.String STYLE_ALIGN</pre>
<div class="block">Defines the key for the align style. Possible values are
<code>ALIGN_LEFT</code>, <code>ALIGN_CENTER</code> and
<code>ALIGN_RIGHT</code>. This value defines how the lines of the label
are horizontally aligned. <code>ALIGN_LEFT</code> mean label text lines
are aligned to left of the label bounds, <code>ALIGN_RIGHT</code> to the
right of the label bounds and <code>ALIGN_CENTER</code> means the
center of the text lines are aligned in the center of the label bounds.
Note this value doesn't affect the positioning of the overall label
bounds relative to the vertex, to move the label bounds horizontally, use
<code>STYLE_LABEL_POSITION</code>.</div>
</li>
</ul>
<a id="STYLE_VERTICAL_ALIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_VERTICAL_ALIGN</h4>
<pre>public static&nbsp;java.lang.String STYLE_VERTICAL_ALIGN</pre>
<div class="block">Defines the key for the verticalAlign style. Possible values are
<code>ALIGN_TOP</code>, <code>ALIGN_MIDDLE</code> and
<code>ALIGN_BOTTOM</code>. This value defines how the lines of the label
are vertically aligned. <code>ALIGN_TOP</code> means the topmost label
text line is aligned against the top of the label bounds,
<code>ALIGN_BOTTOM</code> means the bottom-most label text line is
aligned against the bottom of the label bounds and
<code>ALIGN_MIDDLE</code> 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. Note
this value doesn't affect the positioning of the overall label bounds
relative to the vertex, to move the label bounds vertically, use
<code>STYLE_VERTICAL_LABEL_POSITION</code>.</div>
</li>
</ul>
<a id="STYLE_LABEL_POSITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_LABEL_POSITION</h4>
<pre>public static&nbsp;java.lang.String STYLE_LABEL_POSITION</pre>
<div class="block">Defines the key for the horizontal label position of vertices. Possible
values are <code>ALIGN_LEFT</code>, <code>ALIGN_CENTER</code> and
<code>ALIGN_RIGHT</code>. Default is <code>ALIGN_CENTER</code>. The
label align defines the position of the label relative to the cell.
<code>ALIGN_LEFT</code> means the entire label bounds is placed
completely just to the left of the vertex, <code>ALIGN_RIGHT</code>
means adjust to the right and <code>ALIGN_CENTER</code> means the label
bounds are vertically aligned with the bounds of the vertex. Note this
value doesn't affect the positioning of label within the label bounds,
to move the label horizontally within the label bounds, use
<code>STYLE_ALIGN</code>.</div>
</li>
</ul>
<a id="STYLE_VERTICAL_LABEL_POSITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_VERTICAL_LABEL_POSITION</h4>
<pre>public static&nbsp;java.lang.String STYLE_VERTICAL_LABEL_POSITION</pre>
<div class="block">Defines the key for the vertical label position of vertices. Possible
values are <code>ALIGN_TOP</code>, <code>ALIGN_BOTTOM</code> and
<code>ALIGN_MIDDLE</code>. Default is <code>ALIGN_MIDDLE</code>. The
label align defines the position of the label relative to the cell.
<code>ALIGN_TOP</code> means the entire label bounds is placed
completely just on the top of the vertex, <code>ALIGN_BOTTOM</code>
means adjust on the bottom and <code>ALIGN_MIDDLE</code> means the label
bounds are horizontally aligned with the bounds of the vertex. Note
this value doesn't affect the positioning of label within the label
bounds, to move the label vertically within the label bounds, use
<code>STYLE_VERTICAL_ALIGN</code>.</div>
</li>
</ul>
<a id="STYLE_IMAGE_ALIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE_ALIGN</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE_ALIGN</pre>
<div class="block">Defines the key for the align style. Possible values are
<code>ALIGN_LEFT</code>, <code>ALIGN_CENTER</code> and
<code>ALIGN_RIGHT</code>. The value defines how any image in the vertex
label is aligned horizontally within the label bounds of a SHAPE_LABEL
shape.</div>
</li>
</ul>
<a id="STYLE_IMAGE_VERTICAL_ALIGN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE_VERTICAL_ALIGN</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE_VERTICAL_ALIGN</pre>
<div class="block">Defines the key for the verticalAlign style. Possible values are
<code>ALIGN_TOP</code>, <code>ALIGN_MIDDLE</code> and
<code>ALIGN_BOTTOM</code>. The value defines how any image in the vertex
label is aligned vertically within the label bounds of a SHAPE_LABEL
shape.</div>
</li>
</ul>
<a id="STYLE_GLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_GLASS</h4>
<pre>public static&nbsp;java.lang.String STYLE_GLASS</pre>
<div class="block">Defines the key for the glass style. Possible values are 0 (disabled) and
1(enabled). The default value is 0. This is used in mxLabel.</div>
</li>
</ul>
<a id="STYLE_IMAGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE</pre>
<div class="block">Defines the key for the image style. Possible values are any image URL,
registered key in mxImageResources or short data URI as defined in
mxImageBundle.
The type of the value is <code>String</code>. This is the path to the
image to image that is to be displayed within the label of a vertex. See
mxGraphics2DCanvas.getImageForStyle, loadImage and setImageBasePath on
how the image URL is resolved. Finally, mxUtils.loadImage is used for
loading the image for a given value.</div>
</li>
</ul>
<a id="STYLE_IMAGE_WIDTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE_WIDTH</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE_WIDTH</pre>
<div class="block">Defines the key for the imageWidth style. The type of this value is
<code>int</code>, the value is the image width in pixels and must be
greated than 0.</div>
</li>
</ul>
<a id="STYLE_IMAGE_HEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE_HEIGHT</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE_HEIGHT</pre>
<div class="block">Defines the key for the imageHeight style The type of this value is
<code>int</code>, the value is the image height in pixels and must be
greater than 0.</div>
</li>
</ul>
<a id="STYLE_IMAGE_BACKGROUND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE_BACKGROUND</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE_BACKGROUND</pre>
<div class="block">Defines the key for the image background color. This style is only used
for image shapes. Possible values are all HTML color names or HEX codes.</div>
</li>
</ul>
<a id="STYLE_IMAGE_BORDER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE_BORDER</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE_BORDER</pre>
<div class="block">Defines the key for the image border color. This style is only used for
image shapes. Possible values are all HTML color names or HEX codes.</div>
</li>
</ul>
<a id="STYLE_IMAGE_FLIPH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE_FLIPH</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE_FLIPH</pre>
<div class="block">Defines the key for the horizontal image flip. This style is only used
in mxImageShape. Possible values are 0 and 1. Default is 0.</div>
</li>
</ul>
<a id="STYLE_IMAGE_FLIPV">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_IMAGE_FLIPV</h4>
<pre>public static&nbsp;java.lang.String STYLE_IMAGE_FLIPV</pre>
<div class="block">Defines the key for the vertical image flip. This style is only used
in mxImageShape. Possible values are 0 and 1. Default is 0.</div>
</li>
</ul>
<a id="STYLE_STENCIL_FLIPH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_STENCIL_FLIPH</h4>
<pre>public static&nbsp;java.lang.String STYLE_STENCIL_FLIPH</pre>
<div class="block">Defines the key for the horizontal stencil flip. This style is only used
for <mxStencilShape>. Possible values are 0 and 1. Default is 0.</div>
</li>
</ul>
<a id="STYLE_STENCIL_FLIPV">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_STENCIL_FLIPV</h4>
<pre>public static&nbsp;java.lang.String STYLE_STENCIL_FLIPV</pre>
<div class="block">Defines the key for the vertical stencil flip. This style is only used
for <mxStencilShape>. Possible values are 0 and 1. Default is 0.</div>
</li>
</ul>
<a id="STYLE_FLIPH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FLIPH</h4>
<pre>public static&nbsp;java.lang.String STYLE_FLIPH</pre>
<div class="block">Defines the key for the horizontal image flip. This style is only used
in <mxImageShape>. Possible values are 0 and 1. Default is 0.</div>
</li>
</ul>
<a id="STYLE_FLIPV">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FLIPV</h4>
<pre>public static&nbsp;java.lang.String STYLE_FLIPV</pre>
<div class="block">Variable: STYLE_FLIPV
Defines the key for the vertical flip. Possible values are 0 and 1.
Default is 0.</div>
</li>
</ul>
<a id="STYLE_NOLABEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_NOLABEL</h4>
<pre>public static&nbsp;java.lang.String STYLE_NOLABEL</pre>
<div class="block">Defines the key for the noLabel style. If this is
true then no label is visible for a given cell.
Possible values are true or false (1 or 0).
Default is false.</div>
</li>
</ul>
<a id="STYLE_NOEDGESTYLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_NOEDGESTYLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_NOEDGESTYLE</pre>
<div class="block">Defines the key for the noEdgeStyle style. If this is
true then no edge style is applied for a given edge.
Possible values are true or false (1 or 0).
Default is false.</div>
</li>
</ul>
<a id="STYLE_LABEL_BACKGROUNDCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_LABEL_BACKGROUNDCOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_LABEL_BACKGROUNDCOLOR</pre>
<div class="block">Defines the key for the label background color. The value is a string
expression supported by mxUtils.parseColor.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_LABEL_BORDERCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_LABEL_BORDERCOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_LABEL_BORDERCOLOR</pre>
<div class="block">Defines the key for the label border color. The value is a string
expression supported by mxUtils.parseColor.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_INDICATOR_SHAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_INDICATOR_SHAPE</h4>
<pre>public static&nbsp;java.lang.String STYLE_INDICATOR_SHAPE</pre>
<div class="block">Defines the key for the indicatorShape style.
Possible values are any of the SHAPE_*
constants.</div>
</li>
</ul>
<a id="STYLE_INDICATOR_IMAGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_INDICATOR_IMAGE</h4>
<pre>public static&nbsp;java.lang.String STYLE_INDICATOR_IMAGE</pre>
<div class="block">Defines the key for the indicatorImage style.
Possible values are any image URL, the type of the value is
<code>String</code>.</div>
</li>
</ul>
<a id="STYLE_INDICATOR_COLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_INDICATOR_COLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_INDICATOR_COLOR</pre>
<div class="block">Defines the key for the indicatorColor style. The value is a string
expression supported by mxUtils.parseColor.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_INDICATOR_GRADIENTCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_INDICATOR_GRADIENTCOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_INDICATOR_GRADIENTCOLOR</pre>
<div class="block">Defines the key for the indicatorGradientColor style. The value is a
string expression supported by mxUtils.parseColor. This style is only
supported in SHAPE_LABEL shapes.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_INDICATOR_SPACING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_INDICATOR_SPACING</h4>
<pre>public static&nbsp;java.lang.String STYLE_INDICATOR_SPACING</pre>
<div class="block">Defines the key for the indicatorSpacing style (in px).</div>
</li>
</ul>
<a id="STYLE_INDICATOR_WIDTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_INDICATOR_WIDTH</h4>
<pre>public static&nbsp;java.lang.String STYLE_INDICATOR_WIDTH</pre>
<div class="block">Defines the key for the indicatorWidth style (in px).</div>
</li>
</ul>
<a id="STYLE_INDICATOR_HEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_INDICATOR_HEIGHT</h4>
<pre>public static&nbsp;java.lang.String STYLE_INDICATOR_HEIGHT</pre>
<div class="block">Defines the key for the indicatorHeight style (in px).</div>
</li>
</ul>
<a id="STYLE_SHADOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SHADOW</h4>
<pre>public static&nbsp;java.lang.String STYLE_SHADOW</pre>
<div class="block">Defines the key for the shadow style. The type of the value is
<code>boolean</code>. This style applies to vertices and arrow style
edges.</div>
</li>
</ul>
<a id="STYLE_SEGMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SEGMENT</h4>
<pre>public static&nbsp;java.lang.String STYLE_SEGMENT</pre>
<div class="block">Defines the key for the segment style. The type of this value is
<code>float</code> and the value represents the size of the horizontal
segment of the entity relation style. Default is ENTITY_SEGMENT.</div>
</li>
</ul>
<a id="STYLE_ENDARROW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ENDARROW</h4>
<pre>public static&nbsp;java.lang.String STYLE_ENDARROW</pre>
<div class="block">Defines the key for the endArrow style.
Possible values are all constants in this
class that start with ARROW_. This style is
supported in the <code>mxConnector</code> shape.</div>
</li>
</ul>
<a id="STYLE_STARTARROW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_STARTARROW</h4>
<pre>public static&nbsp;java.lang.String STYLE_STARTARROW</pre>
<div class="block">Defines the key for the startArrow style.
Possible values are all constants in this
class that start with ARROW_.
See STYLE_ENDARROW.
This style is supported in the mxConnector shape.</div>
</li>
</ul>
<a id="STYLE_ENDSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ENDSIZE</h4>
<pre>public static&nbsp;java.lang.String STYLE_ENDSIZE</pre>
<div class="block">Defines the key for the endSize style. The type of this value is
<code>float</code> and the value represents the size of the end
marker in pixels.</div>
</li>
</ul>
<a id="STYLE_STARTSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_STARTSIZE</h4>
<pre>public static&nbsp;java.lang.String STYLE_STARTSIZE</pre>
<div class="block">Defines the key for the startSize style. The type of this value is
<code>float</code> 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.</div>
</li>
</ul>
<a id="STYLE_SWIMLANE_LINE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SWIMLANE_LINE</h4>
<pre>public static&nbsp;java.lang.String STYLE_SWIMLANE_LINE</pre>
<div class="block">Defines the key for the swimlaneLine style. This style specifies whether
the line between the title regio of a swimlane should be visible. Use 0
for hidden or 1 (default) for visible. Value is "swimlaneLine".</div>
</li>
</ul>
<a id="STYLE_ENDFILL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ENDFILL</h4>
<pre>public static&nbsp;java.lang.String STYLE_ENDFILL</pre>
<div class="block">Defines the key for the endFill style. Use 0 for no fill or 1
(default) for fill. (This style is only exported via <mxImageExport>.)</div>
</li>
</ul>
<a id="STYLE_STARTFILL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_STARTFILL</h4>
<pre>public static&nbsp;java.lang.String STYLE_STARTFILL</pre>
<div class="block">Defines the key for the startFill style. Use 0 for no fill or 1
(default) for fill. (This style is only exported via <mxImageExport>.)</div>
</li>
</ul>
<a id="STYLE_DASHED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_DASHED</h4>
<pre>public static&nbsp;java.lang.String STYLE_DASHED</pre>
<div class="block">Defines the key for the dashed style. The type of this value is
<code>boolean</code> and the value determines whether or not an edge or
border is drawn with a dashed pattern along the line.</div>
</li>
</ul>
<a id="STYLE_DASH_PATTERN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_DASH_PATTERN</h4>
<pre>public static&nbsp;java.lang.String STYLE_DASH_PATTERN</pre>
<div class="block">Defines the key for the dashed pattern style. The type of this value
is <code>float[]</code> and the value specifies the dashed pattern
to apply to edges drawn with this style. This style allows the user
to specify a custom-defined dash pattern. This is done using a series
of numbers. Dash styles are defined in terms of the length of the dash
(the drawn part of the stroke) and the length of the space between the
dashes. The lengths are relative to the line width: a length of "1" is
equal to the line width.</div>
</li>
</ul>
<a id="STYLE_ROUNDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ROUNDED</h4>
<pre>public static&nbsp;java.lang.String STYLE_ROUNDED</pre>
<div class="block">Defines the key for the rounded style. The type of this value is
<code>boolean</code>. For edges this determines whether or not joins
between edges segments are smoothed to a rounded finish. For vertices
that have the rectangle shape, this determines whether or not the
rectangle is rounded.</div>
</li>
</ul>
<a id="STYLE_ARCSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ARCSIZE</h4>
<pre>public static&nbsp;java.lang.String STYLE_ARCSIZE</pre>
<div class="block">Defines the rounding factor for a rounded rectangle in percent (without
the percent sign). Possible values are between 0 and 100. If this value
is not specified then RECTANGLE_ROUNDING_FACTOR * 100 is used. For
edges, this defines the absolute size of rounded corners in pixels. If
this values is not specified then LINE_ARCSIZE is used.
(This style is only exported via <mxImageExport>.) Value is "arcSize".</div>
</li>
</ul>
<a id="STYLE_SOURCE_PERIMETER_SPACING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SOURCE_PERIMETER_SPACING</h4>
<pre>public static&nbsp;java.lang.String STYLE_SOURCE_PERIMETER_SPACING</pre>
<div class="block">Defines the key for the source perimeter spacing. The type of this value
is <code>double</code>. This is the distance between the source
connection point of an edge and the perimeter of the source vertex in
pixels. This style only applies to edges.</div>
</li>
</ul>
<a id="STYLE_TARGET_PERIMETER_SPACING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_TARGET_PERIMETER_SPACING</h4>
<pre>public static&nbsp;java.lang.String STYLE_TARGET_PERIMETER_SPACING</pre>
<div class="block">Defines the key for the target perimeter spacing. The type of this value
is <code>double</code>. This is the distance between the target
connection point of an edge and the perimeter of the target vertex in
pixels. This style only applies to edges.</div>
</li>
</ul>
<a id="STYLE_PERIMETER_SPACING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_PERIMETER_SPACING</h4>
<pre>public static&nbsp;java.lang.String STYLE_PERIMETER_SPACING</pre>
<div class="block">Defines the key for the perimeter spacing. This is the distance between
the connection point and the perimeter in pixels. When used in a vertex
style, this applies to all incoming edges to floating ports (edges that
terminate on the perimeter of the vertex). 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).</div>
</li>
</ul>
<a id="STYLE_SPACING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SPACING</h4>
<pre>public static&nbsp;java.lang.String STYLE_SPACING</pre>
<div class="block">Defines the key for the spacing. The value represents the spacing, in
pixels, added to each side of a label in a vertex (style applies to
vertices only).</div>
</li>
</ul>
<a id="STYLE_SPACING_TOP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SPACING_TOP</h4>
<pre>public static&nbsp;java.lang.String STYLE_SPACING_TOP</pre>
<div class="block">Defines the key for the spacingTop style. The value represents the
spacing, in pixels, added to the top side of a label in a vertex (style
applies to vertices only).</div>
</li>
</ul>
<a id="STYLE_SPACING_LEFT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SPACING_LEFT</h4>
<pre>public static&nbsp;java.lang.String STYLE_SPACING_LEFT</pre>
<div class="block">Defines the key for the spacingLeft style. The value represents the
spacing, in pixels, added to the left side of a label in a vertex (style
applies to vertices only).</div>
</li>
</ul>
<a id="STYLE_SPACING_BOTTOM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SPACING_BOTTOM</h4>
<pre>public static&nbsp;java.lang.String STYLE_SPACING_BOTTOM</pre>
<div class="block">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).</div>
</li>
</ul>
<a id="STYLE_SPACING_RIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SPACING_RIGHT</h4>
<pre>public static&nbsp;java.lang.String STYLE_SPACING_RIGHT</pre>
<div class="block">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).</div>
</li>
</ul>
<a id="STYLE_HORIZONTAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_HORIZONTAL</h4>
<pre>public static&nbsp;java.lang.String STYLE_HORIZONTAL</pre>
<div class="block">Defines the key for the horizontal style. Possible values are
<code>true</code> or <code>false</code>. This value only applies to
vertices. If the <code>STYLE_SHAPE</code> is <code>SHAPE_SWIMLANE</code>
a value of <code>false</code> indicates that the swimlane should be drawn
vertically, <code>true</code> indicates to draw it horizontally. 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.</div>
</li>
</ul>
<a id="STYLE_DIRECTION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_DIRECTION</h4>
<pre>public static&nbsp;java.lang.String STYLE_DIRECTION</pre>
<div class="block">Defines the key for the direction style. The direction style is used to
specify the direction of certain shapes (eg. <code>mxTriangle</code>).
Possible values are <code>DIRECTION_EAST</code> (default),
<code>DIRECTION_WEST</code>, <code>DIRECTION_NORTH</code> and
<code>DIRECTION_SOUTH</code>. This value only applies to vertices.</div>
</li>
</ul>
<a id="STYLE_ELBOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ELBOW</h4>
<pre>public static&nbsp;java.lang.String STYLE_ELBOW</pre>
<div class="block">Defines the key for the elbow style. Possible values are
<code>ELBOW_HORIZONTAL</code> and <code>ELBOW_VERTICAL</code>. Default is
<code>ELBOW_HORIZONTAL</code>. This defines how the three segment
orthogonal edge style leaves its terminal vertices. The vertical style
leaves the terminal vertices at the top and bottom sides.</div>
</li>
</ul>
<a id="STYLE_FONTCOLOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FONTCOLOR</h4>
<pre>public static&nbsp;java.lang.String STYLE_FONTCOLOR</pre>
<div class="block">Defines the key for the fontColor style. The value is type
<code>String</code> and of the expression supported by
mxUtils.parseColor.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="mxUtils.html#parseColor(java.lang.String)"><code>mxUtils.parseColor(String)</code></a></dd>
</dl>
</li>
</ul>
<a id="STYLE_FONTFAMILY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FONTFAMILY</h4>
<pre>public static&nbsp;java.lang.String STYLE_FONTFAMILY</pre>
<div class="block">Defines the key for the fontFamily style. Possible values are names such
as Arial; Dialog; Verdana; Times New Roman. The value is of type
<code>String</code>.</div>
</li>
</ul>
<a id="STYLE_FONTSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FONTSIZE</h4>
<pre>public static&nbsp;java.lang.String STYLE_FONTSIZE</pre>
<div class="block">Defines the key for the fontSize style (in px). The type of the value
is <code>int</code>.</div>
</li>
</ul>
<a id="STYLE_FONTSTYLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FONTSTYLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_FONTSTYLE</pre>
<div class="block">Defines the key for the fontStyle style. Values may be any logical AND
(sum) of FONT_BOLD, FONT_ITALIC and FONT_UNDERLINE. The type
of the value is <code>int</code>.</div>
</li>
</ul>
<a id="STYLE_AUTOSIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_AUTOSIZE</h4>
<pre>public static&nbsp;java.lang.String STYLE_AUTOSIZE</pre>
<div class="block">Defines the key for the autosize style. This specifies if a cell should be
resized automatically if the value has changed. Possible values are 0 or 1.
Default is 0. See mxGraph.isAutoSizeCell. This is normally combined with
STYLE_RESIZABLE to disable manual sizing.</div>
</li>
</ul>
<a id="STYLE_FOLDABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_FOLDABLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_FOLDABLE</pre>
<div class="block">Defines the key for the foldable style. This specifies if a cell is foldable
using a folding icon. Possible values are 0 or 1. Default is 1. See
mxGraph.isCellFoldable.</div>
</li>
</ul>
<a id="STYLE_EDITABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_EDITABLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_EDITABLE</pre>
<div class="block">Defines the key for the editable style. This specifies if the value of
a cell can be edited using the in-place editor. Possible values are 0 or
1. Default is 1. See mxGraph.isCellEditable.</div>
</li>
</ul>
<a id="STYLE_BENDABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_BENDABLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_BENDABLE</pre>
<div class="block">Defines the key for the bendable style. This specifies if the control
points of an edge can be moved. Possible values are 0 or 1. Default is
1. See mxGraph.isCellBendable.</div>
</li>
</ul>
<a id="STYLE_MOVABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_MOVABLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_MOVABLE</pre>
<div class="block">Defines the key for the movable style. This specifies if a cell can
be moved. Possible values are 0 or 1. Default is 1. See
mxGraph.isCellMovable.</div>
</li>
</ul>
<a id="STYLE_RESIZABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_RESIZABLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_RESIZABLE</pre>
<div class="block">Defines the key for the resizable style. This specifies if a cell can
be resized. Possible values are 0 or 1. Default is 1. See
mxGraph.isCellResizable.</div>
</li>
</ul>
<a id="STYLE_CLONEABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_CLONEABLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_CLONEABLE</pre>
<div class="block">Defines the key for the cloneable style. This specifies if a cell can
be cloned. Possible values are 0 or 1. Default is 1. See
mxGraph.isCellCloneable.</div>
</li>
</ul>
<a id="STYLE_DELETABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_DELETABLE</h4>
<pre>public static&nbsp;java.lang.String STYLE_DELETABLE</pre>
<div class="block">Defines the key for the deletable style. This specifies if a cell can be
deleted. Possible values are 0 or 1. Default is 1. See
mxGraph.isCellDeletable.</div>
</li>
</ul>
<a id="STYLE_SHAPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_SHAPE</h4>
<pre>public static&nbsp;java.lang.String STYLE_SHAPE</pre>
<div class="block">Defines the key for the shape style.
Possible values are any of the SHAPE_*
constants.</div>
</li>
</ul>
<a id="STYLE_EDGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_EDGE</h4>
<pre>public static&nbsp;java.lang.String STYLE_EDGE</pre>
<div class="block">Takes a function that creates points. Possible values are the
functions defined in mxEdgeStyle.</div>
</li>
</ul>
<a id="STYLE_LOOP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_LOOP</h4>
<pre>public static&nbsp;java.lang.String STYLE_LOOP</pre>
<div class="block">Defines the key for the loop style. Possible values are the
functions defined in mxEdgeStyle.</div>
</li>
</ul>
<a id="STYLE_ROUTING_CENTER_X">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ROUTING_CENTER_X</h4>
<pre>public static&nbsp;java.lang.String STYLE_ROUTING_CENTER_X</pre>
<div class="block">Defines the key for the horizontal routing center. Possible values are
between -0.5 and 0.5. This is the relative offset from the center used
for connecting edges. The type of this value is <code>float</code>.</div>
</li>
</ul>
<a id="STYLE_ROUTING_CENTER_Y">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STYLE_ROUTING_CENTER_Y</h4>
<pre>public static&nbsp;java.lang.String STYLE_ROUTING_CENTER_Y</pre>
<div class="block">Defines the key for the vertical routing center. Possible values are
between -0.5 and 0.5. This is the relative offset from the center used
for connecting edges. The type of this value is <code>float</code>.</div>
</li>
</ul>
<a id="FONT_BOLD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FONT_BOLD</h4>
<pre>public static final&nbsp;int FONT_BOLD</pre>
<div class="block">FONT_BOLD</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.FONT_BOLD">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="FONT_ITALIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FONT_ITALIC</h4>
<pre>public static final&nbsp;int FONT_ITALIC</pre>
<div class="block">FONT_ITALIC</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.FONT_ITALIC">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="FONT_UNDERLINE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FONT_UNDERLINE</h4>
<pre>public static final&nbsp;int FONT_UNDERLINE</pre>
<div class="block">FONT_UNDERLINE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.FONT_UNDERLINE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="FONT_STRIKETHROUGH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FONT_STRIKETHROUGH</h4>
<pre>public static final&nbsp;int FONT_STRIKETHROUGH</pre>
<div class="block">FONT_STRIKETHROUGH</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.FONT_STRIKETHROUGH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_RECTANGLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_RECTANGLE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_RECTANGLE</pre>
<div class="block">SHAPE_RECTANGLE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_RECTANGLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_ELLIPSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_ELLIPSE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_ELLIPSE</pre>
<div class="block">SHAPE_ELLIPSE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_ELLIPSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_DOUBLE_RECTANGLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_DOUBLE_RECTANGLE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_DOUBLE_RECTANGLE</pre>
<div class="block">SHAPE_DOUBLE_RECTANGLE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_DOUBLE_RECTANGLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_DOUBLE_ELLIPSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_DOUBLE_ELLIPSE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_DOUBLE_ELLIPSE</pre>
<div class="block">SHAPE_DOUBLE_ELLIPSE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_DOUBLE_ELLIPSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_RHOMBUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_RHOMBUS</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_RHOMBUS</pre>
<div class="block">SHAPE_RHOMBUS</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_RHOMBUS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_LINE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_LINE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_LINE</pre>
<div class="block">SHAPE_LINE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_LINE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_IMAGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_IMAGE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_IMAGE</pre>
<div class="block">SHAPE_IMAGE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_IMAGE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_ARROW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_ARROW</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_ARROW</pre>
<div class="block">SHAPE_ARROW</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_ARROW">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_CURVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_CURVE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_CURVE</pre>
<div class="block">SHAPE_ARROW</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_CURVE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_LABEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_LABEL</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_LABEL</pre>
<div class="block">SHAPE_LABEL</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_LABEL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_CYLINDER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_CYLINDER</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_CYLINDER</pre>
<div class="block">SHAPE_CYLINDER</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_CYLINDER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_SWIMLANE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_SWIMLANE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_SWIMLANE</pre>
<div class="block">SHAPE_SWIMLANE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_SWIMLANE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_CONNECTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_CONNECTOR</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_CONNECTOR</pre>
<div class="block">SHAPE_CONNECTOR</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_CONNECTOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_ACTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_ACTOR</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_ACTOR</pre>
<div class="block">SHAPE_ACTOR</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_ACTOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_CLOUD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_CLOUD</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_CLOUD</pre>
<div class="block">SHAPE_CLOUD</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_CLOUD">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_TRIANGLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_TRIANGLE</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_TRIANGLE</pre>
<div class="block">SHAPE_TRIANGLE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_TRIANGLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="SHAPE_HEXAGON">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SHAPE_HEXAGON</h4>
<pre>public static final&nbsp;java.lang.String SHAPE_HEXAGON</pre>
<div class="block">SHAPE_HEXAGON</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.SHAPE_HEXAGON">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ARROW_CLASSIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARROW_CLASSIC</h4>
<pre>public static final&nbsp;java.lang.String ARROW_CLASSIC</pre>
<div class="block">ARROW_CLASSIC</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ARROW_CLASSIC">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ARROW_BLOCK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARROW_BLOCK</h4>
<pre>public static final&nbsp;java.lang.String ARROW_BLOCK</pre>
<div class="block">ARROW_BLOCK</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ARROW_BLOCK">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ARROW_OPEN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARROW_OPEN</h4>
<pre>public static final&nbsp;java.lang.String ARROW_OPEN</pre>
<div class="block">ARROW_OPEN</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ARROW_OPEN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ARROW_OVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARROW_OVAL</h4>
<pre>public static final&nbsp;java.lang.String ARROW_OVAL</pre>
<div class="block">ARROW_BLOCK</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ARROW_OVAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ARROW_DIAMOND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ARROW_DIAMOND</h4>
<pre>public static final&nbsp;java.lang.String ARROW_DIAMOND</pre>
<div class="block">ARROW_OPEN</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ARROW_DIAMOND">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ALIGN_LEFT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALIGN_LEFT</h4>
<pre>public static final&nbsp;java.lang.String ALIGN_LEFT</pre>
<div class="block">ALIGN_LEFT</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ALIGN_LEFT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ALIGN_CENTER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALIGN_CENTER</h4>
<pre>public static final&nbsp;java.lang.String ALIGN_CENTER</pre>
<div class="block">ALIGN_CENTER</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ALIGN_CENTER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ALIGN_RIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALIGN_RIGHT</h4>
<pre>public static final&nbsp;java.lang.String ALIGN_RIGHT</pre>
<div class="block">ALIGN_RIGHT</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ALIGN_RIGHT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ALIGN_TOP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALIGN_TOP</h4>
<pre>public static final&nbsp;java.lang.String ALIGN_TOP</pre>
<div class="block">ALIGN_TOP</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ALIGN_TOP">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ALIGN_MIDDLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALIGN_MIDDLE</h4>
<pre>public static final&nbsp;java.lang.String ALIGN_MIDDLE</pre>
<div class="block">ALIGN_MIDDLE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ALIGN_MIDDLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ALIGN_BOTTOM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALIGN_BOTTOM</h4>
<pre>public static final&nbsp;java.lang.String ALIGN_BOTTOM</pre>
<div class="block">ALIGN_BOTTOM</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ALIGN_BOTTOM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_NORTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_NORTH</h4>
<pre>public static final&nbsp;java.lang.String DIRECTION_NORTH</pre>
<div class="block">DIRECTION_NORTH</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_NORTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_SOUTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_SOUTH</h4>
<pre>public static final&nbsp;java.lang.String DIRECTION_SOUTH</pre>
<div class="block">DIRECTION_SOUTH</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_SOUTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_EAST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_EAST</h4>
<pre>public static final&nbsp;java.lang.String DIRECTION_EAST</pre>
<div class="block">DIRECTION_EAST</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_EAST">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_WEST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_WEST</h4>
<pre>public static final&nbsp;java.lang.String DIRECTION_WEST</pre>
<div class="block">DIRECTION_WEST</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_WEST">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_MASK_NONE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_MASK_NONE</h4>
<pre>public static final&nbsp;int DIRECTION_MASK_NONE</pre>
<div class="block">DIRECTION_MASK_NONE</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_MASK_NONE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_MASK_WEST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_MASK_WEST</h4>
<pre>public static final&nbsp;int DIRECTION_MASK_WEST</pre>
<div class="block">DIRECTION_MASK_WEST</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_MASK_WEST">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_MASK_NORTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_MASK_NORTH</h4>
<pre>public static final&nbsp;int DIRECTION_MASK_NORTH</pre>
<div class="block">DIRECTION_MASK_NORTH</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_MASK_NORTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_MASK_SOUTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_MASK_SOUTH</h4>
<pre>public static final&nbsp;int DIRECTION_MASK_SOUTH</pre>
<div class="block">DIRECTION_MASK_SOUTH</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_MASK_SOUTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_MASK_EAST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_MASK_EAST</h4>
<pre>public static final&nbsp;int DIRECTION_MASK_EAST</pre>
<div class="block">DIRECTION_MASK_EAST</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_MASK_EAST">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="DIRECTION_MASK_ALL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIRECTION_MASK_ALL</h4>
<pre>public static final&nbsp;int DIRECTION_MASK_ALL</pre>
<div class="block">DIRECTION_MASK_EAST</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.DIRECTION_MASK_ALL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ELBOW_VERTICAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ELBOW_VERTICAL</h4>
<pre>public static final&nbsp;java.lang.String ELBOW_VERTICAL</pre>
<div class="block">ELBOW_VERTICAL</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ELBOW_VERTICAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="ELBOW_HORIZONTAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ELBOW_HORIZONTAL</h4>
<pre>public static final&nbsp;java.lang.String ELBOW_HORIZONTAL</pre>
<div class="block">ELBOW_HORIZONTAL</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.ELBOW_HORIZONTAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EDGESTYLE_ELBOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDGESTYLE_ELBOW</h4>
<pre>public static final&nbsp;java.lang.String EDGESTYLE_ELBOW</pre>
<div class="block">Name of the elbow edge style. Can be used as a string value
for the STYLE_EDGE style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.EDGESTYLE_ELBOW">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EDGESTYLE_ENTITY_RELATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDGESTYLE_ENTITY_RELATION</h4>
<pre>public static final&nbsp;java.lang.String EDGESTYLE_ENTITY_RELATION</pre>
<div class="block">Name of the entity relation edge style. Can be used as a string value
for the STYLE_EDGE style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.EDGESTYLE_ENTITY_RELATION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EDGESTYLE_LOOP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDGESTYLE_LOOP</h4>
<pre>public static final&nbsp;java.lang.String EDGESTYLE_LOOP</pre>
<div class="block">Name of the loop edge style. Can be used as a string value
for the STYLE_EDGE style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.EDGESTYLE_LOOP">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EDGESTYLE_SIDETOSIDE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDGESTYLE_SIDETOSIDE</h4>
<pre>public static final&nbsp;java.lang.String EDGESTYLE_SIDETOSIDE</pre>
<div class="block">Name of the side to side edge style. Can be used as a string value
for the STYLE_EDGE style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.EDGESTYLE_SIDETOSIDE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EDGESTYLE_TOPTOBOTTOM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDGESTYLE_TOPTOBOTTOM</h4>
<pre>public static final&nbsp;java.lang.String EDGESTYLE_TOPTOBOTTOM</pre>
<div class="block">Name of the top to bottom edge style. Can be used as a string value
for the STYLE_EDGE style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.EDGESTYLE_TOPTOBOTTOM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EDGESTYLE_ORTHOGONAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDGESTYLE_ORTHOGONAL</h4>
<pre>public static final&nbsp;java.lang.String EDGESTYLE_ORTHOGONAL</pre>
<div class="block">Name of the orthogonal edge style. Can be used as a string value for
the STYLE_EDGE style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.EDGESTYLE_ORTHOGONAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="EDGESTYLE_SEGMENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDGESTYLE_SEGMENT</h4>
<pre>public static final&nbsp;java.lang.String EDGESTYLE_SEGMENT</pre>
<div class="block">Name of the generic segment edge style. Can be used as a string value
for the STYLE_EDGE style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.EDGESTYLE_SEGMENT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="PERIMETER_ELLIPSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERIMETER_ELLIPSE</h4>
<pre>public static final&nbsp;java.lang.String PERIMETER_ELLIPSE</pre>
<div class="block">Name of the ellipse perimeter. Can be used as a string value
for the STYLE_PERIMETER style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.PERIMETER_ELLIPSE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="PERIMETER_RECTANGLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERIMETER_RECTANGLE</h4>
<pre>public static final&nbsp;java.lang.String PERIMETER_RECTANGLE</pre>
<div class="block">Name of the rectangle perimeter. Can be used as a string value
for the STYLE_PERIMETER style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.PERIMETER_RECTANGLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="PERIMETER_RHOMBUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERIMETER_RHOMBUS</h4>
<pre>public static final&nbsp;java.lang.String PERIMETER_RHOMBUS</pre>
<div class="block">Name of the rhombus perimeter. Can be used as a string value
for the STYLE_PERIMETER style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.PERIMETER_RHOMBUS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="PERIMETER_TRIANGLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PERIMETER_TRIANGLE</h4>
<pre>public static final&nbsp;java.lang.String PERIMETER_TRIANGLE</pre>
<div class="block">Name of the triangle perimeter. Can be used as a string value
for the STYLE_PERIMETER style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.PERIMETER_TRIANGLE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a id="PERIMETER_HEXAGON">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PERIMETER_HEXAGON</h4>
<pre>public static final&nbsp;java.lang.String PERIMETER_HEXAGON</pre>
<div class="block">Name of the hexagon perimeter. Can be used as a string value
for the STYLE_PERIMETER style.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#com.mxgraph.util.mxConstants.PERIMETER_HEXAGON">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>mxConstants</h4>
<pre>public&nbsp;mxConstants()</pre>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/mxConstants.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><p><b>mxGraph 4.2.1</b></p></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small><font size=1>Copyright (c) 2010-2017 <a href="http://www.jgraph.com/"
target="_blank">Gaudenz Alder, JGraph Ltd</a>. All rights reserved.</font></small></p>
</footer>
</body>
</html>