CVE-2017-18197
Description
mxGraph before 3.7.6 lacks XXE protections in mxGraphViewImageReader.java, allowing attackers to read arbitrary files via XML processing.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
mxGraph before 3.7.6 lacks XXE protections in mxGraphViewImageReader.java, allowing attackers to read arbitrary files via XML processing.
Vulnerability
The mxGraphViewImageReader.java class in mxGraph versions prior to 3.7.6 fails to configure the SAXParserFactory instance used in the convert() method with flags to prevent XML External Entity (XXE) attacks. Specifically, the factory does not disable external entities or doctype declarations, as demonstrated by the /ServerView endpoint. This allows an attacker to supply a crafted XML payload that references external entities, leading to the processing of arbitrary files or URIs. The affected component is the Java server-side image reader, not the JavaScript client library. [1][2][4]
Exploitation
An attacker can exploit this vulnerability by sending a crafted XML payload to the /ServerView endpoint (or any other endpoint using the vulnerable convert() method). The payload includes an XML document with an external entity that points to a local file (e.g., /blah). No authentication is required; the attacker only needs network access to the vulnerable endpoint. The server processes the XML and the SAX parser will attempt to load the external entity, causing the file content to be included in the parsed XML or resulting in an error that reveals the existence of the file. [2][4]
Impact
Successful exploitation leads to XML External Entity (XXE) injection, which can result in disclosure of sensitive local files (information disclosure), denial of service via entity expansion, or server-side request forgery (SSRF) if the attacker references external URIs. The exact impact depends on the server configuration and the data accessible to the process running the mxGraph server. [2][4]
Mitigation
The vulnerability is fixed in mxGraph version 3.7.6, released on an unknown date. The fix adds flags to the SAXParserFactory to disable external entities and doctype declarations, as shown in the commit at [1]. mxGraph development has since stopped and the repository is archived; users are advised to upgrade to 3.7.6 or later, or consider migrating to actively maintained forks such as jsGraph/mxgraph or process-analytics/mxgraph [3]. If an upgrade is not possible, applying the same security flags manually to the SAXParserFactory instance in the code (as done in ExportServlet.java) can serve as a workaround. [1][4]
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
mxgraphnpm | < 3.7.6 | 3.7.6 |
Affected products
2- ghsa-coords2 versions
< 3.7.6+ 1 more
- (no CPE)range: < 3.7.6
- (no CPE)range: < 3.9.2-1.9
Patches
1300 files changed · +3402 −3562
ChangeLog+10 −0 modified@@ -1,3 +1,13 @@ +24-NOV-2017: 3.7.6 + +- Adds toString methods in some classes in Java +- Fixes text flow after shape change, text size cache +- Fixes return value of mxUtils.loadDocument in Java +- Resets constraint handler after translate +- Adds mxCellRenderer.checkPlaceholderStyles +- Adds links on shapes in mxPrintPreview +- Adds mxCellRenderer.doRedrawShape + 28-AUG-2017: 3.7.5 - Adds line jumps in grapheditor example
docs/js-api/files/index-txt.html+1 −1 modified@@ -55,7 +55,7 @@ <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1"><div class=CClass>Bootstrapping mechanism for the mxGraph thin client. </div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERSION: '3.7.5'</td></tr></table></blockquote>Contains the current version of the mxGraph library. </div></div><div class=CToolTip id="tt3"><div class=CClass>Extends mxEventSource to implement a application wrapper for a graph that adds actions, I/O using mxCodec, auto-layout using mxLayoutManager, command history using undoManager, and standard dialogs and widgets, eg. </div></div><div class=CToolTip id="tt4"><div class=CClass>Extends mxEventSource to implement a graph component for the browser. </div></div><div class=CToolTip id="tt5"><div class=CClass>Extends mxEventSource to implement a graph model. </div></div><div class=CToolTip id="tt6"><div class=CClass>Cells are the elements of the graph model. </div></div><div class=CToolTip id="tt7"><div class=CClass>Extends mxEventSource to implement a view for a graph. </div></div><div class=CToolTip id="tt8"><div class=CClass>Renders cells into a document object model. </div></div><div class=CToolTip id="tt9"><div class=CClass>Defines the appearance of the cells in a graph. </div></div><div class=CToolTip id="tt10"><div class=CClass>Implements a command history. </div></div><div class=CToolTip id="tt11"><div class=CClass>Extends mxEventSource to implement a graph overlay, represented by an icon and a tooltip. </div></div><div class=CToolTip id="tt12"><div class=CClass>Defines invalid connections along with the error messages that they produce. </div></div><div class=CToolTip id="tt13"><div class=CClass>Event handler that selects rectangular regions. </div></div><div class=CToolTip id="tt14"><div class=CClass>Graph event handler that displays tooltips. </div></div><div class=CToolTip id="tt15"><div class=CClass>Graph event handler that handles selection. </div></div><div class=CToolTip id="tt16"><div class=CClass>Extends mxGraphLayout to implement a compact tree (Moen) algorithm. </div></div><div class=CToolTip id="tt17"><div class=CClass>Base class for all shapes. </div></div><div class=CToolTip id="tt18"><div class=CClass>Singleton that implements a clipboard for graph cells.</div></div><div class=CToolTip id="tt19"><div class=CClass>Defines various global constants.</div></div><div class=CToolTip id="tt20"><div class=CClass>Cross-browser DOM event support. </div></div><div class=CToolTip id="tt21"><div class=CClass>A singleton class that provides cross-browser helper methods. </div></div><div class=CToolTip id="tt22"><div class=CClass>Implements internationalization. </div></div><div class=CToolTip id="tt23"><div class=CClass>A singleton class that implements a simple console.</div></div><div class=CToolTip id="tt24"><div class=CClass>Generic codec for JavaScript objects that implements a mapping between JavaScript objects and XML nodes that maps each field or element to an attribute or child node, and vice versa.</div></div><div class=CToolTip id="tt25"><div class=CClass>XML codec for JavaScript object graphs. </div></div><div class=CToolTip id="tt26"><div class=CClass>Singleton class that acts as a global registry for codecs.</div></div><div class=CToolTip id="tt27"><div class=CClass>The mxEventObject is a wrapper for all properties of a single event. </div></div><div class=CToolTip id="tt28"><div class=CClass>Base class for objects that dispatch named events. </div></div><div class=CToolTip id="tt29"><div class=CClass>Base class for all mouse events in mxGraph. </div></div><div class=CToolTip id="tt30"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEventSource.prototype.fireEvent = function(</td><td class="PParameter prettyprint " nowrap>evt,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>sender</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches the given event to the listeners which are registered for the event. </div></div><div class=CToolTip id="tt31"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEventSource.prototype.addListener = function(</td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>funct</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Binds the specified function to the given event name. </div></div><div class=CToolTip id="tt32"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEventSource.prototype.removeListener = function(</td><td class="PParameter prettyprint " nowrap>funct</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Removes all occurrences of the given listener from eventListeners.</div></div><div class=CToolTip id="tt33"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.fireMouseEvent = function(</td><td class="PParameter prettyprint " nowrap>evtName,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>me,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>sender</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches the given event in the graph event dispatch loop. </div></div><div class=CToolTip id="tt34"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.addMouseListener = function(</td><td class="PParameter prettyprint " nowrap>listener</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a listener to the graph event dispatch loop. </div></div><div class=CToolTip id="tt35"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.removeMouseListener = function(</td><td class="PParameter prettyprint " nowrap>listener</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Removes the specified graph listener.</div></div><div class=CToolTip id="tt36"><div class=CVariable>Basepath for all URLs in the core without trailing slash. </div></div><div class=CToolTip id="tt37"><div class=CVariable>Basepath for all images URLs in the core without trailing slash. </div></div><div class=CToolTip id="tt38"><div class=CVariable>Defines the language of the client, eg. </div></div><div class=CToolTip id="tt39"><div class=CVariable>Defines the default language which is used in the common resource files. </div></div><div class=CToolTip id="tt40"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>include: function(</td><td class="PParameter prettyprint " nowrap>src</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dynamically adds a script node to the document header.</div></div><div class=CToolTip id="tt41"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>eval: function(</td><td class="PParameter prettyprint " nowrap>expr</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Evaluates the given expression using eval and returns the JavaScript object that represents the expression result. </div></div><div class=CToolTip id="tt42"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.setCellWarning = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>warning,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>img,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isSelect</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates an overlay for the given cell using the warning and image or warningImage and returns the new mxCellOverlay. </div></div><div class=CToolTip id="tt43"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.warningImage</td></tr></table></blockquote>Specifies the mxImage for the image to be used to display a warning overlay. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1"><div class=CClass>Bootstrapping mechanism for the mxGraph thin client. </div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERSION: '3.7.6'</td></tr></table></blockquote>Contains the current version of the mxGraph library. </div></div><div class=CToolTip id="tt3"><div class=CClass>Extends mxEventSource to implement a application wrapper for a graph that adds actions, I/O using mxCodec, auto-layout using mxLayoutManager, command history using undoManager, and standard dialogs and widgets, eg. </div></div><div class=CToolTip id="tt4"><div class=CClass>Extends mxEventSource to implement a graph component for the browser. </div></div><div class=CToolTip id="tt5"><div class=CClass>Extends mxEventSource to implement a graph model. </div></div><div class=CToolTip id="tt6"><div class=CClass>Cells are the elements of the graph model. </div></div><div class=CToolTip id="tt7"><div class=CClass>Extends mxEventSource to implement a view for a graph. </div></div><div class=CToolTip id="tt8"><div class=CClass>Renders cells into a document object model. </div></div><div class=CToolTip id="tt9"><div class=CClass>Defines the appearance of the cells in a graph. </div></div><div class=CToolTip id="tt10"><div class=CClass>Implements a command history. </div></div><div class=CToolTip id="tt11"><div class=CClass>Extends mxEventSource to implement a graph overlay, represented by an icon and a tooltip. </div></div><div class=CToolTip id="tt12"><div class=CClass>Defines invalid connections along with the error messages that they produce. </div></div><div class=CToolTip id="tt13"><div class=CClass>Event handler that selects rectangular regions. </div></div><div class=CToolTip id="tt14"><div class=CClass>Graph event handler that displays tooltips. </div></div><div class=CToolTip id="tt15"><div class=CClass>Graph event handler that handles selection. </div></div><div class=CToolTip id="tt16"><div class=CClass>Extends mxGraphLayout to implement a compact tree (Moen) algorithm. </div></div><div class=CToolTip id="tt17"><div class=CClass>Base class for all shapes. </div></div><div class=CToolTip id="tt18"><div class=CClass>Singleton that implements a clipboard for graph cells.</div></div><div class=CToolTip id="tt19"><div class=CClass>Defines various global constants.</div></div><div class=CToolTip id="tt20"><div class=CClass>Cross-browser DOM event support. </div></div><div class=CToolTip id="tt21"><div class=CClass>A singleton class that provides cross-browser helper methods. </div></div><div class=CToolTip id="tt22"><div class=CClass>Implements internationalization. </div></div><div class=CToolTip id="tt23"><div class=CClass>A singleton class that implements a simple console.</div></div><div class=CToolTip id="tt24"><div class=CClass>Generic codec for JavaScript objects that implements a mapping between JavaScript objects and XML nodes that maps each field or element to an attribute or child node, and vice versa.</div></div><div class=CToolTip id="tt25"><div class=CClass>XML codec for JavaScript object graphs. </div></div><div class=CToolTip id="tt26"><div class=CClass>Singleton class that acts as a global registry for codecs.</div></div><div class=CToolTip id="tt27"><div class=CClass>The mxEventObject is a wrapper for all properties of a single event. </div></div><div class=CToolTip id="tt28"><div class=CClass>Base class for objects that dispatch named events. </div></div><div class=CToolTip id="tt29"><div class=CClass>Base class for all mouse events in mxGraph. </div></div><div class=CToolTip id="tt30"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEventSource.prototype.fireEvent = function(</td><td class="PParameter prettyprint " nowrap>evt,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>sender</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches the given event to the listeners which are registered for the event. </div></div><div class=CToolTip id="tt31"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEventSource.prototype.addListener = function(</td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>funct</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Binds the specified function to the given event name. </div></div><div class=CToolTip id="tt32"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEventSource.prototype.removeListener = function(</td><td class="PParameter prettyprint " nowrap>funct</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Removes all occurrences of the given listener from eventListeners.</div></div><div class=CToolTip id="tt33"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.fireMouseEvent = function(</td><td class="PParameter prettyprint " nowrap>evtName,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>me,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>sender</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches the given event in the graph event dispatch loop. </div></div><div class=CToolTip id="tt34"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.addMouseListener = function(</td><td class="PParameter prettyprint " nowrap>listener</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a listener to the graph event dispatch loop. </div></div><div class=CToolTip id="tt35"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.removeMouseListener = function(</td><td class="PParameter prettyprint " nowrap>listener</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Removes the specified graph listener.</div></div><div class=CToolTip id="tt36"><div class=CVariable>Basepath for all URLs in the core without trailing slash. </div></div><div class=CToolTip id="tt37"><div class=CVariable>Basepath for all images URLs in the core without trailing slash. </div></div><div class=CToolTip id="tt38"><div class=CVariable>Defines the language of the client, eg. </div></div><div class=CToolTip id="tt39"><div class=CVariable>Defines the default language which is used in the common resource files. </div></div><div class=CToolTip id="tt40"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>include: function(</td><td class="PParameter prettyprint " nowrap>src</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dynamically adds a script node to the document header.</div></div><div class=CToolTip id="tt41"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>eval: function(</td><td class="PParameter prettyprint " nowrap>expr</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Evaluates the given expression using eval and returns the JavaScript object that represents the expression result. </div></div><div class=CToolTip id="tt42"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.setCellWarning = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>warning,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>img,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isSelect</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates an overlay for the given cell using the warning and image or warningImage and returns the new mxCellOverlay. </div></div><div class=CToolTip id="tt43"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.warningImage</td></tr></table></blockquote>Specifies the mxImage for the image to be used to display a warning overlay. </div></div><!--END_ND_TOOLTIPS-->
docs/js-api/files/mxClient-js.html+2 −2 modified@@ -15,7 +15,7 @@ <div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxClient.Variables"></a>Variables</h3></div></div> -<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERSION: '3.7.5'</td></tr></table></blockquote><p>Contains the current version of the mxGraph library. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 3.7.5.</p></div></div></div> +<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERSION: '3.7.6'</td></tr></table></blockquote><p>Contains the current version of the mxGraph library. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 3.7.6.</p></div></div></div> <div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.IS_IE"></a>IS_IE</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IE: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'MSIE'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote><p>True if the current browser is Internet Explorer 10 or below. Use <a href="#mxClient.IS_IE11" class=LVariable id=link33 onMouseOver="ShowTip(event, 'tt4', 'link33')" onMouseOut="HideTip('tt4')">mxClient.IS_IE11</a> to detect IE 11.</p></div></div></div> @@ -141,7 +141,7 @@ <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERSION: '3.7.5'</td></tr></table></blockquote>Contains the current version of the mxGraph library. </div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IE: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'MSIE'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Internet Explorer 10 or below. </div></div><div class=CToolTip id="tt3"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IE6: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'MSIE 6'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Internet Explorer 6.x.</div></div><div class=CToolTip id="tt4"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IE11: !!navigator.userAgent.match(</td><td class="PParameter prettyprint " nowrap>/Trident\/7\./</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>True if the current browser is Internet Explorer 11.x.</div></div><div class=CToolTip id="tt5"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_EDGE: !!navigator.userAgent.match(</td><td class="PParameter prettyprint " nowrap>/Edge\//</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>True if the current browser is Microsoft Edge.</div></div><div class=CToolTip id="tt6"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_QUIRKS: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'MSIE'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Internet Explorer and it is in quirks mode.</div></div><div class=CToolTip id="tt7"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "colspan=2>IS_EM: 'spellcheck' in document.createElement(</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'textarea'</td></tr><tr><td class="PAfterParameters prettyprint "colspan=2>) && document.documentMode</td></tr></table></td></tr></table></blockquote>True if the browser is IE11 in enterprise mode (IE8 standards mode).</div></div><div class=CToolTip id="tt8"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VML_PREFIX: 'v'</td></tr></table></blockquote>Prefix for VML namespace in node names. </div></div><div class=CToolTip id="tt9"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">OFFICE_PREFIX: 'o'</td></tr></table></blockquote>Prefix for VML office namespace in node names. </div></div><div class=CToolTip id="tt10"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_NS: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Mozilla/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Netscape (including Firefox).</div></div><div class=CToolTip id="tt11"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_OP: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Opera/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Opera.</div></div><div class=CToolTip id="tt12"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_OT: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Presto/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if -o-transform is available as a CSS style, ie for Opera browsers based on a Presto engine with version 2.5 or later.</div></div><div class=CToolTip id="tt13"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_SF: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'AppleWebKit/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Safari.</div></div><div class=CToolTip id="tt14"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IOS: (</td><td class="PTypePrefix prettyprint " nowrap>navigator.userAgent.match(/(iPad|iPhone|iPod)/g) ? true </td><td class="PType prettyprint " nowrap>: </td><td class="PParameter prettyprint " nowrap>false</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the user agent is an iPad, iPhone or iPod.</div></div><div class=CToolTip id="tt15"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_GC: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Chrome/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Google Chrome.</div></div><div class=CToolTip id="tt16"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">IS_CHROMEAPP: window.chrome !</td></tr></table></blockquote>True if the this is running inside a Chrome App.</div></div><div class=CToolTip id="tt17"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_FF: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Firefox/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Firefox.</div></div><div class=CToolTip id="tt18"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_SVG: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Firefox/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the browser supports SVG.</div></div><div class=CToolTip id="tt19"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "colspan=2>NO_FO: !document.createElementNS || document.createElementNS(</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'http://www.w3.org/2000/svg',</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'foreignObject'</td></tr><tr><td class="PAfterParameters prettyprint "colspan=2>) !</td></tr></table></td></tr></table></blockquote>True if foreignObject support is not available. </div></div><div class=CToolTip id="tt20"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">IS_VML: navigator.appName.toUpperCase()</td></tr></table></blockquote>True if the browser supports VML.</div></div><div class=CToolTip id="tt21"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_WIN: navigator.appVersion.indexOf(</td><td class="PParameter prettyprint " nowrap>'Win'</td><td class="PAfterParameters prettyprint "nowrap>) > 0</td></tr></table></td></tr></table></blockquote>True if the client is a Windows.</div></div><div class=CToolTip id="tt22"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_MAC: navigator.appVersion.indexOf(</td><td class="PParameter prettyprint " nowrap>'Mac'</td><td class="PAfterParameters prettyprint "nowrap>) > 0</td></tr></table></td></tr></table></blockquote>True if the client is a Mac.</div></div><div class=CToolTip id="tt23"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">IS_TOUCH: 'ontouchstart' in document.documentElement</td></tr></table></blockquote>True if this device supports touchstart/-move/-end events (Apple iOS, Android, Chromebook and Chrome Browser on touch-enabled devices).</div></div><div class=CToolTip id="tt24"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">IS_POINTER: window.PointerEvent !</td></tr></table></blockquote>True if this device supports Microsoft pointer events (always false on Macs).</div></div><div class=CToolTip id="tt25"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">isBrowserSupported: function()</td></tr></table></blockquote>Returns true if the current browser is supported, that is, if mxClient.IS_VML or mxClient.IS_SVG is true.</div></div><div class=CToolTip id="tt26"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>link: function(</td><td class="PParameter prettyprint " nowrap>rel,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>href,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a link node to the head of the document. </div></div><div class=CToolTip id="tt27"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>include: function(</td><td class="PParameter prettyprint " nowrap>src</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dynamically adds a script node to the document header.</div></div><div class=CToolTip id="tt28"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">dispose: function()</td></tr></table></blockquote>Frees up memory in IE by resolving cyclic dependencies between the DOM and the JavaScript objects.</div></div><div class=CToolTip id="tt29"><div class=CClass>Extends mxEventSource to implement a graph component for the browser. </div></div><div class=CToolTip id="tt30"><div class=CClass>Extends mxEventSource to implement a application wrapper for a graph that adds actions, I/O using mxCodec, auto-layout using mxLayoutManager, command history using undoManager, and standard dialogs and widgets, eg. </div></div><div class=CToolTip id="tt31"><div class=CVariable>Basepath for all URLs in the core without trailing slash. </div></div><div class=CToolTip id="tt32"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>getSpecialBundle: function(</td><td class="PParameter prettyprint " nowrap>basename,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>lan</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook for subclassers to return the URL for the special bundle. </div></div><div class=CToolTip id="tt33"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.askZoomResource</td></tr></table></blockquote>Specifies the resource key for the zoom dialog. </div></div><div class=CToolTip id="tt34"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.lastSavedResource</td></tr></table></blockquote>Specifies the resource key for the last saved info. </div></div><div class=CToolTip id="tt35"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.currentFileResource</td></tr></table></blockquote>Specifies the resource key for the current file info. </div></div><div class=CToolTip id="tt36"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.propertiesResource</td></tr></table></blockquote>Specifies the resource key for the properties window title. </div></div><div class=CToolTip id="tt37"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.tasksResource</td></tr></table></blockquote>Specifies the resource key for the tasks window title. </div></div><div class=CToolTip id="tt38"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.helpResource</td></tr></table></blockquote>Specifies the resource key for the help window title. </div></div><div class=CToolTip id="tt39"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.outlineResource</td></tr></table></blockquote>Specifies the resource key for the outline window title. </div></div><div class=CToolTip id="tt40"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxElbowEdgeHandler.prototype.doubleClickOrientationResource</td></tr></table></blockquote>Specifies the resource key for the tooltip to be displayed on the single control point for routed edges. </div></div><div class=CToolTip id="tt41"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>errorResource: (</td><td class="PTypePrefix prettyprint " nowrap>mxClient.</td><td class="PType prettyprint " nowrap>language </td><td class="PParameter prettyprint " nowrap>!</td><td class="PDefaultValuePrefix prettyprint "> = </td><td class="PDefaultValue prettyprint " width=100%> 'none'</td><td class="PAfterParameters prettyprint "nowrap>) ? 'error' : ''</td></tr></table></td></tr></table></blockquote>Specifies the resource key for the title of the error window. </div></div><div class=CToolTip id="tt42"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>closeResource: (</td><td class="PTypePrefix prettyprint " nowrap>mxClient.</td><td class="PType prettyprint " nowrap>language </td><td class="PParameter prettyprint " nowrap>!</td><td class="PDefaultValuePrefix prettyprint "> = </td><td class="PDefaultValue prettyprint " width=100%> 'none'</td><td class="PAfterParameters prettyprint "nowrap>) ? 'close' : ''</td></tr></table></td></tr></table></blockquote>Specifies the resource key for the label of the close button. </div></div><div class=CToolTip id="tt43"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphSelectionModel.prototype.doneResource</td></tr></table></blockquote>Specifies the resource key for the status message after a long operation. </div></div><div class=CToolTip id="tt44"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphSelectionModel.prototype.updatingSelectionResource</td></tr></table></blockquote>Specifies the resource key for the status message while the selection is being updated. </div></div><div class=CToolTip id="tt45"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.doneResource</td></tr></table></blockquote>Specifies the resource key for the status message after a long operation. </div></div><div class=CToolTip id="tt46"><div class=CFunction>Specifies the resource key for the status message while the document is being updated. </div></div><div class=CToolTip id="tt47"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.containsValidationErrorsResource</td></tr></table></blockquote>Specifies the resource key for the warning message to be displayed when a collapsed cell contains validation errors. </div></div><div class=CToolTip id="tt48"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.alreadyConnectedResource</td></tr></table></blockquote>Specifies the resource key for the error message to be displayed in non-multigraphs when two vertices are already connected. </div></div><div class=CToolTip id="tt49"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>isLanguageSupported: function(</td><td class="PParameter prettyprint " nowrap>lan</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook for subclassers to disable support for a given language. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERSION: '3.7.6'</td></tr></table></blockquote>Contains the current version of the mxGraph library. </div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IE: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'MSIE'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Internet Explorer 10 or below. </div></div><div class=CToolTip id="tt3"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IE6: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'MSIE 6'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Internet Explorer 6.x.</div></div><div class=CToolTip id="tt4"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IE11: !!navigator.userAgent.match(</td><td class="PParameter prettyprint " nowrap>/Trident\/7\./</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>True if the current browser is Internet Explorer 11.x.</div></div><div class=CToolTip id="tt5"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_EDGE: !!navigator.userAgent.match(</td><td class="PParameter prettyprint " nowrap>/Edge\//</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>True if the current browser is Microsoft Edge.</div></div><div class=CToolTip id="tt6"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_QUIRKS: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'MSIE'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Internet Explorer and it is in quirks mode.</div></div><div class=CToolTip id="tt7"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "colspan=2>IS_EM: 'spellcheck' in document.createElement(</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'textarea'</td></tr><tr><td class="PAfterParameters prettyprint "colspan=2>) && document.documentMode</td></tr></table></td></tr></table></blockquote>True if the browser is IE11 in enterprise mode (IE8 standards mode).</div></div><div class=CToolTip id="tt8"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VML_PREFIX: 'v'</td></tr></table></blockquote>Prefix for VML namespace in node names. </div></div><div class=CToolTip id="tt9"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">OFFICE_PREFIX: 'o'</td></tr></table></blockquote>Prefix for VML office namespace in node names. </div></div><div class=CToolTip id="tt10"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_NS: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Mozilla/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Netscape (including Firefox).</div></div><div class=CToolTip id="tt11"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_OP: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Opera/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Opera.</div></div><div class=CToolTip id="tt12"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_OT: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Presto/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if -o-transform is available as a CSS style, ie for Opera browsers based on a Presto engine with version 2.5 or later.</div></div><div class=CToolTip id="tt13"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_SF: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'AppleWebKit/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Safari.</div></div><div class=CToolTip id="tt14"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_IOS: (</td><td class="PTypePrefix prettyprint " nowrap>navigator.userAgent.match(/(iPad|iPhone|iPod)/g) ? true </td><td class="PType prettyprint " nowrap>: </td><td class="PParameter prettyprint " nowrap>false</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the user agent is an iPad, iPhone or iPod.</div></div><div class=CToolTip id="tt15"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_GC: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Chrome/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Google Chrome.</div></div><div class=CToolTip id="tt16"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">IS_CHROMEAPP: window.chrome !</td></tr></table></blockquote>True if the this is running inside a Chrome App.</div></div><div class=CToolTip id="tt17"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_FF: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Firefox/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the current browser is Firefox.</div></div><div class=CToolTip id="tt18"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_SVG: navigator.userAgent.indexOf(</td><td class="PParameter prettyprint " nowrap>'Firefox/'</td><td class="PAfterParameters prettyprint "nowrap>) ></td></tr></table></td></tr></table></blockquote>True if the browser supports SVG.</div></div><div class=CToolTip id="tt19"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "colspan=2>NO_FO: !document.createElementNS || document.createElementNS(</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'http://www.w3.org/2000/svg',</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'foreignObject'</td></tr><tr><td class="PAfterParameters prettyprint "colspan=2>) !</td></tr></table></td></tr></table></blockquote>True if foreignObject support is not available. </div></div><div class=CToolTip id="tt20"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">IS_VML: navigator.appName.toUpperCase()</td></tr></table></blockquote>True if the browser supports VML.</div></div><div class=CToolTip id="tt21"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_WIN: navigator.appVersion.indexOf(</td><td class="PParameter prettyprint " nowrap>'Win'</td><td class="PAfterParameters prettyprint "nowrap>) > 0</td></tr></table></td></tr></table></blockquote>True if the client is a Windows.</div></div><div class=CToolTip id="tt22"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>IS_MAC: navigator.appVersion.indexOf(</td><td class="PParameter prettyprint " nowrap>'Mac'</td><td class="PAfterParameters prettyprint "nowrap>) > 0</td></tr></table></td></tr></table></blockquote>True if the client is a Mac.</div></div><div class=CToolTip id="tt23"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">IS_TOUCH: 'ontouchstart' in document.documentElement</td></tr></table></blockquote>True if this device supports touchstart/-move/-end events (Apple iOS, Android, Chromebook and Chrome Browser on touch-enabled devices).</div></div><div class=CToolTip id="tt24"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">IS_POINTER: window.PointerEvent !</td></tr></table></blockquote>True if this device supports Microsoft pointer events (always false on Macs).</div></div><div class=CToolTip id="tt25"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">isBrowserSupported: function()</td></tr></table></blockquote>Returns true if the current browser is supported, that is, if mxClient.IS_VML or mxClient.IS_SVG is true.</div></div><div class=CToolTip id="tt26"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>link: function(</td><td class="PParameter prettyprint " nowrap>rel,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>href,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a link node to the head of the document. </div></div><div class=CToolTip id="tt27"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>include: function(</td><td class="PParameter prettyprint " nowrap>src</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dynamically adds a script node to the document header.</div></div><div class=CToolTip id="tt28"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">dispose: function()</td></tr></table></blockquote>Frees up memory in IE by resolving cyclic dependencies between the DOM and the JavaScript objects.</div></div><div class=CToolTip id="tt29"><div class=CClass>Extends mxEventSource to implement a graph component for the browser. </div></div><div class=CToolTip id="tt30"><div class=CClass>Extends mxEventSource to implement a application wrapper for a graph that adds actions, I/O using mxCodec, auto-layout using mxLayoutManager, command history using undoManager, and standard dialogs and widgets, eg. </div></div><div class=CToolTip id="tt31"><div class=CVariable>Basepath for all URLs in the core without trailing slash. </div></div><div class=CToolTip id="tt32"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>getSpecialBundle: function(</td><td class="PParameter prettyprint " nowrap>basename,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>lan</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook for subclassers to return the URL for the special bundle. </div></div><div class=CToolTip id="tt33"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.askZoomResource</td></tr></table></blockquote>Specifies the resource key for the zoom dialog. </div></div><div class=CToolTip id="tt34"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.lastSavedResource</td></tr></table></blockquote>Specifies the resource key for the last saved info. </div></div><div class=CToolTip id="tt35"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.currentFileResource</td></tr></table></blockquote>Specifies the resource key for the current file info. </div></div><div class=CToolTip id="tt36"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.propertiesResource</td></tr></table></blockquote>Specifies the resource key for the properties window title. </div></div><div class=CToolTip id="tt37"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.tasksResource</td></tr></table></blockquote>Specifies the resource key for the tasks window title. </div></div><div class=CToolTip id="tt38"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.helpResource</td></tr></table></blockquote>Specifies the resource key for the help window title. </div></div><div class=CToolTip id="tt39"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.outlineResource</td></tr></table></blockquote>Specifies the resource key for the outline window title. </div></div><div class=CToolTip id="tt40"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxElbowEdgeHandler.prototype.doubleClickOrientationResource</td></tr></table></blockquote>Specifies the resource key for the tooltip to be displayed on the single control point for routed edges. </div></div><div class=CToolTip id="tt41"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>errorResource: (</td><td class="PTypePrefix prettyprint " nowrap>mxClient.</td><td class="PType prettyprint " nowrap>language </td><td class="PParameter prettyprint " nowrap>!</td><td class="PDefaultValuePrefix prettyprint "> = </td><td class="PDefaultValue prettyprint " width=100%> 'none'</td><td class="PAfterParameters prettyprint "nowrap>) ? 'error' : ''</td></tr></table></td></tr></table></blockquote>Specifies the resource key for the title of the error window. </div></div><div class=CToolTip id="tt42"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>closeResource: (</td><td class="PTypePrefix prettyprint " nowrap>mxClient.</td><td class="PType prettyprint " nowrap>language </td><td class="PParameter prettyprint " nowrap>!</td><td class="PDefaultValuePrefix prettyprint "> = </td><td class="PDefaultValue prettyprint " width=100%> 'none'</td><td class="PAfterParameters prettyprint "nowrap>) ? 'close' : ''</td></tr></table></td></tr></table></blockquote>Specifies the resource key for the label of the close button. </div></div><div class=CToolTip id="tt43"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphSelectionModel.prototype.doneResource</td></tr></table></blockquote>Specifies the resource key for the status message after a long operation. </div></div><div class=CToolTip id="tt44"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphSelectionModel.prototype.updatingSelectionResource</td></tr></table></blockquote>Specifies the resource key for the status message while the selection is being updated. </div></div><div class=CToolTip id="tt45"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.doneResource</td></tr></table></blockquote>Specifies the resource key for the status message after a long operation. </div></div><div class=CToolTip id="tt46"><div class=CFunction>Specifies the resource key for the status message while the document is being updated. </div></div><div class=CToolTip id="tt47"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.containsValidationErrorsResource</td></tr></table></blockquote>Specifies the resource key for the warning message to be displayed when a collapsed cell contains validation errors. </div></div><div class=CToolTip id="tt48"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.alreadyConnectedResource</td></tr></table></blockquote>Specifies the resource key for the error message to be displayed in non-multigraphs when two vertices are already connected. </div></div><div class=CToolTip id="tt49"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>isLanguageSupported: function(</td><td class="PParameter prettyprint " nowrap>lan</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook for subclassers to disable support for a given language. </div></div><!--END_ND_TOOLTIPS-->
docs/js-api/files/view/mxCellRenderer-js.html+42 −38 modifieddocs/js-api/files/view/mxGraph-js.html+3 −3 modifieddocs/js-api/files/view/mxPrintPreview-js.html+17 −15 modified@@ -12,14 +12,14 @@ <div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxPrintPreview"></a>mxPrintPreview</h1><div class=CBody><p>Implements printing of a diagram across multiple pages. The following opens a print preview for an existing graph:</p><blockquote><pre class="prettyprint">var preview = new mxPrintPreview(graph); -preview.open();</pre></blockquote><p>Use <a href="../util/mxUtils-js.html#mxUtils.getScaleForPageCount" class=LFunction id=link43 onMouseOver="ShowTip(event, 'tt40', 'link43')" onMouseOut="HideTip('tt40')">mxUtils.getScaleForPageCount</a> as follows in order to print the graph across a given number of pages:</p><blockquote><pre class="prettyprint">var pageCount = mxUtils.prompt('Enter page count', '1'); +preview.open();</pre></blockquote><p>Use <a href="../util/mxUtils-js.html#mxUtils.getScaleForPageCount" class=LFunction id=link44 onMouseOver="ShowTip(event, 'tt41', 'link44')" onMouseOut="HideTip('tt41')">mxUtils.getScaleForPageCount</a> as follows in order to print the graph across a given number of pages:</p><blockquote><pre class="prettyprint">var pageCount = mxUtils.prompt('Enter page count', '1'); if (pageCount != null) { var scale = mxUtils.getScaleForPageCount(pageCount, graph); var preview = new mxPrintPreview(graph, scale); preview.open(); -}</pre></blockquote><h4 class=CHeading>Additional pages</h4><p>To add additional pages before and after the output, <a href="#mxPrintPreview.getCoverPages" class=LFunction id=link44 onMouseOver="ShowTip(event, 'tt36', 'link44')" onMouseOut="HideTip('tt36')">getCoverPages</a> and <a href="#mxPrintPreview.getAppendices" class=LFunction id=link45 onMouseOver="ShowTip(event, 'tt37', 'link45')" onMouseOut="HideTip('tt37')">getAppendices</a> can be used, respectively.</p><blockquote><pre class="prettyprint">var preview = new mxPrintPreview(graph, 1); +}</pre></blockquote><h4 class=CHeading>Additional pages</h4><p>To add additional pages before and after the output, <a href="#mxPrintPreview.getCoverPages" class=LFunction id=link45 onMouseOver="ShowTip(event, 'tt37', 'link45')" onMouseOut="HideTip('tt37')">getCoverPages</a> and <a href="#mxPrintPreview.getAppendices" class=LFunction id=link46 onMouseOver="ShowTip(event, 'tt38', 'link46')" onMouseOut="HideTip('tt38')">getAppendices</a> can be used, respectively.</p><blockquote><pre class="prettyprint">var preview = new mxPrintPreview(graph, 1); preview.getCoverPages = function(w, h) { @@ -37,7 +37,7 @@ }))]; }; -preview.open();</pre></blockquote><h4 class=CHeading>CSS</h4><p>The CSS from the original page is not carried over to the print preview. To add CSS to the page, use the css argument in the <a href="#mxPrintPreview.open" class=LFunction id=link46 onMouseOver="ShowTip(event, 'tt22', 'link46')" onMouseOut="HideTip('tt22')">open</a> function or override <a href="#mxPrintPreview.writeHead" class=LFunction id=link47 onMouseOver="ShowTip(event, 'tt30', 'link47')" onMouseOut="HideTip('tt30')">writeHead</a> to add the respective link tags as follows:</p><blockquote><pre class="prettyprint">var writeHead = preview.writeHead; +preview.open();</pre></blockquote><h4 class=CHeading>CSS</h4><p>The CSS from the original page is not carried over to the print preview. To add CSS to the page, use the css argument in the <a href="#mxPrintPreview.open" class=LFunction id=link47 onMouseOver="ShowTip(event, 'tt22', 'link47')" onMouseOut="HideTip('tt22')">open</a> function or override <a href="#mxPrintPreview.writeHead" class=LFunction id=link48 onMouseOver="ShowTip(event, 'tt30', 'link48')" onMouseOut="HideTip('tt30')">writeHead</a> to add the respective link tags as follows:</p><blockquote><pre class="prettyprint">var writeHead = preview.writeHead; preview.writeHead = function(doc, css) { writeHead.apply(this, arguments); @@ -51,7 +51,7 @@ doc.writeln(' body > div { padding-top:30px;padding-left:40px;box-sizing:content-box; }'); doc.writeln('}'); doc.writeln('</style>'); -};</pre></blockquote><h4 class=CHeading>Headers</h4><p>Apart from setting the title argument in the mxPrintPreview constructor you can override <a href="#mxPrintPreview.renderPage" class=LFunction id=link48 onMouseOver="ShowTip(event, 'tt32', 'link48')" onMouseOut="HideTip('tt32')">renderPage</a> as follows to add a header to any page:</p><blockquote><pre class="prettyprint">var oldRenderPage = mxPrintPreview.prototype.renderPage; +};</pre></blockquote><h4 class=CHeading>Headers</h4><p>Apart from setting the title argument in the mxPrintPreview constructor you can override <a href="#mxPrintPreview.renderPage" class=LFunction id=link49 onMouseOver="ShowTip(event, 'tt32', 'link49')" onMouseOut="HideTip('tt32')">renderPage</a> as follows to add a header to any page:</p><blockquote><pre class="prettyprint">var oldRenderPage = mxPrintPreview.prototype.renderPage; mxPrintPreview.prototype.renderPage = function(w, h, x, y, content, pageNumber) { var div = oldRenderPage.apply(this, arguments); @@ -65,24 +65,24 @@ div.firstChild.appendChild(header); return div; -};</pre></blockquote><p>The pageNumber argument contains the number of the current page, starting at 1. To display a header on the first page only, check pageNumber and add a vertical offset in the constructor call for the height of the header.</p><h4 class=CHeading>Page Format</h4><p>For landscape printing, use <mxConstants.PAGE_FORMAT_A4_LANDSCAPE> as the pageFormat in <a href="../util/mxUtils-js.html#mxUtils.getScaleForPageCount" class=LFunction id=link49 onMouseOver="ShowTip(event, 'tt40', 'link49')" onMouseOut="HideTip('tt40')">mxUtils.getScaleForPageCount</a> and <a href="#mxPrintPreview.mxPrintPreview" class=LFunction id=link50 onMouseOver="ShowTip(event, 'tt1', 'link50')" onMouseOut="HideTip('tt1')">mxPrintPreview</a>. Keep in mind that one can not set the defaults for the print dialog of the operating system from JavaScript so the user must manually choose a page format that matches this setting.</p><p>You can try passing the following CSS directive to <a href="#mxPrintPreview.open" class=LFunction id=link51 onMouseOver="ShowTip(event, 'tt22', 'link51')" onMouseOut="HideTip('tt22')">open</a> to set the page format in the print dialog to landscape. However, this CSS directive seems to be ignored in most major browsers, including IE.</p><blockquote><pre class="prettyprint">@page { +};</pre></blockquote><p>The pageNumber argument contains the number of the current page, starting at 1. To display a header on the first page only, check pageNumber and add a vertical offset in the constructor call for the height of the header.</p><h4 class=CHeading>Page Format</h4><p>For landscape printing, use <mxConstants.PAGE_FORMAT_A4_LANDSCAPE> as the pageFormat in <a href="../util/mxUtils-js.html#mxUtils.getScaleForPageCount" class=LFunction id=link50 onMouseOver="ShowTip(event, 'tt41', 'link50')" onMouseOut="HideTip('tt41')">mxUtils.getScaleForPageCount</a> and <a href="#mxPrintPreview.mxPrintPreview" class=LFunction id=link51 onMouseOver="ShowTip(event, 'tt1', 'link51')" onMouseOut="HideTip('tt1')">mxPrintPreview</a>. Keep in mind that one can not set the defaults for the print dialog of the operating system from JavaScript so the user must manually choose a page format that matches this setting.</p><p>You can try passing the following CSS directive to <a href="#mxPrintPreview.open" class=LFunction id=link52 onMouseOver="ShowTip(event, 'tt22', 'link52')" onMouseOut="HideTip('tt22')">open</a> to set the page format in the print dialog to landscape. However, this CSS directive seems to be ignored in most major browsers, including IE.</p><blockquote><pre class="prettyprint">@page { size: landscape; }</pre></blockquote><p>Note that the print preview behaves differently in IE when used from the filesystem or via HTTP so printing should always be tested via HTTP.</p><p>If you are using a DOCTYPE in the source page you can override <getDoctype> and provide the same DOCTYPE for the print preview if required. Here is an example for IE8 standards mode.</p><blockquote><pre class="prettyprint">var preview = new mxPrintPreview(graph); preview.getDoctype = function() { return '<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=8" ><![endif]-->'; }; -preview.open();</pre></blockquote><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxPrintPreview" >mxPrintPreview</a></td><td class=SDescription>Implements printing of a diagram across multiple pages. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxPrintPreview.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.mxPrintPreview" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxPrintPreview</a></td><td class=SDescription>Constructs a new print preview for the given parameters.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxPrintPreview.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.graph" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">graph</a></td><td class=SDescription>Reference to the <a href="mxGraph-js.html#mxGraph" class=LClass id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">mxGraph</a> that should be previewed.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.pageFormat" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">pageFormat</a></td><td class=SDescription>Holds the <a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">mxRectangle</a> that defines the page format.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.scale" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">scale</a></td><td class=SDescription>Holds the scale of the print preview.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.border" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')">border</a></td><td class=SDescription>The border inset around each side of every page in the preview. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.marginTop" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')">marginTop</a></td><td class=SDescription>The margin at the top of the page (number). </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.marginBottom" id=link9 onMouseOver="ShowTip(event, 'tt9', 'link9')" onMouseOut="HideTip('tt9')">marginBottom</a></td><td class=SDescription>The margin at the bottom of the page (number). </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.x0" id=link10 onMouseOver="ShowTip(event, 'tt10', 'link10')" onMouseOut="HideTip('tt10')">x0</a></td><td class=SDescription>Holds the horizontal offset of the output.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.y0" id=link11 onMouseOver="ShowTip(event, 'tt11', 'link11')" onMouseOut="HideTip('tt11')">y0</a></td><td class=SDescription>Holds the vertical offset of the output.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.autoOrigin" id=link12 onMouseOver="ShowTip(event, 'tt12', 'link12')" onMouseOut="HideTip('tt12')">autoOrigin</a></td><td class=SDescription>Specifies if the origin should be automatically computed based on the top, left corner of the actual diagram contents. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.printOverlays" id=link13 onMouseOver="ShowTip(event, 'tt13', 'link13')" onMouseOut="HideTip('tt13')">printOverlays</a></td><td class=SDescription>Specifies if overlays should be printed. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.printControls" id=link14 onMouseOver="ShowTip(event, 'tt14', 'link14')" onMouseOut="HideTip('tt14')">printControls</a></td><td class=SDescription>Specifies if controls (such as folding icons) should be printed. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.printBackgroundImage" id=link15 onMouseOver="ShowTip(event, 'tt15', 'link15')" onMouseOut="HideTip('tt15')">printBackgroundImage</a></td><td class=SDescription>Specifies if the background image should be printed. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.backgroundColor" id=link16 onMouseOver="ShowTip(event, 'tt16', 'link16')" onMouseOut="HideTip('tt16')">backgroundColor</a></td><td class=SDescription>Holds the color value for the page background color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.borderColor" id=link17 onMouseOver="ShowTip(event, 'tt17', 'link17')" onMouseOut="HideTip('tt17')">borderColor</a></td><td class=SDescription>Holds the color value for the page border.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.title" id=link18 onMouseOver="ShowTip(event, 'tt18', 'link18')" onMouseOut="HideTip('tt18')">title</a></td><td class=SDescription>Holds the title of the preview window.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.pageSelector" id=link19 onMouseOver="ShowTip(event, 'tt19', 'link19')" onMouseOut="HideTip('tt19')">pageSelector</a></td><td class=SDescription>Boolean that specifies if the page selector should be displayed. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.wnd" id=link20 onMouseOver="ShowTip(event, 'tt20', 'link20')" onMouseOut="HideTip('tt20')">wnd</a></td><td class=SDescription>Reference to the preview window.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.targetWindow" id=link21 onMouseOver="ShowTip(event, 'tt21', 'link21')" onMouseOut="HideTip('tt21')">targetWindow</a></td><td class=SDescription>Assign any window here to redirect the rendering in <a href="#mxPrintPreview.open" class=LFunction id=link22 onMouseOver="ShowTip(event, 'tt22', 'link22')" onMouseOut="HideTip('tt22')">open</a>.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.pageCount" id=link23 onMouseOver="ShowTip(event, 'tt23', 'link23')" onMouseOut="HideTip('tt23')">pageCount</a></td><td class=SDescription>Holds the actual number of pages in the preview.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.clipping" id=link24 onMouseOver="ShowTip(event, 'tt24', 'link24')" onMouseOut="HideTip('tt24')">clipping</a></td><td class=SDescription>Specifies is clipping should be used to avoid creating too many cell states in large diagrams. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxPrintPreview.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.getWindow" id=link25 onMouseOver="ShowTip(event, 'tt25', 'link25')" onMouseOut="HideTip('tt25')">getWindow</a></td><td class=SDescription>Returns <a href="#mxPrintPreview.wnd" class=LVariable id=link26 onMouseOver="ShowTip(event, 'tt20', 'link26')" onMouseOut="HideTip('tt20')">wnd</a>.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.getDocType" >getDocType</a></td><td class=SDescription>Returns the string that should go before the HTML tag in the print preview page. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.appendGraph" id=link27 onMouseOver="ShowTip(event, 'tt26', 'link27')" onMouseOut="HideTip('tt26')">appendGraph</a></td><td class=SDescription>Adds the given graph to the existing print preview.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.open" id=link28 onMouseOver="ShowTip(event, 'tt22', 'link28')" onMouseOut="HideTip('tt22')">open</a></td><td class=SDescription>Shows the print preview window. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.addPageBreak" id=link29 onMouseOver="ShowTip(event, 'tt27', 'link29')" onMouseOut="HideTip('tt27')">addPageBreak</a></td><td class=SDescription>Adds a page break to the given document.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.closeDocument" id=link30 onMouseOver="ShowTip(event, 'tt28', 'link30')" onMouseOut="HideTip('tt28')">closeDocument</a></td><td class=SDescription>Writes the closing tags for body and page after calling <a href="#mxPrintPreview.writePostfix" class=LFunction id=link31 onMouseOver="ShowTip(event, 'tt29', 'link31')" onMouseOut="HideTip('tt29')">writePostfix</a>.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.writeHead" id=link32 onMouseOver="ShowTip(event, 'tt30', 'link32')" onMouseOut="HideTip('tt30')">writeHead</a></td><td class=SDescription>Writes the HEAD section into the given document, without the opening and closing HEAD tags.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.writePostfix" id=link33 onMouseOver="ShowTip(event, 'tt29', 'link33')" onMouseOut="HideTip('tt29')">writePostfix</a></td><td class=SDescription>Called before closing the body of the page. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.createPageSelector" id=link34 onMouseOver="ShowTip(event, 'tt31', 'link34')" onMouseOut="HideTip('tt31')">createPageSelector</a></td><td class=SDescription>Creates the page selector table.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.renderPage" id=link35 onMouseOver="ShowTip(event, 'tt32', 'link35')" onMouseOut="HideTip('tt32')">renderPage</a></td><td class=SDescription>Creates a DIV that prints a single page of the given graph using the given scale and returns the DIV that represents the page.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.getRoot" id=link36 onMouseOver="ShowTip(event, 'tt33', 'link36')" onMouseOut="HideTip('tt33')">getRoot</a></td><td class=SDescription>Returns the root cell for painting the graph.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.addGraphFragment" id=link37 onMouseOver="ShowTip(event, 'tt34', 'link37')" onMouseOut="HideTip('tt34')">addGraphFragment</a></td><td class=SDescription>Adds a graph fragment to the given div.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.insertBackgroundImage" id=link38 onMouseOver="ShowTip(event, 'tt35', 'link38')" onMouseOut="HideTip('tt35')">insertBackgroundImage</a></td><td class=SDescription>Inserts the background image into the given div.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.getCoverPages" id=link39 onMouseOver="ShowTip(event, 'tt36', 'link39')" onMouseOut="HideTip('tt36')">getCoverPages</a></td><td class=SDescription>Returns the pages to be added before the print output. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.getAppendices" id=link40 onMouseOver="ShowTip(event, 'tt37', 'link40')" onMouseOut="HideTip('tt37')">getAppendices</a></td><td class=SDescription>Returns the pages to be added after the print output. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.print" id=link41 onMouseOver="ShowTip(event, 'tt38', 'link41')" onMouseOut="HideTip('tt38')">print</a></td><td class=SDescription>Opens the print preview and shows the print dialog.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.close" id=link42 onMouseOver="ShowTip(event, 'tt39', 'link42')" onMouseOut="HideTip('tt39')">close</a></td><td class=SDescription>Closes the print preview window.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div> +preview.open();</pre></blockquote><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxPrintPreview" >mxPrintPreview</a></td><td class=SDescription>Implements printing of a diagram across multiple pages. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxPrintPreview.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.mxPrintPreview" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxPrintPreview</a></td><td class=SDescription>Constructs a new print preview for the given parameters.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxPrintPreview.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.graph" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">graph</a></td><td class=SDescription>Reference to the <a href="mxGraph-js.html#mxGraph" class=LClass id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">mxGraph</a> that should be previewed.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.pageFormat" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">pageFormat</a></td><td class=SDescription>Holds the <a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">mxRectangle</a> that defines the page format.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.scale" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">scale</a></td><td class=SDescription>Holds the scale of the print preview.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.border" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')">border</a></td><td class=SDescription>The border inset around each side of every page in the preview. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.marginTop" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')">marginTop</a></td><td class=SDescription>The margin at the top of the page (number). </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.marginBottom" id=link9 onMouseOver="ShowTip(event, 'tt9', 'link9')" onMouseOut="HideTip('tt9')">marginBottom</a></td><td class=SDescription>The margin at the bottom of the page (number). </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.x0" id=link10 onMouseOver="ShowTip(event, 'tt10', 'link10')" onMouseOut="HideTip('tt10')">x0</a></td><td class=SDescription>Holds the horizontal offset of the output.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.y0" id=link11 onMouseOver="ShowTip(event, 'tt11', 'link11')" onMouseOut="HideTip('tt11')">y0</a></td><td class=SDescription>Holds the vertical offset of the output.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.autoOrigin" id=link12 onMouseOver="ShowTip(event, 'tt12', 'link12')" onMouseOut="HideTip('tt12')">autoOrigin</a></td><td class=SDescription>Specifies if the origin should be automatically computed based on the top, left corner of the actual diagram contents. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.printOverlays" id=link13 onMouseOver="ShowTip(event, 'tt13', 'link13')" onMouseOut="HideTip('tt13')">printOverlays</a></td><td class=SDescription>Specifies if overlays should be printed. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.printControls" id=link14 onMouseOver="ShowTip(event, 'tt14', 'link14')" onMouseOut="HideTip('tt14')">printControls</a></td><td class=SDescription>Specifies if controls (such as folding icons) should be printed. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.printBackgroundImage" id=link15 onMouseOver="ShowTip(event, 'tt15', 'link15')" onMouseOut="HideTip('tt15')">printBackgroundImage</a></td><td class=SDescription>Specifies if the background image should be printed. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.backgroundColor" id=link16 onMouseOver="ShowTip(event, 'tt16', 'link16')" onMouseOut="HideTip('tt16')">backgroundColor</a></td><td class=SDescription>Holds the color value for the page background color. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.borderColor" id=link17 onMouseOver="ShowTip(event, 'tt17', 'link17')" onMouseOut="HideTip('tt17')">borderColor</a></td><td class=SDescription>Holds the color value for the page border.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.title" id=link18 onMouseOver="ShowTip(event, 'tt18', 'link18')" onMouseOut="HideTip('tt18')">title</a></td><td class=SDescription>Holds the title of the preview window.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.pageSelector" id=link19 onMouseOver="ShowTip(event, 'tt19', 'link19')" onMouseOut="HideTip('tt19')">pageSelector</a></td><td class=SDescription>Boolean that specifies if the page selector should be displayed. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.wnd" id=link20 onMouseOver="ShowTip(event, 'tt20', 'link20')" onMouseOut="HideTip('tt20')">wnd</a></td><td class=SDescription>Reference to the preview window.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.targetWindow" id=link21 onMouseOver="ShowTip(event, 'tt21', 'link21')" onMouseOut="HideTip('tt21')">targetWindow</a></td><td class=SDescription>Assign any window here to redirect the rendering in <a href="#mxPrintPreview.open" class=LFunction id=link22 onMouseOver="ShowTip(event, 'tt22', 'link22')" onMouseOut="HideTip('tt22')">open</a>.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.pageCount" id=link23 onMouseOver="ShowTip(event, 'tt23', 'link23')" onMouseOut="HideTip('tt23')">pageCount</a></td><td class=SDescription>Holds the actual number of pages in the preview.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxPrintPreview.clipping" id=link24 onMouseOver="ShowTip(event, 'tt24', 'link24')" onMouseOut="HideTip('tt24')">clipping</a></td><td class=SDescription>Specifies is clipping should be used to avoid creating too many cell states in large diagrams. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxPrintPreview.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.getWindow" id=link25 onMouseOver="ShowTip(event, 'tt25', 'link25')" onMouseOut="HideTip('tt25')">getWindow</a></td><td class=SDescription>Returns <a href="#mxPrintPreview.wnd" class=LVariable id=link26 onMouseOver="ShowTip(event, 'tt20', 'link26')" onMouseOut="HideTip('tt20')">wnd</a>.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.getDocType" >getDocType</a></td><td class=SDescription>Returns the string that should go before the HTML tag in the print preview page. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.appendGraph" id=link27 onMouseOver="ShowTip(event, 'tt26', 'link27')" onMouseOut="HideTip('tt26')">appendGraph</a></td><td class=SDescription>Adds the given graph to the existing print preview.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.open" id=link28 onMouseOver="ShowTip(event, 'tt22', 'link28')" onMouseOut="HideTip('tt22')">open</a></td><td class=SDescription>Shows the print preview window. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.addPageBreak" id=link29 onMouseOver="ShowTip(event, 'tt27', 'link29')" onMouseOut="HideTip('tt27')">addPageBreak</a></td><td class=SDescription>Adds a page break to the given document.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.closeDocument" id=link30 onMouseOver="ShowTip(event, 'tt28', 'link30')" onMouseOut="HideTip('tt28')">closeDocument</a></td><td class=SDescription>Writes the closing tags for body and page after calling <a href="#mxPrintPreview.writePostfix" class=LFunction id=link31 onMouseOver="ShowTip(event, 'tt29', 'link31')" onMouseOut="HideTip('tt29')">writePostfix</a>.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.writeHead" id=link32 onMouseOver="ShowTip(event, 'tt30', 'link32')" onMouseOut="HideTip('tt30')">writeHead</a></td><td class=SDescription>Writes the HEAD section into the given document, without the opening and closing HEAD tags.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.writePostfix" id=link33 onMouseOver="ShowTip(event, 'tt29', 'link33')" onMouseOut="HideTip('tt29')">writePostfix</a></td><td class=SDescription>Called before closing the body of the page. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.createPageSelector" id=link34 onMouseOver="ShowTip(event, 'tt31', 'link34')" onMouseOut="HideTip('tt31')">createPageSelector</a></td><td class=SDescription>Creates the page selector table.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.renderPage" id=link35 onMouseOver="ShowTip(event, 'tt32', 'link35')" onMouseOut="HideTip('tt32')">renderPage</a></td><td class=SDescription>Creates a DIV that prints a single page of the given graph using the given scale and returns the DIV that represents the page.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.getRoot" id=link36 onMouseOver="ShowTip(event, 'tt33', 'link36')" onMouseOut="HideTip('tt33')">getRoot</a></td><td class=SDescription>Returns the root cell for painting the graph.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.addGraphFragment" id=link37 onMouseOver="ShowTip(event, 'tt34', 'link37')" onMouseOut="HideTip('tt34')">addGraphFragment</a></td><td class=SDescription>Adds a graph fragment to the given div.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.getLinkForCellState" id=link38 onMouseOver="ShowTip(event, 'tt35', 'link38')" onMouseOut="HideTip('tt35')">getLinkForCellState</a></td><td class=SDescription>Returns the link for the given cell state. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.insertBackgroundImage" id=link39 onMouseOver="ShowTip(event, 'tt36', 'link39')" onMouseOut="HideTip('tt36')">insertBackgroundImage</a></td><td class=SDescription>Inserts the background image into the given div.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.getCoverPages" id=link40 onMouseOver="ShowTip(event, 'tt37', 'link40')" onMouseOut="HideTip('tt37')">getCoverPages</a></td><td class=SDescription>Returns the pages to be added before the print output. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.getAppendices" id=link41 onMouseOver="ShowTip(event, 'tt38', 'link41')" onMouseOut="HideTip('tt38')">getAppendices</a></td><td class=SDescription>Returns the pages to be added after the print output. </td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxPrintPreview.print" id=link42 onMouseOver="ShowTip(event, 'tt39', 'link42')" onMouseOut="HideTip('tt39')">print</a></td><td class=SDescription>Opens the print preview and shows the print dialog.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxPrintPreview.close" id=link43 onMouseOver="ShowTip(event, 'tt40', 'link43')" onMouseOut="HideTip('tt40')">close</a></td><td class=SDescription>Closes the print preview window.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div> <div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.Functions"></a>Functions</h3></div></div> -<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.mxPrintPreview"></a>mxPrintPreview</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function mxPrintPreview(</td><td class="PParameter prettyprint " nowrap>graph,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>scale,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pageFormat,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>border,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>borderColor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>title,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pageSelector</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Constructs a new print preview for the given parameters.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>graph</td><td class=CDLDescription><a href="mxGraph-js.html#mxGraph" class=LClass id=link52 onMouseOver="ShowTip(event, 'tt3', 'link52')" onMouseOut="HideTip('tt3')">mxGraph</a> to be previewed.</td></tr><tr><td class=CDLEntry>scale</td><td class=CDLDescription>Optional scale of the output. Default is 1 / <a href="mxGraph-js.html#mxGraph.pageScale" class=LVariable id=link53 onMouseOver="ShowTip(event, 'tt41', 'link53')" onMouseOut="HideTip('tt41')">mxGraph.pageScale</a>.</td></tr><tr><td class=CDLEntry>border</td><td class=CDLDescription>Border in pixels along each side of every page. Note that the actual print function in the browser will add another border for printing.</td></tr><tr><td class=CDLEntry>pageFormat</td><td class=CDLDescription><a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link54 onMouseOver="ShowTip(event, 'tt5', 'link54')" onMouseOut="HideTip('tt5')">mxRectangle</a> that specifies the page format (in pixels). This should match the page format of the printer. Default uses the <a href="mxGraph-js.html#mxGraph.pageFormat" class=LVariable id=link55 onMouseOver="ShowTip(event, 'tt42', 'link55')" onMouseOut="HideTip('tt42')">mxGraph.pageFormat</a> of the given graph.</td></tr><tr><td class=CDLEntry>x0</td><td class=CDLDescription>Optional left offset of the output. Default is 0.</td></tr><tr><td class=CDLEntry>y0</td><td class=CDLDescription>Optional top offset of the output. Default is 0.</td></tr><tr><td class=CDLEntry>borderColor</td><td class=CDLDescription>Optional color of the page border. Default is no border. Note that a border is sometimes useful to highlight the printed page border in the print preview of the browser.</td></tr><tr><td class=CDLEntry>title</td><td class=CDLDescription>Optional string that is used for the window title. Default is ‘Printer-friendly version’.</td></tr><tr><td class=CDLEntry>pageSelector</td><td class=CDLDescription>Optional boolean that specifies if the page selector should appear in the window with the print preview. Default is true.</td></tr></table></div></div></div> +<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.mxPrintPreview"></a>mxPrintPreview</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function mxPrintPreview(</td><td class="PParameter prettyprint " nowrap>graph,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>scale,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pageFormat,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>border,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>borderColor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>title,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pageSelector</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Constructs a new print preview for the given parameters.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>graph</td><td class=CDLDescription><a href="mxGraph-js.html#mxGraph" class=LClass id=link53 onMouseOver="ShowTip(event, 'tt3', 'link53')" onMouseOut="HideTip('tt3')">mxGraph</a> to be previewed.</td></tr><tr><td class=CDLEntry>scale</td><td class=CDLDescription>Optional scale of the output. Default is 1 / <a href="mxGraph-js.html#mxGraph.pageScale" class=LVariable id=link54 onMouseOver="ShowTip(event, 'tt42', 'link54')" onMouseOut="HideTip('tt42')">mxGraph.pageScale</a>.</td></tr><tr><td class=CDLEntry>border</td><td class=CDLDescription>Border in pixels along each side of every page. Note that the actual print function in the browser will add another border for printing.</td></tr><tr><td class=CDLEntry>pageFormat</td><td class=CDLDescription><a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link55 onMouseOver="ShowTip(event, 'tt5', 'link55')" onMouseOut="HideTip('tt5')">mxRectangle</a> that specifies the page format (in pixels). This should match the page format of the printer. Default uses the <a href="mxGraph-js.html#mxGraph.pageFormat" class=LVariable id=link56 onMouseOver="ShowTip(event, 'tt43', 'link56')" onMouseOut="HideTip('tt43')">mxGraph.pageFormat</a> of the given graph.</td></tr><tr><td class=CDLEntry>x0</td><td class=CDLDescription>Optional left offset of the output. Default is 0.</td></tr><tr><td class=CDLEntry>y0</td><td class=CDLDescription>Optional top offset of the output. Default is 0.</td></tr><tr><td class=CDLEntry>borderColor</td><td class=CDLDescription>Optional color of the page border. Default is no border. Note that a border is sometimes useful to highlight the printed page border in the print preview of the browser.</td></tr><tr><td class=CDLEntry>title</td><td class=CDLDescription>Optional string that is used for the window title. Default is ‘Printer-friendly version’.</td></tr><tr><td class=CDLEntry>pageSelector</td><td class=CDLDescription>Optional boolean that specifies if the page selector should appear in the window with the print preview. Default is true.</td></tr></table></div></div></div> <div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.Variables"></a>Variables</h3></div></div> -<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.graph"></a>graph</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.graph</td></tr></table></blockquote><p>Reference to the <a href="mxGraph-js.html#mxGraph" class=LClass id=link56 onMouseOver="ShowTip(event, 'tt3', 'link56')" onMouseOut="HideTip('tt3')">mxGraph</a> that should be previewed.</p></div></div></div> +<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.graph"></a>graph</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.graph</td></tr></table></blockquote><p>Reference to the <a href="mxGraph-js.html#mxGraph" class=LClass id=link57 onMouseOver="ShowTip(event, 'tt3', 'link57')" onMouseOut="HideTip('tt3')">mxGraph</a> that should be previewed.</p></div></div></div> -<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.pageFormat"></a>pageFormat</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.pageFormat</td></tr></table></blockquote><p>Holds the <a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link57 onMouseOver="ShowTip(event, 'tt5', 'link57')" onMouseOut="HideTip('tt5')">mxRectangle</a> that defines the page format.</p></div></div></div> +<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.pageFormat"></a>pageFormat</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.pageFormat</td></tr></table></blockquote><p>Holds the <a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link58 onMouseOver="ShowTip(event, 'tt5', 'link58')" onMouseOut="HideTip('tt5')">mxRectangle</a> that defines the page format.</p></div></div></div> <div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.scale"></a>scale</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.scale</td></tr></table></blockquote><p>Holds the scale of the print preview.</p></div></div></div> @@ -96,7 +96,7 @@ <div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.y0"></a>y0</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.y0</td></tr></table></blockquote><p>Holds the vertical offset of the output.</p></div></div></div> -<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.autoOrigin"></a>autoOrigin</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.autoOrigin</td></tr></table></blockquote><p>Specifies if the origin should be automatically computed based on the top, left corner of the actual diagram contents. The required offset will be added to <a href="#mxPrintPreview.x0" class=LVariable id=link58 onMouseOver="ShowTip(event, 'tt10', 'link58')" onMouseOut="HideTip('tt10')">x0</a> and <a href="#mxPrintPreview.y0" class=LVariable id=link59 onMouseOver="ShowTip(event, 'tt11', 'link59')" onMouseOut="HideTip('tt11')">y0</a> in <a href="#mxPrintPreview.open" class=LFunction id=link60 onMouseOver="ShowTip(event, 'tt22', 'link60')" onMouseOut="HideTip('tt22')">open</a>. Default is true.</p></div></div></div> +<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.autoOrigin"></a>autoOrigin</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.autoOrigin</td></tr></table></blockquote><p>Specifies if the origin should be automatically computed based on the top, left corner of the actual diagram contents. The required offset will be added to <a href="#mxPrintPreview.x0" class=LVariable id=link59 onMouseOver="ShowTip(event, 'tt10', 'link59')" onMouseOut="HideTip('tt10')">x0</a> and <a href="#mxPrintPreview.y0" class=LVariable id=link60 onMouseOver="ShowTip(event, 'tt11', 'link60')" onMouseOut="HideTip('tt11')">y0</a> in <a href="#mxPrintPreview.open" class=LFunction id=link61 onMouseOver="ShowTip(event, 'tt22', 'link61')" onMouseOut="HideTip('tt22')">open</a>. Default is true.</p></div></div></div> <div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.printOverlays"></a>printOverlays</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.printOverlays</td></tr></table></blockquote><p>Specifies if overlays should be printed. Default is false.</p></div></div></div> @@ -114,15 +114,15 @@ <div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.wnd"></a>wnd</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.wnd</td></tr></table></blockquote><p>Reference to the preview window.</p></div></div></div> -<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.targetWindow"></a>targetWindow</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.targetWindow</td></tr></table></blockquote><p>Assign any window here to redirect the rendering in <a href="#mxPrintPreview.open" class=LFunction id=link61 onMouseOver="ShowTip(event, 'tt22', 'link61')" onMouseOut="HideTip('tt22')">open</a>.</p></div></div></div> +<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.targetWindow"></a>targetWindow</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.targetWindow</td></tr></table></blockquote><p>Assign any window here to redirect the rendering in <a href="#mxPrintPreview.open" class=LFunction id=link62 onMouseOver="ShowTip(event, 'tt22', 'link62')" onMouseOut="HideTip('tt22')">open</a>.</p></div></div></div> <div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.pageCount"></a>pageCount</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.pageCount</td></tr></table></blockquote><p>Holds the actual number of pages in the preview.</p></div></div></div> <div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.clipping"></a>clipping</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.clipping</td></tr></table></blockquote><p>Specifies is clipping should be used to avoid creating too many cell states in large diagrams. The bounding box of the cells in the original diagram is used if this is enabled. Default is true.</p></div></div></div> <div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.Functions"></a>Functions</h3></div></div> -<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.getWindow"></a>getWindow</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.getWindow = function()</td></tr></table></blockquote><p>Returns <a href="#mxPrintPreview.wnd" class=LVariable id=link62 onMouseOver="ShowTip(event, 'tt20', 'link62')" onMouseOut="HideTip('tt20')">wnd</a>.</p></div></div></div> +<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.getWindow"></a>getWindow</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.getWindow = function()</td></tr></table></blockquote><p>Returns <a href="#mxPrintPreview.wnd" class=LVariable id=link63 onMouseOver="ShowTip(event, 'tt20', 'link63')" onMouseOut="HideTip('tt20')">wnd</a>.</p></div></div></div> <div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.getDocType"></a>getDocType</h3><div class=CBody><p>Returns the string that should go before the HTML tag in the print preview page. This implementation returns an X-UA meta tag for IE5 in quirks mode, IE8 in IE8 standards mode and edge in IE9 standards mode.</p></div></div></div> @@ -132,7 +132,7 @@ <div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.addPageBreak"></a>addPageBreak</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.addPageBreak = function(</td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Adds a page break to the given document.</p></div></div></div> -<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.closeDocument"></a>closeDocument</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.closeDocument = function()</td></tr></table></blockquote><p>Writes the closing tags for body and page after calling <a href="#mxPrintPreview.writePostfix" class=LFunction id=link63 onMouseOver="ShowTip(event, 'tt29', 'link63')" onMouseOut="HideTip('tt29')">writePostfix</a>.</p></div></div></div> +<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.closeDocument"></a>closeDocument</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.closeDocument = function()</td></tr></table></blockquote><p>Writes the closing tags for body and page after calling <a href="#mxPrintPreview.writePostfix" class=LFunction id=link64 onMouseOver="ShowTip(event, 'tt29', 'link64')" onMouseOut="HideTip('tt29')">writePostfix</a>.</p></div></div></div> <div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.writeHead"></a>writeHead</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writeHead = function(</td><td class="PParameter prettyprint " nowrap>doc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>css</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Writes the HEAD section into the given document, without the opening and closing HEAD tags.</p></div></div></div> @@ -144,7 +144,9 @@ <div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.getRoot"></a>getRoot</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.getRoot = function()</td></tr></table></blockquote><p>Returns the root cell for painting the graph.</p></div></div></div> -<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.addGraphFragment"></a>addGraphFragment</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.addGraphFragment = function(</td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>scale,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pageNumber,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>div,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>clip</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Adds a graph fragment to the given div.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>dx</td><td class=CDLDescription>Horizontal translation for the diagram.</td></tr><tr><td class=CDLEntry>dy</td><td class=CDLDescription>Vertical translation for the diagram.</td></tr><tr><td class=CDLEntry>scale</td><td class=CDLDescription>Scale for the diagram.</td></tr><tr><td class=CDLEntry>pageNumber</td><td class=CDLDescription>Number of the page to be rendered.</td></tr><tr><td class=CDLEntry>div</td><td class=CDLDescription>Div that contains the output.</td></tr><tr><td class=CDLEntry>clip</td><td class=CDLDescription>Contains the clipping rectangle as an <a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link64 onMouseOver="ShowTip(event, 'tt5', 'link64')" onMouseOut="HideTip('tt5')">mxRectangle</a>.</td></tr></table></div></div></div> +<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.addGraphFragment"></a>addGraphFragment</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.addGraphFragment = function(</td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>scale,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pageNumber,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>div,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>clip</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Adds a graph fragment to the given div.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>dx</td><td class=CDLDescription>Horizontal translation for the diagram.</td></tr><tr><td class=CDLEntry>dy</td><td class=CDLDescription>Vertical translation for the diagram.</td></tr><tr><td class=CDLEntry>scale</td><td class=CDLDescription>Scale for the diagram.</td></tr><tr><td class=CDLEntry>pageNumber</td><td class=CDLDescription>Number of the page to be rendered.</td></tr><tr><td class=CDLEntry>div</td><td class=CDLDescription>Div that contains the output.</td></tr><tr><td class=CDLEntry>clip</td><td class=CDLDescription>Contains the clipping rectangle as an <a href="../util/mxRectangle-js.html#mxRectangle" class=LClass id=link65 onMouseOver="ShowTip(event, 'tt5', 'link65')" onMouseOut="HideTip('tt5')">mxRectangle</a>.</td></tr></table></div></div></div> + +<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.getLinkForCellState"></a>getLinkForCellState</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.getLinkForCellState = function(</td><td class="PParameter prettyprint " nowrap>state</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Returns the link for the given cell state. This returns null.</p></div></div></div> <div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.insertBackgroundImage"></a>insertBackgroundImage</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.insertBackgroundImage = function(</td><td class="PParameter prettyprint " nowrap>div,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Inserts the background image into the given div.</p></div></div></div> @@ -170,7 +172,7 @@ <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function mxPrintPreview(</td><td class="PParameter prettyprint " nowrap>graph,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>scale,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pageFormat,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>border,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>borderColor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>title,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pageSelector</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Constructs a new print preview for the given parameters.</div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.graph</td></tr></table></blockquote>Reference to the mxGraph that should be previewed.</div></div><div class=CToolTip id="tt3"><div class=CClass>Extends mxEventSource to implement a graph component for the browser. </div></div><div class=CToolTip id="tt4"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.pageFormat</td></tr></table></blockquote>Holds the mxRectangle that defines the page format.</div></div><div class=CToolTip id="tt5"><div class=CClass>Extends mxPoint to implement a 2-dimensional rectangle with double precision coordinates.</div></div><div class=CToolTip id="tt6"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.scale</td></tr></table></blockquote>Holds the scale of the print preview.</div></div><div class=CToolTip id="tt7"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.border</td></tr></table></blockquote>The border inset around each side of every page in the preview. </div></div><div class=CToolTip id="tt8"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.marginTop</td></tr></table></blockquote>The margin at the top of the page (number). </div></div><div class=CToolTip id="tt9"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.marginBottom</td></tr></table></blockquote>The margin at the bottom of the page (number). </div></div><div class=CToolTip id="tt10"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.x0</td></tr></table></blockquote>Holds the horizontal offset of the output.</div></div><div class=CToolTip id="tt11"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.y0</td></tr></table></blockquote>Holds the vertical offset of the output.</div></div><div class=CToolTip id="tt12"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.autoOrigin</td></tr></table></blockquote>Specifies if the origin should be automatically computed based on the top, left corner of the actual diagram contents. </div></div><div class=CToolTip id="tt13"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.printOverlays</td></tr></table></blockquote>Specifies if overlays should be printed. </div></div><div class=CToolTip id="tt14"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.printControls</td></tr></table></blockquote>Specifies if controls (such as folding icons) should be printed. </div></div><div class=CToolTip id="tt15"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.printBackgroundImage</td></tr></table></blockquote>Specifies if the background image should be printed. </div></div><div class=CToolTip id="tt16"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.backgroundColor</td></tr></table></blockquote>Holds the color value for the page background color. </div></div><div class=CToolTip id="tt17"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.borderColor</td></tr></table></blockquote>Holds the color value for the page border.</div></div><div class=CToolTip id="tt18"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.title</td></tr></table></blockquote>Holds the title of the preview window.</div></div><div class=CToolTip id="tt19"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.pageSelector</td></tr></table></blockquote>Boolean that specifies if the page selector should be displayed. </div></div><div class=CToolTip id="tt20"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.wnd</td></tr></table></blockquote>Reference to the preview window.</div></div><div class=CToolTip id="tt21"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.targetWindow</td></tr></table></blockquote>Assign any window here to redirect the rendering in open.</div></div><div class=CToolTip id="tt22"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.open = function(</td><td class="PParameter prettyprint " nowrap>css,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>targetWindow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>forcePageBreaks,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>keepOpen</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Shows the print preview window. </div></div><div class=CToolTip id="tt23"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.pageCount</td></tr></table></blockquote>Holds the actual number of pages in the preview.</div></div><div class=CToolTip id="tt24"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.clipping</td></tr></table></blockquote>Specifies is clipping should be used to avoid creating too many cell states in large diagrams. </div></div><div class=CToolTip id="tt25"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.getWindow = function()</td></tr></table></blockquote>Returns wnd.</div></div><div class=CToolTip id="tt26"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.appendGraph = function(</td><td class="PParameter prettyprint " nowrap>graph,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>scale,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>forcePageBreaks,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>keepOpen</td><td class="PAfterParameters prettyprint "now ... [truncated]
docs/js-api/files/view/mxTemporaryCellStates-js.html+3 −7 modified@@ -11,11 +11,7 @@ -<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxTemporaryCellStates"></a>mxTemporaryCellStates</h1><div class=CBody><p>Extends <a href="../util/mxPoint-js.html#mxPoint" class=LClass id=link8 onMouseOver="ShowTip(event, 'tt1', 'link8')" onMouseOut="HideTip('tt1')">mxPoint</a> to implement a 2-dimensional rectangle with double precision coordinates.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxTemporaryCellStates" >mxTemporaryCellStates</a></td><td class=SDescription>Extends <a href="../util/mxPoint-js.html#mxPoint" class=LClass id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxPoint</a> to implement a 2-dimensional rectangle with double precision coordinates.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxTemporaryCellStates.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxTemporaryCellStates.mxRectangle" >mxRectangle</a></td><td class=SDescription>Constructs a new rectangle for the optional parameters. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxTemporaryCellStates.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxTemporaryCellStates.view" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">view</a></td><td class=SDescription>Holds the width of the rectangle. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxTemporaryCellStates.oldStates" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">oldStates</a></td><td class=SDescription>Holds the height of the rectangle. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxTemporaryCellStates.oldBounds" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">oldBounds</a></td><td class=SDescription>Holds the height of the rectangle. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxTemporaryCellStates.oldScale" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">oldScale</a></td><td class=SDescription>Holds the height of the rectangle. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxTemporaryCellStates.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxTemporaryCellStates.destroy" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">destroy</a></td><td class=SDescription>Returns the top, left corner as a new <a href="../util/mxPoint-js.html#mxPoint" class=LClass id=link7 onMouseOver="ShowTip(event, 'tt1', 'link7')" onMouseOut="HideTip('tt1')">mxPoint</a>.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div> - -<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxTemporaryCellStates.Functions"></a>Functions</h3></div></div> - -<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxTemporaryCellStates.mxRectangle"></a>mxRectangle</h3><div class=CBody><p>Constructs a new rectangle for the optional parameters. If no parameters are given then the respective default values are used.</p></div></div></div> +<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxTemporaryCellStates"></a>mxTemporaryCellStates</h1><div class=CBody><p>Creates a temporary set of cell states.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxTemporaryCellStates" >mxTemporaryCellStates</a></td><td class=SDescription>Creates a temporary set of cell states.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxTemporaryCellStates.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxTemporaryCellStates.view" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">view</a></td><td class=SDescription>Holds the width of the rectangle. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxTemporaryCellStates.oldStates" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">oldStates</a></td><td class=SDescription>Holds the height of the rectangle. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxTemporaryCellStates.oldBounds" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">oldBounds</a></td><td class=SDescription>Holds the height of the rectangle. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxTemporaryCellStates.oldScale" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">oldScale</a></td><td class=SDescription>Holds the height of the rectangle. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxTemporaryCellStates.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxTemporaryCellStates.destroy" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">destroy</a></td><td class=SDescription>Returns the top, left corner as a new <a href="../util/mxPoint-js.html#mxPoint" class=LClass id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">mxPoint</a>.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div> <div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxTemporaryCellStates.Variables"></a>Variables</h3></div></div> @@ -29,7 +25,7 @@ <div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxTemporaryCellStates.Functions"></a>Functions</h3></div></div> -<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxTemporaryCellStates.destroy"></a>destroy</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.destroy = function()</td></tr></table></blockquote><p>Returns the top, left corner as a new <a href="../util/mxPoint-js.html#mxPoint" class=LClass id=link9 onMouseOver="ShowTip(event, 'tt1', 'link9')" onMouseOut="HideTip('tt1')">mxPoint</a>.</p></div></div></div> +<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxTemporaryCellStates.destroy"></a>destroy</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.destroy = function()</td></tr></table></blockquote><p>Returns the top, left corner as a new <a href="../util/mxPoint-js.html#mxPoint" class=LClass id=link7 onMouseOver="ShowTip(event, 'tt6', 'link7')" onMouseOut="HideTip('tt6')">mxPoint</a>.</p></div></div></div> </div><!--Content--> @@ -45,7 +41,7 @@ <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1"><div class=CClass>Implements a 2-dimensional vector with double precision coordinates.</div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.view</td></tr></table></blockquote>Holds the width of the rectangle. </div></div><div class=CToolTip id="tt3"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.oldStates</td></tr></table></blockquote>Holds the height of the rectangle. </div></div><div class=CToolTip id="tt4"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.oldBounds</td></tr></table></blockquote>Holds the height of the rectangle. </div></div><div class=CToolTip id="tt5"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.oldScale</td></tr></table></blockquote>Holds the height of the rectangle. </div></div><div class=CToolTip id="tt6"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.destroy = function()</td></tr></table></blockquote>Returns the top, left corner as a new mxPoint.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.view</td></tr></table></blockquote>Holds the width of the rectangle. </div></div><div class=CToolTip id="tt2"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.oldStates</td></tr></table></blockquote>Holds the height of the rectangle. </div></div><div class=CToolTip id="tt3"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.oldBounds</td></tr></table></blockquote>Holds the height of the rectangle. </div></div><div class=CToolTip id="tt4"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.oldScale</td></tr></table></blockquote>Holds the height of the rectangle. </div></div><div class=CToolTip id="tt5"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.destroy = function()</td></tr></table></blockquote>Returns the top, left corner as a new mxPoint.</div></div><div class=CToolTip id="tt6"><div class=CClass>Implements a 2-dimensional vector with double precision coordinates.</div></div><!--END_ND_TOOLTIPS-->
docs/js-api/index/Classes.html+1 −1 modified@@ -13,7 +13,7 @@ <div id=Index><div class=IPageTitle>Class Index</div><div class=INavigationBar>$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · <a href="#M">M</a> · N · O · P · Q · R · S · T · U · V · <a href="Classes2.html#W">W</a> · X · Y · Z</div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="M"></a>M</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#MedianCellSorter" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')" class=ISymbol>MedianCellSorter</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')" class=ISymbol>mxAbstractCanvas2D</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxActor-js.html#mxActor" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')" class=ISymbol>mxActor</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAnimation-js.html#mxAnimation" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')" class=ISymbol>mxAnimation</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxArrow-js.html#mxArrow" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')" class=ISymbol>mxArrow</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxArrowConnector-js.html#mxArrowConnector" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')" class=ISymbol>mxArrowConnector</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAutoSaveManager-js.html#mxAutoSaveManager" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')" class=ISymbol>mxAutoSaveManager</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxCell-js.html#mxCell" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')" class=ISymbol>mxCell</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxCellAttributeChange" id=link9 onMouseOver="ShowTip(event, 'tt9', 'link9')" onMouseOut="HideTip('tt9')" class=ISymbol>mxCellAttributeChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxCellCodec-js.html#mxCellCodec" id=link10 onMouseOver="ShowTip(event, 'tt10', 'link10')" onMouseOut="HideTip('tt10')" class=ISymbol>mxCellCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellEditor-js.html#mxCellEditor" id=link11 onMouseOver="ShowTip(event, 'tt11', 'link11')" onMouseOut="HideTip('tt11')" class=ISymbol>mxCellEditor</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight" id=link12 onMouseOver="ShowTip(event, 'tt12', 'link12')" onMouseOut="HideTip('tt12')" class=ISymbol>mxCellHighlight</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker" id=link13 onMouseOver="ShowTip(event, 'tt13', 'link13')" onMouseOut="HideTip('tt13')" class=ISymbol>mxCellMarker</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellOverlay-js.html#mxCellOverlay" id=link14 onMouseOver="ShowTip(event, 'tt14', 'link14')" onMouseOut="HideTip('tt14')" class=ISymbol>mxCellOverlay</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxCellPath-js.html#mxCellPath" id=link15 onMouseOver="ShowTip(event, 'tt15', 'link15')" onMouseOut="HideTip('tt15')" class=ISymbol>mxCellPath</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer" id=link16 onMouseOver="ShowTip(event, 'tt16', 'link16')" onMouseOut="HideTip('tt16')" class=ISymbol>mxCellRenderer</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellState-js.html#mxCellState" id=link17 onMouseOver="ShowTip(event, 'tt17', 'link17')" onMouseOut="HideTip('tt17')" class=ISymbol>mxCellState</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellStatePreview-js.html#mxCellStatePreview" id=link18 onMouseOver="ShowTip(event, 'tt18', 'link18')" onMouseOut="HideTip('tt18')" class=ISymbol>mxCellStatePreview</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellTracker-js.html#mxCellTracker" id=link19 onMouseOver="ShowTip(event, 'tt19', 'link19')" onMouseOut="HideTip('tt19')" class=ISymbol>mxCellTracker</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxChildChange" id=link20 onMouseOver="ShowTip(event, 'tt20', 'link20')" onMouseOut="HideTip('tt20')" class=ISymbol>mxChildChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxChildChangeCodec-js.html#mxChildChangeCodec" id=link21 onMouseOver="ShowTip(event, 'tt21', 'link21')" onMouseOut="HideTip('tt21')" class=ISymbol>mxChildChangeCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout" id=link22 onMouseOver="ShowTip(event, 'tt22', 'link22')" onMouseOut="HideTip('tt22')" class=ISymbol>mxCircleLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient" id=link23 onMouseOver="ShowTip(event, 'tt23', 'link23')" onMouseOut="HideTip('tt23')" class=ISymbol>mxClient</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxClipboard-js.html#mxClipboard" id=link24 onMouseOver="ShowTip(event, 'tt24', 'link24')" onMouseOut="HideTip('tt24')" class=ISymbol>mxClipboard</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxCloud-js.html#mxCloud" id=link25 onMouseOver="ShowTip(event, 'tt25', 'link25')" onMouseOut="HideTip('tt25')" class=ISymbol>mxCloud</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec" id=link26 onMouseOver="ShowTip(event, 'tt26', 'link26')" onMouseOut="HideTip('tt26')" class=ISymbol>mxCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxCodecRegistry-js.html#mxCodecRegistry" id=link27 onMouseOver="ShowTip(event, 'tt27', 'link27')" onMouseOut="HideTip('tt27')" class=ISymbol>mxCodecRegistry</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxCollapseChange" id=link28 onMouseOver="ShowTip(event, 'tt28', 'link28')" onMouseOut="HideTip('tt28')" class=ISymbol>mxCollapseChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout" id=link29 onMouseOver="ShowTip(event, 'tt29', 'link29')" onMouseOut="HideTip('tt29')" class=ISymbol>mxCompactTreeLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompositeLayout-js.html#mxCompositeLayout" id=link30 onMouseOver="ShowTip(event, 'tt30', 'link30')" onMouseOut="HideTip('tt30')" class=ISymbol>mxCompositeLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxConnectionConstraint-js.html#mxConnectionConstraint" id=link31 onMouseOver="ShowTip(event, 'tt31', 'link31')" onMouseOut="HideTip('tt31')" class=ISymbol>mxConnectionConstraint</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler" id=link32 onMouseOver="ShowTip(event, 'tt32', 'link32')" onMouseOut="HideTip('tt32')" class=ISymbol>mxConnectionHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxConnector-js.html#mxConnector" id=link33 onMouseOver="ShowTip(event, 'tt33', 'link33')" onMouseOut="HideTip('tt33')" class=ISymbol>mxConnector</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants" id=link34 onMouseOver="ShowTip(event, 'tt34', 'link34')" onMouseOut="HideTip('tt34')" class=ISymbol>mxConstants</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler" id=link35 onMouseOver="ShowTip(event, 'tt35', 'link35')" onMouseOut="HideTip('tt35')" class=ISymbol>mxConstraintHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment" id=link36 onMouseOver="ShowTip(event, 'tt36', 'link36')" onMouseOut="HideTip('tt36')" class=ISymbol>mxCoordinateAssignment</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxCurrentRootChange" id=link37 onMouseOver="ShowTip(event, 'tt37', 'link37')" onMouseOut="HideTip('tt37')" class=ISymbol>mxCurrentRootChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxCylinder-js.html#mxCylinder" id=link38 onMouseOver="ShowTip(event, 'tt38', 'link38')" onMouseOut="HideTip('tt38')" class=ISymbol>mxCylinder</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxDefaultKeyHandler-js.html#mxDefaultKeyHandler" id=link39 onMouseOver="ShowTip(event, 'tt39', 'link39')" onMouseOut="HideTip('tt39')" class=ISymbol>mxDefaultKeyHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxDefaultKeyHandlerCodec-js.html#mxDefaultKeyHandlerCodec" id=link40 onMouseOver="ShowTip(event, 'tt40', 'link40')" onMouseOut="HideTip('tt40')" class=ISymbol>mxDefaultKeyHandlerCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxDefaultPopupMenu-js.html#mxDefaultPopupMenu" id=link41 onMouseOver="ShowTip(event, 'tt41', 'link41')" onMouseOut="HideTip('tt41')" class=ISymbol>mxDefaultPopupMenu</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxDefaultPopupMenuCodec-js.html#mxDefaultPopupMenuCodec" id=link42 onMouseOver="ShowTip(event, 'tt42', 'link42')" onMouseOut="HideTip('tt42')" class=ISymbol>mxDefaultPopupMenuCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxDefaultToolbar-js.html#mxDefaultToolbar" id=link43 onMouseOver="ShowTip(event, 'tt43', 'link43')" onMouseOut="HideTip('tt43')" class=ISymbol>mxDefaultToolbar</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxDefaultToolbarCodec-js.html#mxDefaultToolbarCodec" id=link44 onMouseOver="ShowTip(event, 'tt44', 'link44')" onMouseOut="HideTip('tt44')" class=ISymbol>mxDefaultToolbarCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDictionary-js.html#mxDictionary" id=link45 onMouseOver="ShowTip(event, 'tt45', 'link45')" onMouseOut="HideTip('tt45')" class=ISymbol>mxDictionary</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDivResizer-js.html#mxDivResizer" id=link46 onMouseOver="ShowTip(event, 'tt46', 'link46')" onMouseOut="HideTip('tt46')" class=ISymbol>mxDivResizer</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxDoubleEllipse-js.html#mxDoubleEllipse" id=link47 onMouseOver="ShowTip(event, 'tt47', 'link47')" onMouseOut="HideTip('tt47')" class=ISymbol>mxDoubleEllipse</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource" id=link48 onMouseOver="ShowTip(event, 'tt48', 'link48')" onMouseOut="HideTip('tt48')" class=ISymbol>mxDragSource</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler" id=link49 onMouseOver="ShowTip(event, 'tt49', 'link49')" onMouseOut="HideTip('tt49')" class=ISymbol>mxEdgeHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxEdgeLabelLayout-js.html#mxEdgeLabelLayout" id=link50 onMouseOver="ShowTip(event, 'tt50', 'link50')" onMouseOut="HideTip('tt50')" class=ISymbol>mxEdgeLabelLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle" id=link51 onMouseOver="ShowTip(event, 'tt51', 'link51')" onMouseOut="HideTip('tt51')" class=ISymbol>mxEdgeStyle</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor" id=link52 onMouseOver="ShowTip(event, 'tt52', 'link52')" onMouseOut="HideTip('tt52')" class=ISymbol>mxEditor</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxEditorCodec-js.html#mxEditorCodec" id=link53 onMouseOver="ShowTip(event, 'tt53', 'link53')" onMouseOut="HideTip('tt53')" class=ISymbol>mxEditorCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxEffects-js.html#mxEffects" id=link54 onMouseOver="ShowTip(event, 'tt54', 'link54')" onMouseOut="HideTip('tt54')" class=ISymbol>mxEffects</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxElbowEdgeHandler-js.html#mxElbowEdgeHandler" id=link55 onMouseOver="ShowTip(event, 'tt55', 'link55')" onMouseOut="HideTip('tt55')" class=ISymbol>mxElbowEdgeHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxEllipse-js.html#mxEllipse" id=link56 onMouseOver="ShowTip(event, 'tt56', 'link56')" onMouseOut="HideTip('tt56')" class=ISymbol>mxEllipse</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxEvent-js.html#mxEvent" id=link57 onMouseOver="ShowTip(event, 'tt57', 'link57')" onMouseOut="HideTip('tt57')" class=ISymbol>mxEvent</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxEventObject-js.html#mxEventObject" id=link58 onMouseOver="ShowTip(event, 'tt58', 'link58')" onMouseOut="HideTip('tt58')" class=ISymbol>mxEventObject</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxEventSource-js.html#mxEventSource" id=link59 onMouseOver="ShowTip(event, 'tt59', 'link59')" onMouseOut="HideTip('tt59')" class=ISymbol>mxEventSource</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxFastOrganicLayout-js.html#mxFastOrganicLayout" id=link60 onMouseOver="ShowTip(event, 'tt60', 'link60')" onMouseOut="HideTip('tt60')" class=ISymbol>mxFastOrganicLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxForm-js.html#mxForm" id=link61 onMouseOver="ShowTip(event, 'tt61', 'link61')" onMouseOut="HideTip('tt61')" class=ISymbol>mxForm</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxGenericChangeCodec-js.html#mxGenericChangeCodec" id=link62 onMouseOver="ShowTip(event, 'tt62', 'link62')" onMouseOut="HideTip('tt62')" class=ISymbol>mxGenericChangeCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGeometry-js.html#mxGeometry" id=link63 onMouseOver="ShowTip(event, 'tt63', 'link63')" onMouseOut="HideTip('tt63')" class=ISymbol>mxGeometry</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGeometryChange" id=link64 onMouseOver="ShowTip(event, 'tt64', 'link64')" onMouseOut="HideTip('tt64')" class=ISymbol>mxGeometryChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph" id=link65 onMouseOver="ShowTip(event, 'tt65', 'link65')" onMouseOut="HideTip('tt65')" class=ISymbol>mxGraph</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell" id=link66 onMouseOver="ShowTip(event, 'tt66', 'link66')" onMouseOut="HideTip('tt66')" class=ISymbol>mxGraphAbstractHierarchyCell</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxGraphCodec-js.html#mxGraphCodec" id=link67 onMouseOver="ShowTip(event, 'tt67', 'link67')" onMouseOut="HideTip('tt67')" class=ISymbol>mxGraphCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler" id=link68 onMouseOver="ShowTip(event, 'tt68', 'link68')" onMouseOut="HideTip('tt68')" class=ISymbol>mxGraphHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyEdge-js.html#mxGraphHierarchyEdge" id=link69 onMouseOver="ShowTip(event, 'tt69', 'link69')" onMouseOut="HideTip('tt69')" class=ISymbol>mxGraphHierarchyEdge</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel" id=link70 onMouseOver="ShowTip(event, 'tt70', 'link70')" onMouseOut="HideTip('tt70')" class=ISymbol>mxGraphHierarchyModel</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyNode-js.html#mxGraphHierarchyNode" id=link71 onMouseOver="ShowTip(event, 'tt71', 'link71')" onMouseOut="HideTip('tt71')" class=ISymbol>mxGraphHierarchyNode</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxGraphLayout-js.html#mxGraphLayout" id=link72 onMouseOver="ShowTip(event, 'tt72', 'link72')" onMouseOut="HideTip('tt72')" class=ISymbol>mxGraphLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel" id=link73 onMouseOver="ShowTip(event, 'tt73', 'link73')" onMouseOut="HideTip('tt73')" class=ISymbol>mxGraphModel</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphSelectionModel-js.html#mxGraphSelectionModel" id=link74 onMouseOver="ShowTip(event, 'tt74', 'link74')" onMouseOut="HideTip('tt74')" class=ISymbol>mxGraphSelectionModel</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView" id=link75 onMouseOver="ShowTip(event, 'tt75', 'link75')" onMouseOut="HideTip('tt75')" class=ISymbol>mxGraphView</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxGraphViewCodec-js.html#mxGraphViewCodec" id=link76 onMouseOver="ShowTip(event, 'tt76', 'link76')" onMouseOut="HideTip('tt76')" class=ISymbol>mxGraphViewCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxGuide-js.html#mxGuide" id=link77 onMouseOver="ShowTip(event, 'tt77', 'link77')" onMouseOut="HideTip('tt77')" class=ISymbol>mxGuide</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxHandle-js.html#mxHandle" id=link78 onMouseOver="ShowTip(event, 'tt78', 'link78')" onMouseOut="HideTip('tt78')" class=ISymbol>mxHandle</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxHexagon-js.html#mxHexagon" id=link79 onMouseOver="ShowTip(event, 'tt79', 'link79')" onMouseOut="HideTip('tt79')" class=ISymbol>mxHexagon</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout" id=link80 onMouseOver="ShowTip(event, 'tt80', 'link80')" onMouseOut="HideTip('tt80')" class=ISymbol>mxHierarchicalLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxHierarchicalLayoutStage-js.html#mxHierarchicalLayoutStage" id=link81 onMouseOver="ShowTip(event, 'tt81', 'link81')" onMouseOut="HideTip('tt81')" class=ISymbol>mxHierarchicalLayoutStage</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxImage-js.html#mxImage" id=link82 onMouseOver="ShowTip(event, 'tt82', 'link82')" onMouseOut="HideTip('tt82')" class=ISymbol>mxImage</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxImageBundle-js.html#mxImageBundle" id=link83 onMouseOver="ShowTip(event, 'tt83', 'link83')" onMouseOut="HideTip('tt83')" class=ISymbol>mxImageBundle</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport" id=link84 onMouseOver="ShowTip(event, 'tt84', 'link84')" onMouseOut="HideTip('tt84')" class=ISymbol>mxImageExport</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxImageShape-js.html#mxImageShape" id=link85 onMouseOver="ShowTip(event, 'tt85', 'link85')" onMouseOut="HideTip('tt85')" class=ISymbol>mxImageShape</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler" id=link86 onMouseOver="ShowTip(event, 'tt86', 'link86')" onMouseOut="HideTip('tt86')" class=ISymbol>mxKeyHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxLabel-js.html#mxLabel" id=link87 onMouseOver="ShowTip(event, 'tt87', 'link87')" onMouseOut="HideTip('tt87')" class=ISymbol>mxLabel</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager" class=ISymbol>mxLayoutManager</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxLine-js.html#mxLine" id=link88 onMouseOver="ShowTip(event, 'tt88', 'link88')" onMouseOut="HideTip('tt88')" class=ISymbol>mxLine</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog" id=link89 onMouseOver="ShowTip(event, 'tt89', 'link89')" onMouseOut="HideTip('tt89')" class=ISymbol>mxLog</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxMarker-js.html#mxMarker" id=link90 onMouseOver="ShowTip(event, 'tt90', 'link90')" onMouseOut="HideTip('tt90')" class=ISymbol>mxMarker</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction" id=link91 onMouseOver="ShowTip(event, 'tt91', 'link91')" onMouseOut="HideTip('tt91')" class=ISymbol>mxMedianHybridCrossingReduction</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMinimumCycleRemover-js.html#mxMinimumCycleRemover" id=link92 onMouseOver="ShowTip(event, 'tt92', 'link92')" onMouseOut="HideTip('tt92')" class=ISymbol>mxMinimumCycleRemover</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxModelCodec-js.html#mxModelCodec" id=link93 onMouseOver="ShowTip(event, 'tt93', 'link93')" onMouseOut="HideTip('tt93')" class=ISymbol>mxModelCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxMorphing-js.html#mxMorphing" id=link94 onMouseOver="ShowTip(event, 'tt94', 'link94')" onMouseOut="HideTip('tt94')" class=ISymbol>mxMorphing</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxMouseEvent-js.html#mxMouseEvent" id=link95 onMouseOver="ShowTip(event, 'tt95', 'link95')" onMouseOut="HideTip('tt95')" class=ISymbol>mxMouseEvent</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxMultiplicity-js.html#mxMultiplicity" id=link96 onMouseOver="ShowTip(event, 'tt96', 'link96')" onMouseOut="HideTip('tt96')" class=ISymbol>mxMultiplicity</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec" id=link97 onMouseOver="ShowTip(event, 'tt97', 'link97')" onMouseOut="HideTip('tt97')" class=ISymbol>mxObjectCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxObjectIdentity-js.html#mxObjectIdentity" id=link98 onMouseOver="ShowTip(event, 'tt98', 'link98')" onMouseOut="HideTip('tt98')" class=ISymbol>mxObjectIdentity</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxOutline-js.html#mxOutline" id=link99 onMouseOver="ShowTip(event, 'tt99', 'link99')" onMouseOut="HideTip('tt99')" class=ISymbol>mxOutline</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler" id=link100 onMouseOver="ShowTip(event, 'tt100', 'link100')" onMouseOut="HideTip('tt100')" class=ISymbol>mxPanningHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPanningManager-js.html#mxPanningManager" id=link101 onMouseOver="ShowTip(event, 'tt101', 'link101')" onMouseOut="HideTip('tt101')" class=ISymbol>mxPanningManager</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout" id=link102 onMouseOver="ShowTip(event, 'tt102', 'link102')" onMouseOut="HideTip('tt102')" class=ISymbol>mxParallelEdgeLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxPartitionLayout-js.html#mxPartitionLayout" id=link103 onMouseOver="ShowTip(event, 'tt103', 'link103')" onMouseOut="HideTip('tt103')" class=ISymbol>mxPartitionLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPerimeter-js.html#mxPerimeter" id=link104 onMouseOver="ShowTip(event, 'tt104', 'link104')" onMouseOut="HideTip('tt104')" class=ISymbol>mxPerimeter</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPoint-js.html#mxPoint" id=link105 onMouseOver="ShowTip(event, 'tt105', 'link105')" onMouseOut="HideTip('tt105')" class=ISymbol>mxPoint</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxPolyline-js.html#mxPolyline" id=link106 onMouseOver="ShowTip(event, 'tt106', 'link106')" onMouseOut="HideTip('tt106')" class=ISymbol>mxPolyline</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu" id=link107 onMouseOver="ShowTip(event, 'tt107', 'link107')" onMouseOut="HideTip('tt107')" class=ISymbol>mxPopupMenu</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler" id=link108 onMouseOver="ShowTip(event, 'tt108', 'link108')" onMouseOut="HideTip('tt108')" class=ISymbol>mxPopupMenuHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview" id=link109 onMouseOver="ShowTip(event, 'tt109', 'link109')" onMouseOut="HideTip('tt109')" class=ISymbol>mxPrintPreview</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxRadialTreeLayout-js.html#mxRadialTreeLayout" id=link110 onMouseOver="ShowTip(event, 'tt110', 'link110')" onMouseOut="HideTip('tt110')" class=ISymbol>mxRadialTreeLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxRectangle-js.html#mxRectangle" id=link111 onMouseOver="ShowTip(event, 'tt111', 'link111')" onMouseOut="HideTip('tt111')" class=ISymbol>mxRectangle</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxRectangleShape-js.html#mxRectangleShape" id=link112 onMouseOver="ShowTip(event, 'tt112', 'link112')" onMouseOut="HideTip('tt112')" class=ISymbol>mxRectangleShape</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxResources-js.html#mxResources" id=link113 onMouseOver="ShowTip(event, 'tt113', 'link113')" onMouseOut="HideTip('tt113')" class=ISymbol>mxResources</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxRhombus-js.html#mxRhombus" id=link114 onMouseOver="ShowTip(event, 'tt114', 'link114')" onMouseOut="HideTip('tt114')" class=ISymbol>mxRhombus</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxRootChange" id=link115 onMouseOver="ShowTip(event, 'tt115', 'link115')" onMouseOut="HideTip('tt115')" class=ISymbol>mxRootChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec" id=link116 onMouseOver="ShowTip(event, 'tt116', 'link116')" onMouseOut="HideTip('tt116')" class=ISymbol>mxRootChangeCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxRubberband-js.html#mxRubberband" id=link117 onMouseOver="ShowTip(event, 'tt117', 'link117')" onMouseOut="HideTip('tt117')" class=ISymbol>mxRubberband</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler" id=link118 onMouseOver="ShowTip(event, 'tt118', 'link118')" onMouseOut="HideTip('tt118')" class=ISymbol>mxSelectionCellsHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphSelectionModel-js.html#mxSelectionChange" id=link119 onMouseOver="ShowTip(event, 'tt119', 'link119')" onMouseOut="HideTip('tt119')" class=ISymbol>mxSelectionChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxShape-js.html#mxShape" id=link120 onMouseOver="ShowTip(event, 'tt120', 'link120')" onMouseOut="HideTip('tt120')" class=ISymbol>mxShape</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout" id=link121 onMouseOver="ShowTip(event, 'tt121', 'link121')" onMouseOut="HideTip('tt121')" class=ISymbol>mxStackLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil" id=link122 onMouseOver="ShowTip(event, 'tt122', 'link122')" onMouseOut="HideTip('tt122')" class=ISymbol>mxStencil</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxStencilRegistry-js.html#mxStencilRegistry" id=link123 onMouseOver="ShowTip(event, 'tt123', 'link123')" onMouseOut="HideTip('tt123')" class=ISymbol>mxStencilRegistry</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxStyleChange" id=link124 onMouseOver="ShowTip(event, 'tt124', 'link124')" onMouseOut="HideTip('tt124')" class=ISymbol>mxStyleChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxStyleRegistry-js.html#mxStyleRegistry" id=link125 onMouseOver="ShowTip(event, 'tt125', 'link125')" onMouseOut="HideTip('tt125')" class=ISymbol>mxStyleRegistry</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxStylesheet-js.html#mxStylesheet" id=link126 onMouseOver="ShowTip(event, 'tt126', 'link126')" onMouseOut="HideTip('tt126')" class=ISymbol>mxStylesheet</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxStylesheetCodec-js.html#mxStylesheetCodec" id=link127 onMouseOver="ShowTip(event, 'tt127', 'link127')" onMouseOut="HideTip('tt127')" class=ISymbol>mxStylesheetCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D" id=link128 onMouseOver="ShowTip(event, 'tt128', 'link128')" onMouseOut="HideTip('tt128')" class=ISymbol>mxSvgCanvas2D</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxSwimlane-js.html#mxSwimlane" id=link129 onMouseOver="ShowTip(event, 'tt129', 'link129')" onMouseOut="HideTip('tt129')" class=ISymbol>mxSwimlane</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout" id=link130 onMouseOver="ShowTip(event, 'tt130', 'link130')" onMouseOut="HideTip('tt130')" class=ISymbol>mxSwimlaneLayout</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxSwimlaneManager-js.html#mxSwimlaneManager" id=link131 onMouseOver="ShowTip(event, 'tt131', 'link131')" onMouseOut="HideTip('tt131')" class=ISymbol>mxSwimlaneManager</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel" id=link132 onMouseOver="ShowTip(event, 'tt132', 'link132')" onMouseOut="HideTip('tt132')" class=ISymbol>mxSwimlaneModel</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxSwimlaneOrdering-js.html#mxSwimlaneOrdering" id=link133 onMouseOver="ShowTip(event, 'tt133', 'link133')" onMouseOut="HideTip('tt133')" class=ISymbol>mxSwimlaneOrdering</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates" id=link134 onMouseOver="ShowTip(event, 'tt134', 'link134')" onMouseOut="HideTip('tt134')" class=ISymbol>mxTemporaryCellStates</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxTerminalChange" id=link135 onMouseOver="ShowTip(event, 'tt135', 'link135')" onMouseOut="HideTip('tt135')" class=ISymbol>mxTerminalChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxTerminalChangeCodec-js.html#mxTerminalChangeCodec" id=link136 onMouseOver="ShowTip(event, 'tt136', 'link136')" onMouseOut="HideTip('tt136')" class=ISymbol>mxTerminalChangeCodec</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxText-js.html#mxText" id=link137 onMouseOver="ShowTip(event, 'tt137', 'link137')" onMouseOut="HideTip('tt137')" class=ISymbol>mxText</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxToolbar-js.html#mxToolbar" id=link138 onMouseOver="ShowTip(event, 'tt138', 'link138')" onMouseOut="HideTip('tt138')" class=ISymbol>mxToolbar</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler" id=link139 onMouseOver="ShowTip(event, 'tt139', 'link139')" onMouseOut="HideTip('tt139')" class=ISymbol>mxTooltipHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxTriangle-js.html#mxTriangle" id=link140 onMouseOver="ShowTip(event, 'tt140', 'link140')" onMouseOut="HideTip('tt140')" class=ISymbol>mxTriangle</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit" id=link141 onMouseOver="ShowTip(event, 'tt141', 'link141')" onMouseOut="HideTip('tt141')" class=ISymbol>mxUndoableEdit</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUndoManager-js.html#mxUndoManager" id=link142 onMouseOver="ShowTip(event, 'tt142', 'link142')" onMouseOut="HideTip('tt142')" class=ISymbol>mxUndoManager</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUrlConverter-js.html#mxUrlConverter" id=link143 onMouseOver="ShowTip(event, 'tt143', 'link143')" onMouseOut="HideTip('tt143')" class=ISymbol>mxUrlConverter</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils" id=link144 onMouseOver="ShowTip(event, 'tt144', 'link144')" onMouseOut="HideTip('tt144')" class=ISymbol>mxUtils</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxValueChange" id=link145 onMouseOver="ShowTip(event, 'tt145', 'link145')" onMouseOut="HideTip('tt145')" class=ISymbol>mxValueChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler" id=link146 onMouseOver="ShowTip(event, 'tt146', 'link146')" onMouseOut="HideTip('tt146')" class=ISymbol>mxVertexHandler</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxVisibleChange" id=link147 onMouseOver="ShowTip(event, 'tt147', 'link147')" onMouseOut="HideTip('tt147')" class=ISymbol>mxVisibleChange</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D" id=link148 onMouseOver="ShowTip(event, 'tt148', 'link148')" onMouseOut="HideTip('tt148')" class=ISymbol>mxVmlCanvas2D</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxWindow-js.html#mxWindow" id=link149 onMouseOver="ShowTip(event, 'tt149', 'link149')" onMouseOut="HideTip('tt149')" class=ISymbol>mxWindow</a></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D" id=link150 onMouseOver="ShowTip(event, 'tt150', 'link150')" onMouseOut="HideTip('tt150')" class=ISymbol>mxXmlCanvas2D</a></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxXmlRequest-js.html#mxXmlRequest" id=link151 onMouseOver="ShowTip(event, 'tt151', 'link151')" onMouseOut="HideTip('tt151')" class=ISymbol>mxXmlRequest</a></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1"><div class=CClass>A utility class used to track cells whilst sorting occurs on the median values. </div></div><div class=CToolTip id="tt2"><div class=CClass>Base class for all canvases. </div></div><div class=CToolTip id="tt3"><div class=CClass>Extends mxShape to implement an actor shape. </div></div><div class=CToolTip id="tt4"><div class=CClass>Implements a basic animation in JavaScript.</div></div><div class=CToolTip id="tt5"><div class=CClass>Extends mxShape to implement an arrow shape. </div></div><div class=CToolTip id="tt6"><div class=CClass>Extends mxShape to implement an new rounded arrow shape with support for waypoints and double arrows. </div></div><div class=CToolTip id="tt7"><div class=CClass>Manager for automatically saving diagrams. </div></div><div class=CToolTip id="tt8"><div class=CClass>Cells are the elements of the graph model. </div></div><div class=CToolTip id="tt9"><div class=CClass>Action to change the attribute of a cell’s user object. </div></div><div class=CToolTip id="tt10"><div class=CClass>Codec for mxCells. </div></div><div class=CToolTip id="tt11"><div class=CClass>In-place editor for the graph. </div></div><div class=CToolTip id="tt12"><div class=CClass>A helper class to highlight cells. </div></div><div class=CToolTip id="tt13"><div class=CClass>A helper class to process mouse locations and highlight cells.</div></div><div class=CToolTip id="tt14"><div class=CClass>Extends mxEventSource to implement a graph overlay, represented by an icon and a tooltip. </div></div><div class=CToolTip id="tt15"><div class=CClass>Implements a mechanism for temporary cell Ids.</div></div><div class=CToolTip id="tt16"><div class=CClass>Renders cells into a document object model. </div></div><div class=CToolTip id="tt17"><div class=CClass>Represents the current state of a cell in a given mxGraphView.</div></div><div class=CToolTip id="tt18"><div class=CClass>Implements a live preview for moving cells.</div></div><div class=CToolTip id="tt19"><div class=CClass>Event handler that highlights cells. </div></div><div class=CToolTip id="tt20"><div class=CClass>Action to add or remove a child in a model.</div></div><div class=CToolTip id="tt21"><div class=CClass>Codec for mxChildChanges. </div></div><div class=CToolTip id="tt22"><div class=CClass>Extends mxGraphLayout to implement a circluar layout for a given radius. </div></div><div class=CToolTip id="tt23"><div class=CClass>Bootstrapping mechanism for the mxGraph thin client. </div></div><div class=CToolTip id="tt24"><div class=CClass>Singleton that implements a clipboard for graph cells.</div></div><div class=CToolTip id="tt25"><div class=CClass>Extends mxActor to implement a cloud shape.</div></div><div class=CToolTip id="tt26"><div class=CClass>XML codec for JavaScript object graphs. </div></div><div class=CToolTip id="tt27"><div class=CClass>Singleton class that acts as a global registry for codecs.</div></div><div class=CToolTip id="tt28"><div class=CClass>Action to change a cell’s collapsed state in a model.</div></div><div class=CToolTip id="tt29"><div class=CClass>Extends mxGraphLayout to implement a compact tree (Moen) algorithm. </div></div><div class=CToolTip id="tt30"><div class=CClass>Allows to compose multiple layouts into a single layout. </div></div><div class=CToolTip id="tt31"><div class=CClass>Defines an object that contains the constraints about how to connect one side of an edge to its terminal.</div></div><div class=CToolTip id="tt32"><div class=CClass>Graph event handler that creates new connections. </div></div><div class=CToolTip id="tt33"><div class=CClass>Extends mxShape to implement a connector shape. </div></div><div class=CToolTip id="tt34"><div class=CClass>Defines various global constants.</div></div><div class=CToolTip id="tt35"><div class=CClass>Handles constraints on connection targets. </div></div><div class=CToolTip id="tt36"><div class=CClass>Sets the horizontal locations of node and edge dummy nodes on each layer. </div></div><div class=CToolTip id="tt37"><div class=CClass>Action to change the current root in a view.</div></div><div class=CToolTip id="tt38"><div class=CClass>Extends mxShape to implement an cylinder shape. </div></div><div class=CToolTip id="tt39"><div class=CClass>Binds keycodes to actionnames in an editor. </div></div><div class=CToolTip id="tt40"><div class=CClass>Custom codec for configuring mxDefaultKeyHandlers. </div></div><div class=CToolTip id="tt41"><div class=CClass>Creates popupmenus for mouse events. </div></div><div class=CToolTip id="tt42"><div class=CClass>Custom codec for configuring mxDefaultPopupMenus. </div></div><div class=CToolTip id="tt43"><div class=CClass>Toolbar for the editor. </div></div><div class=CToolTip id="tt44"><div class=CClass>Custom codec for configuring mxDefaultToolbars. </div></div><div class=CToolTip id="tt45"><div class=CClass>A wrapper class for an associative array with object keys. </div></div><div class=CToolTip id="tt46"><div class=CClass>Maintains the size of a div element in Internet Explorer. </div></div><div class=CToolTip id="tt47"><div class=CClass>Extends mxShape to implement a double ellipse shape. </div></div><div class=CToolTip id="tt48"><div class=CClass>Wrapper to create a drag source from a DOM element so that the element can be dragged over a graph and dropped into the graph as a new cell.</div></div><div class=CToolTip id="tt49"><div class=CClass>Graph event handler that reconnects edges and modifies control points and the edge label location. </div></div><div class=CToolTip id="tt50"><div class=CClass>Extends mxGraphLayout to implement an edge label layout. </div></div><div class=CToolTip id="tt51"><div class=CClass>Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style.</div></div><div class=CToolTip id="tt52"><div class=CClass>Extends mxEventSource to implement a application wrapper for a graph that adds actions, I/O using mxCodec, auto-layout using mxLayoutManager, command history using undoManager, and standard dialogs and widgets, eg. </div></div><div class=CToolTip id="tt53"><div class=CClass>Codec for mxEditors. </div></div><div class=CToolTip id="tt54"><div class=CClass>Provides animation effects.</div></div><div class=CToolTip id="tt55"><div class=CClass>Graph event handler that reconnects edges and modifies control points and the edge label location. </div></div><div class=CToolTip id="tt56"><div class=CClass>Extends mxShape to implement an ellipse shape. </div></div><div class=CToolTip id="tt57"><div class=CClass>Cross-browser DOM event support. </div></div><div class=CToolTip id="tt58"><div class=CClass>The mxEventObject is a wrapper for all properties of a single event. </div></div><div class=CToolTip id="tt59"><div class=CClass>Base class for objects that dispatch named events. </div></div><div class=CToolTip id="tt60"><div class=CClass>Extends mxGraphLayout to implement a fast organic layout algorithm. </div></div><div class=CToolTip id="tt61"><div class=CClass>A simple class for creating HTML forms.</div></div><div class=CToolTip id="tt62"><div class=CClass>Codec for mxValueChanges, mxStyleChanges, mxGeometryChanges, mxCollapseChanges and mxVisibleChanges. </div></div><div class=CToolTip id="tt63"><div class=CClass>Extends mxRectangle to represent the geometry of a cell.</div></div><div class=CToolTip id="tt64"><div class=CClass>Action to change a cell’s geometry in a model.</div></div><div class=CToolTip id="tt65"><div class=CClass>Extends mxEventSource to implement a graph component for the browser. </div></div><div class=CToolTip id="tt66"><div class=CClass>An abstraction of an internal hierarchy node or edge</div></div><div class=CToolTip id="tt67"><div class=CClass>Codec for mxGraphs. </div></div><div class=CToolTip id="tt68"><div class=CClass>Graph event handler that handles selection. </div></div><div class=CToolTip id="tt69"><div class=CClass>An abstraction of a hierarchical edge for the hierarchy layout</div></div><div class=CToolTip id="tt70"><div class=CClass>Internal model of a hierarchical graph. </div></div><div class=CToolTip id="tt71"><div class=CClass>An abstraction of a hierarchical edge for the hierarchy layout</div></div><div class=CToolTip id="tt72"><div class=CClass>Base class for all layout algorithms in mxGraph. </div></div><div class=CToolTip id="tt73"><div class=CClass>Extends mxEventSource to implement a graph model. </div></div><div class=CToolTip id="tt74"><div class=CClass>Implements the selection model for a graph. </div></div><div class=CToolTip id="tt75"><div class=CClass>Extends mxEventSource to implement a view for a graph. </div></div><div class=CToolTip id="tt76"><div class=CClass>Custom encoder for mxGraphViews. </div></div><div class=CToolTip id="tt77"><div class=CClass>Implements the alignment of selection cells to other cells in the graph.</div></div><div class=CToolTip id="tt78"><div class=CClass>Implements a single custom handle for vertices.</div></div><div class=CToolTip id="tt79"><div class=CClass>Implementation of the hexagon shape.</div></div><div class=CToolTip id="tt80"><div class=CClass>A hierarchical layout algorithm.</div></div><div class=CToolTip id="tt81"><div class=CClass>The specific layout interface for hierarchical layouts. </div></div><div class=CToolTip id="tt82"><div class=CClass>Encapsulates the URL, width and height of an image.</div></div><div class=CToolTip id="tt83"><div class=CClass>Maps from keys to base64 encoded images or file locations. </div></div><div class=CToolTip id="tt84"><div class=CClass>Creates a new image export instance to be used with an export canvas. </div></div><div class=CToolTip id="tt85"><div class=CClass>Extends mxShape to implement an image shape. </div></div><div class=CToolTip id="tt86"><div class=CClass>Event handler that listens to keystroke events. </div></div><div class=CToolTip id="tt87"><div class=CClass>Extends mxShape to implement an image shape with a label. </div></div><div class=CToolTip id="tt88"><div class=CClass>Extends mxShape to implement a horizontal line shape. </div></div><div class=CToolTip id="tt89"><div class=CClass>A singleton class that implements a simple console.</div></div><div class=CToolTip id="tt90"><div class=CClass>A static class that implements all markers for VML and SVG using a registry. </div></div><div class=CToolTip id="tt91"><div class=CClass>Sets the horizontal locations of node and edge dummy nodes on each layer. </div></div><div class=CToolTip id="tt92"><div class=CClass>An implementation of the first stage of the Sugiyama layout. </div></div><div class=CToolTip id="tt93"><div class=CClass>Codec for mxGraphModels. </div></div><div class=CToolTip id="tt94"><div class=CClass>Implements animation for morphing cells. </div></div><div class=CToolTip id="tt95"><div class=CClass>Base class for all mouse events in mxGraph. </div></div><div class=CToolTip id="tt96"><div class=CClass>Defines invalid connections along with the error messages that they produce. </div></div><div class=CToolTip id="tt97"><div class=CClass>Generic codec for JavaScript objects that implements a mapping between JavaScript objects and XML nodes that maps each field or element to an attribute or child node, and vice versa.</div></div><div class=CToolTip id="tt98"><div class=CClass>Identity for JavaScript objects and functions. </div></div><div class=CToolTip id="tt99"><div class=CClass>Implements an outline (aka overview) for a graph. </div></div><div class=CToolTip id="tt100"><div class=CClass>Event handler that pans and creates popupmenus. </div></div><div class=CToolTip id="tt101"><div class=CClass>Implements a handler for panning.</div></div><div class=CToolTip id="tt102"><div class=CClass>Extends mxGraphLayout for arranging parallel edges. </div></div><div class=CToolTip id="tt103"><div class=CClass>Extends mxGraphLayout for partitioning the parent cell vertically or horizontally by filling the complete area with the child cells. </div></div><div class=CToolTip id="tt104"><div class=CClass>Provides various perimeter functions to be used in a style as the value of mxConstants.STYLE_PERIMETER. </div></div><div class=CToolTip id="tt105"><div class=CClass>Implements a 2-dimensional vector with double precision coordinates.</div></div><div class=CToolTip id="tt106"><div class=CClass>Extends mxShape to implement a polyline (a line with multiple points). </div></div><div class=CToolTip id="tt107"><div class=CClass>Basic popup menu. </div></div><div class=CToolTip id="tt108"><div class=CClass>Event handler that creates popupmenus.</div></div><div class=CToolTip id="tt109"><div class=CClass>Implements printing of a diagram across multiple pages. </div></div><div class=CToolTip id="tt110"><div class=CClass>Extends mxGraphLayout to implement a radial tree algorithm. </div></div><div class=CToolTip id="tt111"><div class=CClass>Extends mxPoint to implement a 2-dimensional rectangle with double precision coordinates.</div></div><div class=CToolTip id="tt112"><div class=CClass>Extends mxShape to implement a rectangle shape. </div></div><div class=CToolTip id="tt113"><div class=CClass>Implements internationalization. </div></div><div class=CToolTip id="tt114"><div class=CClass>Extends mxShape to implement a rhombus (aka diamond) shape. </div></div><div class=CToolTip id="tt115"><div class=CClass>Action to change the root in a model.</div></div><div class=CToolTip id="tt116"><div class=CClass>Codec for mxRootChanges. </div></div><div class=CToolTip id="tt117"><div class=CClass>Event handler that selects rectangular regions. </div></div><div class=CToolTip id="tt118"><div class=CClass>An event handler that manages cell handlers and invokes their mouse event processing functions.</div></div><div class=CToolTip id="tt119"><div class=CClass>Action to change the current root in a view.</div></div><div class=CToolTip id="tt120"><div class=CClass>Base class for all shapes. </div></div><div class=CToolTip id="tt121"><div class=CClass>Extends mxGraphLayout to create a horizontal or vertical stack of the child vertices. </div></div><div class=CToolTip id="tt122"><div class=CClass>Implements a generic shape which is based on a XML node as a description.</div></div><div class=CToolTip id="tt123"><div class=CClass>A singleton class that provides a registry for stencils and the methods for painting those stencils onto a canvas or into a DOM.</div></div><div class=CToolTip id="tt124"><div class=CClass>Action to change a cell’s style in a model.</div></div><div class=CToolTip id="tt125"><div class=CClass>Singleton class that acts as a global converter from string to object values in a style. </div></div><div class=CToolTip id="tt126"><div class=CClass>Defines the appearance of the cells in a graph. </div></div><div class=CToolTip id="tt127"><div class=CClass>Codec for mxStylesheets. </div></div><div class=CToolTip id="tt128"><div class=CClass>Extends mxAbstractCanvas2D to implement a canvas for SVG. </div></div><div class=CToolTip id="tt129"><div class=CClass>Extends mxShape to implement a swimlane shape. </div></div><div class=CToolTip id="tt130"><div class=CClass>A hierarchical layout algorithm.</div></div><div class=CToolTip id="tt131"><div class=CClass>Manager for swimlanes and nested swimlanes that sets the size of newly added swimlanes to that of their siblings, and propagates changes to the size of a swimlane to its siblings, if siblings is true, and its ancestors, if bubbling is true.</div></div><div class=CToolTip id="tt132"><div class=CClass>Internal model of a hierarchical graph. </div></div><div class=CToolTip id="tt133"><div class=CClass>An implementation of the first stage of the Sugiyama layout. </div></div><div class=CToolTip id="tt134"><div class=CClass>Extends mxPoint to implement a 2-dimensional rectangle with double precision coordinates.</div></div><div class=CToolTip id="tt135"><div class=CClass>Action to change a terminal in a model.</div></div><div class=CToolTip id="tt136"><div class=CClass>Codec for mxTerminalChanges. </div></div><div class=CToolTip id="tt137"><div class=CClass>Extends mxShape to implement a text shape. </div></div><div class=CToolTip id="tt138"><div class=CClass>Creates a toolbar inside a given DOM node. </div></div><div class=CToolTip id="tt139"><div class=CClass>Graph event handler that displays tooltips. </div></div><div class=CToolTip id="tt140"><div class=CClass>Implementation of the triangle shape.</div></div><div class=CToolTip id="tt141"><div class=CClass>Implements a composite undoable edit. </div></div><div class=CToolTip id="tt142"><div class=CClass>Implements a command history. </div></div><div class=CToolTip id="tt143"><div class=CClass>Converts relative and absolute URLs to absolute URLs with protocol and domain.</div></div><div class=CToolTip id="tt144"><div class=CClass>A singleton class that provides cross-browser helper methods. </div></div><div class=CToolTip id="tt145"><div class=CClass>Action to change a user object in a model.</div></div><div class=CToolTip id="tt146"><div class=CClass>Event handler for resizing cells. </div></div><div class=CToolTip id="tt147"><div class=CClass>Action to change a cell’s visible state in a model.</div></div><div class=CToolTip id="tt148"><div class=CClass>Implements a canvas to be used for rendering VML. </div></div><div class=CToolTip id="tt149"><div class=CClass>Basic window inside a document.</div></div><div class=CToolTip id="tt150"><div class=CClass>Base class for all canvases. </div></div><div class=CToolTip id="tt151"><div class=CClass>XML HTTP request wrapper. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1"><div class=CClass>A utility class used to track cells whilst sorting occurs on the median values. </div></div><div class=CToolTip id="tt2"><div class=CClass>Base class for all canvases. </div></div><div class=CToolTip id="tt3"><div class=CClass>Extends mxShape to implement an actor shape. </div></div><div class=CToolTip id="tt4"><div class=CClass>Implements a basic animation in JavaScript.</div></div><div class=CToolTip id="tt5"><div class=CClass>Extends mxShape to implement an arrow shape. </div></div><div class=CToolTip id="tt6"><div class=CClass>Extends mxShape to implement an new rounded arrow shape with support for waypoints and double arrows. </div></div><div class=CToolTip id="tt7"><div class=CClass>Manager for automatically saving diagrams. </div></div><div class=CToolTip id="tt8"><div class=CClass>Cells are the elements of the graph model. </div></div><div class=CToolTip id="tt9"><div class=CClass>Action to change the attribute of a cell’s user object. </div></div><div class=CToolTip id="tt10"><div class=CClass>Codec for mxCells. </div></div><div class=CToolTip id="tt11"><div class=CClass>In-place editor for the graph. </div></div><div class=CToolTip id="tt12"><div class=CClass>A helper class to highlight cells. </div></div><div class=CToolTip id="tt13"><div class=CClass>A helper class to process mouse locations and highlight cells.</div></div><div class=CToolTip id="tt14"><div class=CClass>Extends mxEventSource to implement a graph overlay, represented by an icon and a tooltip. </div></div><div class=CToolTip id="tt15"><div class=CClass>Implements a mechanism for temporary cell Ids.</div></div><div class=CToolTip id="tt16"><div class=CClass>Renders cells into a document object model. </div></div><div class=CToolTip id="tt17"><div class=CClass>Represents the current state of a cell in a given mxGraphView.</div></div><div class=CToolTip id="tt18"><div class=CClass>Implements a live preview for moving cells.</div></div><div class=CToolTip id="tt19"><div class=CClass>Event handler that highlights cells. </div></div><div class=CToolTip id="tt20"><div class=CClass>Action to add or remove a child in a model.</div></div><div class=CToolTip id="tt21"><div class=CClass>Codec for mxChildChanges. </div></div><div class=CToolTip id="tt22"><div class=CClass>Extends mxGraphLayout to implement a circluar layout for a given radius. </div></div><div class=CToolTip id="tt23"><div class=CClass>Bootstrapping mechanism for the mxGraph thin client. </div></div><div class=CToolTip id="tt24"><div class=CClass>Singleton that implements a clipboard for graph cells.</div></div><div class=CToolTip id="tt25"><div class=CClass>Extends mxActor to implement a cloud shape.</div></div><div class=CToolTip id="tt26"><div class=CClass>XML codec for JavaScript object graphs. </div></div><div class=CToolTip id="tt27"><div class=CClass>Singleton class that acts as a global registry for codecs.</div></div><div class=CToolTip id="tt28"><div class=CClass>Action to change a cell’s collapsed state in a model.</div></div><div class=CToolTip id="tt29"><div class=CClass>Extends mxGraphLayout to implement a compact tree (Moen) algorithm. </div></div><div class=CToolTip id="tt30"><div class=CClass>Allows to compose multiple layouts into a single layout. </div></div><div class=CToolTip id="tt31"><div class=CClass>Defines an object that contains the constraints about how to connect one side of an edge to its terminal.</div></div><div class=CToolTip id="tt32"><div class=CClass>Graph event handler that creates new connections. </div></div><div class=CToolTip id="tt33"><div class=CClass>Extends mxShape to implement a connector shape. </div></div><div class=CToolTip id="tt34"><div class=CClass>Defines various global constants.</div></div><div class=CToolTip id="tt35"><div class=CClass>Handles constraints on connection targets. </div></div><div class=CToolTip id="tt36"><div class=CClass>Sets the horizontal locations of node and edge dummy nodes on each layer. </div></div><div class=CToolTip id="tt37"><div class=CClass>Action to change the current root in a view.</div></div><div class=CToolTip id="tt38"><div class=CClass>Extends mxShape to implement an cylinder shape. </div></div><div class=CToolTip id="tt39"><div class=CClass>Binds keycodes to actionnames in an editor. </div></div><div class=CToolTip id="tt40"><div class=CClass>Custom codec for configuring mxDefaultKeyHandlers. </div></div><div class=CToolTip id="tt41"><div class=CClass>Creates popupmenus for mouse events. </div></div><div class=CToolTip id="tt42"><div class=CClass>Custom codec for configuring mxDefaultPopupMenus. </div></div><div class=CToolTip id="tt43"><div class=CClass>Toolbar for the editor. </div></div><div class=CToolTip id="tt44"><div class=CClass>Custom codec for configuring mxDefaultToolbars. </div></div><div class=CToolTip id="tt45"><div class=CClass>A wrapper class for an associative array with object keys. </div></div><div class=CToolTip id="tt46"><div class=CClass>Maintains the size of a div element in Internet Explorer. </div></div><div class=CToolTip id="tt47"><div class=CClass>Extends mxShape to implement a double ellipse shape. </div></div><div class=CToolTip id="tt48"><div class=CClass>Wrapper to create a drag source from a DOM element so that the element can be dragged over a graph and dropped into the graph as a new cell.</div></div><div class=CToolTip id="tt49"><div class=CClass>Graph event handler that reconnects edges and modifies control points and the edge label location. </div></div><div class=CToolTip id="tt50"><div class=CClass>Extends mxGraphLayout to implement an edge label layout. </div></div><div class=CToolTip id="tt51"><div class=CClass>Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style.</div></div><div class=CToolTip id="tt52"><div class=CClass>Extends mxEventSource to implement a application wrapper for a graph that adds actions, I/O using mxCodec, auto-layout using mxLayoutManager, command history using undoManager, and standard dialogs and widgets, eg. </div></div><div class=CToolTip id="tt53"><div class=CClass>Codec for mxEditors. </div></div><div class=CToolTip id="tt54"><div class=CClass>Provides animation effects.</div></div><div class=CToolTip id="tt55"><div class=CClass>Graph event handler that reconnects edges and modifies control points and the edge label location. </div></div><div class=CToolTip id="tt56"><div class=CClass>Extends mxShape to implement an ellipse shape. </div></div><div class=CToolTip id="tt57"><div class=CClass>Cross-browser DOM event support. </div></div><div class=CToolTip id="tt58"><div class=CClass>The mxEventObject is a wrapper for all properties of a single event. </div></div><div class=CToolTip id="tt59"><div class=CClass>Base class for objects that dispatch named events. </div></div><div class=CToolTip id="tt60"><div class=CClass>Extends mxGraphLayout to implement a fast organic layout algorithm. </div></div><div class=CToolTip id="tt61"><div class=CClass>A simple class for creating HTML forms.</div></div><div class=CToolTip id="tt62"><div class=CClass>Codec for mxValueChanges, mxStyleChanges, mxGeometryChanges, mxCollapseChanges and mxVisibleChanges. </div></div><div class=CToolTip id="tt63"><div class=CClass>Extends mxRectangle to represent the geometry of a cell.</div></div><div class=CToolTip id="tt64"><div class=CClass>Action to change a cell’s geometry in a model.</div></div><div class=CToolTip id="tt65"><div class=CClass>Extends mxEventSource to implement a graph component for the browser. </div></div><div class=CToolTip id="tt66"><div class=CClass>An abstraction of an internal hierarchy node or edge</div></div><div class=CToolTip id="tt67"><div class=CClass>Codec for mxGraphs. </div></div><div class=CToolTip id="tt68"><div class=CClass>Graph event handler that handles selection. </div></div><div class=CToolTip id="tt69"><div class=CClass>An abstraction of a hierarchical edge for the hierarchy layout</div></div><div class=CToolTip id="tt70"><div class=CClass>Internal model of a hierarchical graph. </div></div><div class=CToolTip id="tt71"><div class=CClass>An abstraction of a hierarchical edge for the hierarchy layout</div></div><div class=CToolTip id="tt72"><div class=CClass>Base class for all layout algorithms in mxGraph. </div></div><div class=CToolTip id="tt73"><div class=CClass>Extends mxEventSource to implement a graph model. </div></div><div class=CToolTip id="tt74"><div class=CClass>Implements the selection model for a graph. </div></div><div class=CToolTip id="tt75"><div class=CClass>Extends mxEventSource to implement a view for a graph. </div></div><div class=CToolTip id="tt76"><div class=CClass>Custom encoder for mxGraphViews. </div></div><div class=CToolTip id="tt77"><div class=CClass>Implements the alignment of selection cells to other cells in the graph.</div></div><div class=CToolTip id="tt78"><div class=CClass>Implements a single custom handle for vertices.</div></div><div class=CToolTip id="tt79"><div class=CClass>Implementation of the hexagon shape.</div></div><div class=CToolTip id="tt80"><div class=CClass>A hierarchical layout algorithm.</div></div><div class=CToolTip id="tt81"><div class=CClass>The specific layout interface for hierarchical layouts. </div></div><div class=CToolTip id="tt82"><div class=CClass>Encapsulates the URL, wi ... [truncated]
docs/js-api/index/Functions10.html+4 −4 modified@@ -11,17 +11,17 @@ -<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="#J">J</a> · <a href="#K">K</a> · <a href="#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="J"></a>J</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.join" id=link1309 onMouseOver="ShowTip(event, 'tt1308', 'link1309')" onMouseOut="HideTip('tt1308')" class=ISymbol>join</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=IHeading><a name="K"></a>K</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.keyDown" id=link1310 onMouseOver="ShowTip(event, 'tt1309', 'link1310')" onMouseOut="HideTip('tt1309')" class=ISymbol>keyDown</a>, <span class=IParent>mxKeyHandler</span></td></tr><tr><td class=IHeading><a name="L"></a>L</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.labelChanged" id=link1311 onMouseOver="ShowTip(event, 'tt1310', 'link1311')" onMouseOut="HideTip('tt1310')" class=ISymbol>labelChanged</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>layeringStage</span><div class=ISubIndex><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.layeringStage" id=link1312 onMouseOver="ShowTip(event, 'tt1311', 'link1312')" onMouseOut="HideTip('tt1311')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.layeringStage" id=link1313 onMouseOver="ShowTip(event, 'tt1312', 'link1313')" onMouseOut="HideTip('tt1312')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>layout</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.layout" id=link1314 onMouseOver="ShowTip(event, 'tt1313', 'link1314')" onMouseOut="HideTip('tt1313')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout.layout" id=link1315 onMouseOver="ShowTip(event, 'tt1314', 'link1315')" onMouseOut="HideTip('tt1314')" class=IParent>mxParallelEdgeLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.layoutCells" id=link1316 onMouseOver="ShowTip(event, 'tt1315', 'link1316')" onMouseOut="HideTip('tt1315')" class=ISymbol>layoutCells</a>, <span class=IParent>mxLayoutManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.layoutLeaf" id=link1317 onMouseOver="ShowTip(event, 'tt1316', 'link1317')" onMouseOut="HideTip('tt1316')" class=ISymbol>layoutLeaf</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.leave" id=link1318 onMouseOver="ShowTip(event, 'tt1317', 'link1318')" onMouseOut="HideTip('tt1317')" class=ISymbol>leave</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>lineTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lineTo" id=link1319 onMouseOver="ShowTip(event, 'tt1318', 'link1319')" onMouseOut="HideTip('tt1318')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.lineTo" id=link1320 onMouseOver="ShowTip(event, 'tt1319', 'link1320')" onMouseOut="HideTip('tt1319')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>link</span><div class=ISubIndex><a href="../files/mxClient-js.html#mxClient.link" id=link1321 onMouseOver="ShowTip(event, 'tt1320', 'link1321')" onMouseOut="HideTip('tt1320')" class=IParent>mxClient</a><a href="../files/util/mxUtils-js.html#mxUtils.link" id=link1322 onMouseOver="ShowTip(event, 'tt1321', 'link1322')" onMouseOut="HideTip('tt1321')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.linkAction" id=link1323 onMouseOver="ShowTip(event, 'tt1322', 'link1323')" onMouseOut="HideTip('tt1322')" class=ISymbol>linkAction</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.linkInvoke" id=link1324 onMouseOver="ShowTip(event, 'tt1323', 'link1324')" onMouseOut="HideTip('tt1323')" class=ISymbol>linkInvoke</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.load" id=link1325 onMouseOver="ShowTip(event, 'tt1324', 'link1325')" onMouseOut="HideTip('tt1324')" class=ISymbol>load</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.loadInto" id=link1326 onMouseOver="ShowTip(event, 'tt1325', 'link1326')" onMouseOut="HideTip('tt1325')" class=ISymbol>loadInto</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxResources-js.html#mxResources.loadResources" id=link1327 onMouseOver="ShowTip(event, 'tt1326', 'link1327')" onMouseOut="HideTip('tt1326')" class=ISymbol>loadResources</a>, <span class=IParent>mxResources</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>localEdgeProcessing</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.localEdgeProcessing" id=link1328 onMouseOver="ShowTip(event, 'tt1327', 'link1328')" onMouseOut="HideTip('tt1327')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.localEdgeProcessing" id=link1329 onMouseOver="ShowTip(event, 'tt1328', 'link1329')" onMouseOut="HideTip('tt1328')" class=IParent>mxCoordinateAssignment</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec.lookup" id=link1330 onMouseOver="ShowTip(event, 'tt1329', 'link1330')" onMouseOut="HideTip('tt1329')" class=ISymbol>lookup</a>, <span class=IParent>mxCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.Loop" id=link1331 onMouseOver="ShowTip(event, 'tt1330', 'link1331')" onMouseOut="HideTip('tt1330')" class=ISymbol>Loop</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.ltrim" id=link1332 onMouseOver="ShowTip(event, 'tt1331', 'link1332')" onMouseOut="HideTip('tt1331')" class=ISymbol>ltrim</a>, <span class=IParent>mxUtils</span></td></tr></table> +<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="#J">J</a> · <a href="#K">K</a> · <a href="#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="J"></a>J</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.join" id=link1312 onMouseOver="ShowTip(event, 'tt1311', 'link1312')" onMouseOut="HideTip('tt1311')" class=ISymbol>join</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=IHeading><a name="K"></a>K</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.keyDown" id=link1313 onMouseOver="ShowTip(event, 'tt1312', 'link1313')" onMouseOut="HideTip('tt1312')" class=ISymbol>keyDown</a>, <span class=IParent>mxKeyHandler</span></td></tr><tr><td class=IHeading><a name="L"></a>L</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.labelChanged" id=link1314 onMouseOver="ShowTip(event, 'tt1313', 'link1314')" onMouseOut="HideTip('tt1313')" class=ISymbol>labelChanged</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>layeringStage</span><div class=ISubIndex><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.layeringStage" id=link1315 onMouseOver="ShowTip(event, 'tt1314', 'link1315')" onMouseOut="HideTip('tt1314')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.layeringStage" id=link1316 onMouseOver="ShowTip(event, 'tt1315', 'link1316')" onMouseOut="HideTip('tt1315')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>layout</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.layout" id=link1317 onMouseOver="ShowTip(event, 'tt1316', 'link1317')" onMouseOut="HideTip('tt1316')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout.layout" id=link1318 onMouseOver="ShowTip(event, 'tt1317', 'link1318')" onMouseOut="HideTip('tt1317')" class=IParent>mxParallelEdgeLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.layoutCells" id=link1319 onMouseOver="ShowTip(event, 'tt1318', 'link1319')" onMouseOut="HideTip('tt1318')" class=ISymbol>layoutCells</a>, <span class=IParent>mxLayoutManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.layoutLeaf" id=link1320 onMouseOver="ShowTip(event, 'tt1319', 'link1320')" onMouseOut="HideTip('tt1319')" class=ISymbol>layoutLeaf</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.leave" id=link1321 onMouseOver="ShowTip(event, 'tt1320', 'link1321')" onMouseOut="HideTip('tt1320')" class=ISymbol>leave</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>lineTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lineTo" id=link1322 onMouseOver="ShowTip(event, 'tt1321', 'link1322')" onMouseOut="HideTip('tt1321')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.lineTo" id=link1323 onMouseOver="ShowTip(event, 'tt1322', 'link1323')" onMouseOut="HideTip('tt1322')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>link</span><div class=ISubIndex><a href="../files/mxClient-js.html#mxClient.link" id=link1324 onMouseOver="ShowTip(event, 'tt1323', 'link1324')" onMouseOut="HideTip('tt1323')" class=IParent>mxClient</a><a href="../files/util/mxUtils-js.html#mxUtils.link" id=link1325 onMouseOver="ShowTip(event, 'tt1324', 'link1325')" onMouseOut="HideTip('tt1324')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.linkAction" id=link1326 onMouseOver="ShowTip(event, 'tt1325', 'link1326')" onMouseOut="HideTip('tt1325')" class=ISymbol>linkAction</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.linkInvoke" id=link1327 onMouseOver="ShowTip(event, 'tt1326', 'link1327')" onMouseOut="HideTip('tt1326')" class=ISymbol>linkInvoke</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.load" id=link1328 onMouseOver="ShowTip(event, 'tt1327', 'link1328')" onMouseOut="HideTip('tt1327')" class=ISymbol>load</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.loadInto" id=link1329 onMouseOver="ShowTip(event, 'tt1328', 'link1329')" onMouseOut="HideTip('tt1328')" class=ISymbol>loadInto</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxResources-js.html#mxResources.loadResources" id=link1330 onMouseOver="ShowTip(event, 'tt1329', 'link1330')" onMouseOut="HideTip('tt1329')" class=ISymbol>loadResources</a>, <span class=IParent>mxResources</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>localEdgeProcessing</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.localEdgeProcessing" id=link1331 onMouseOver="ShowTip(event, 'tt1330', 'link1331')" onMouseOut="HideTip('tt1330')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.localEdgeProcessing" id=link1332 onMouseOver="ShowTip(event, 'tt1331', 'link1332')" onMouseOut="HideTip('tt1331')" class=IParent>mxCoordinateAssignment</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec.lookup" id=link1333 onMouseOver="ShowTip(event, 'tt1332', 'link1333')" onMouseOut="HideTip('tt1332')" class=ISymbol>lookup</a>, <span class=IParent>mxCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.Loop" id=link1334 onMouseOver="ShowTip(event, 'tt1333', 'link1334')" onMouseOut="HideTip('tt1333')" class=ISymbol>Loop</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.ltrim" id=link1335 onMouseOver="ShowTip(event, 'tt1334', 'link1335')" onMouseOut="HideTip('tt1334')" class=ISymbol>ltrim</a>, <span class=IParent>mxUtils</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1308"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.join = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1311"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.join = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1309"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxKeyHandler.prototype.keyDown = function(</td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Handles the event by invoking the function bound to the respective keystroke if isEnabledForEvent returns true for the given event and if isEventIgnored returns false, except for escape for which isEventIgnored is not invoked.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1312"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxKeyHandler.prototype.keyDown = function(</td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Handles the event by invoking the function bound to the respective keystroke if isEnabledForEvent returns true for the given event and if isEventIgnored returns false, except for escape for which isEventIgnored is not invoked.</div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1310"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.labelChanged = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sets the label of the specified cell to the given value using cellLabelChanged and fires mxEvent.LABEL_CHANGED while the transaction is in progress. </div></div><div class=CToolTip id="tt1311"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxHierarchicalLayout.prototype.layeringStage = function()</td></tr></table></blockquote>Implements first stage of a Sugiyama layout.</div></div><div class=CToolTip id="tt1312"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneLayout.prototype.layeringStage = function()</td></tr></table></blockquote>Implements first stage of a Sugiyama layout.</div></div><div class=CToolTip id="tt1313"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.layout = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Starts the actual compact tree layout algorithm at the given node.</div></div><div class=CToolTip id="tt1314"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxParallelEdgeLayout.prototype.layout = function(</td><td class="PParameter prettyprint " nowrap>parallels</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Lays out the parallel edges in the given array.</div></div><div class=CToolTip id="tt1315"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxLayoutManager.prototype.layoutCells = function(</td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Executes all layouts which have been scheduled during the changes.</div></div><div class=CToolTip id="tt1316"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.layoutLeaf = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt1317"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>leave: function(</td><td class="PParameter prettyprint " nowrap>string,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>t0</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the specified string to the console if TRACE is true and computes the difference between the current time and t0 in milliseconds. </div></div><div class=CToolTip id="tt1318"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.lineTo = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Draws a line to the given coordinates. </div></div><div class=CToolTip id="tt1319"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.lineTo = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Draws a line to the given coordinates.</div></div><div class=CToolTip id="tt1320"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>link: function(</td><td class="PParameter prettyprint " nowrap>rel,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>href,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a link node to the head of the document. </div></div><div class=CToolTip id="tt1321"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>link: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>funct,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent and invokes the given function when the link is clicked.</div></div><div class=CToolTip id="tt1322"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>linkAction: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>action,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent that invokes action on the specified editor.</div></div><div class=CToolTip id="tt1323"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>linkInvoke: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>functName,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>arg,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent that invokes the specified function on the editor passing along the specified argument. </div></div><div class=CToolTip id="tt1324"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>load: function(</td><td class="PParameter prettyprint " nowrap>url</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads the specified URL <b>synchronously</b> and returns the mxXmlRequest. </div></div><div class=CToolTip id="tt1325"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>loadInto: function(</td><td class="PParameter prettyprint " nowrap>url,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>doc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>onload</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads the specified URL <b>asynchronously</b> into the specified document, invoking onload after the document has been loaded. </div></div><div class=CToolTip id="tt1326"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>loadResources: function(</td><td class="PParameter prettyprint " nowrap>callback</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads all required resources asynchronously. </div></div><div class=CToolTip id="tt1327"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.localEdgeProcessing = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Moves the specified node and all of its children by the given amount.</div></div><div class=CToolTip id="tt1328"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCoordinateAssignment.prototype.localEdgeProcessing = function(</td><td class="PParameter prettyprint " nowrap>model</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Separates the x position of edges as they connect to vertices</div></div><div class=CToolTip id="tt1329"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCodec.prototype.lookup = function(</td><td class="PParameter prettyprint " nowrap>id</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook for subclassers to implement a custom lookup mechanism for cell IDs. </div></div><div class=CToolTip id="tt1330"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>Loop: function (</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>points,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Implements a self-reference, aka. </div></div><div class=CToolTip id="tt1331"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>ltrim: function(</td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>chars</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Strips all whitespaces from the beginning of the string. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1313"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.labelChanged = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sets the label of the specified cell to the given value using cellLabelChanged and fires mxEvent.LABEL_CHANGED while the transaction is in progress. </div></div><div class=CToolTip id="tt1314"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxHierarchicalLayout.prototype.layeringStage = function()</td></tr></table></blockquote>Implements first stage of a Sugiyama layout.</div></div><div class=CToolTip id="tt1315"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneLayout.prototype.layeringStage = function()</td></tr></table></blockquote>Implements first stage of a Sugiyama layout.</div></div><div class=CToolTip id="tt1316"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.layout = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Starts the actual compact tree layout algorithm at the given node.</div></div><div class=CToolTip id="tt1317"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxParallelEdgeLayout.prototype.layout = function(</td><td class="PParameter prettyprint " nowrap>parallels</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Lays out the parallel edges in the given array.</div></div><div class=CToolTip id="tt1318"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxLayoutManager.prototype.layoutCells = function(</td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Executes all layouts which have been scheduled during the changes.</div></div><div class=CToolTip id="tt1319"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.layoutLeaf = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt1320"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>leave: function(</td><td class="PParameter prettyprint " nowrap>string,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>t0</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the specified string to the console if TRACE is true and computes the difference between the current time and t0 in milliseconds. </div></div><div class=CToolTip id="tt1321"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.lineTo = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Draws a line to the given coordinates. </div></div><div class=CToolTip id="tt1322"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.lineTo = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Draws a line to the given coordinates.</div></div><div class=CToolTip id="tt1323"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>link: function(</td><td class="PParameter prettyprint " nowrap>rel,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>href,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a link node to the head of the document. </div></div><div class=CToolTip id="tt1324"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>link: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>funct,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent and invokes the given function when the link is clicked.</div></div><div class=CToolTip id="tt1325"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>linkAction: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>action,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent that invokes action on the specified editor.</div></div><div class=CToolTip id="tt1326"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>linkInvoke: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>functName,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>arg,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent that invokes the specified function on the editor passing along the specified argument. </div></div><div class=CToolTip id="tt1327"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>load: function(</td><td class="PParameter prettyprint " nowrap>url</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads the specified URL <b>synchronously</b> and returns the mxXmlRequest. </div></div><div class=CToolTip id="tt1328"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>loadInto: function(</td><td class="PParameter prettyprint " nowrap>url,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>doc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>onload</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads the specified URL <b>asynchronously</b> into the specified document, invoking onload after the document has been loaded. </div></div><div class=CToolTip id="tt1329"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>loadResources: function(</td><td class="PParameter prettyprint " nowrap>callback</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads all required resources asynchronously. </div></div><div class=CToolTip id="tt1330"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.localEdgeProcessing = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Moves the specified node and all of its children by the given amount.</div></div><div class=CToolTip id="tt1331"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCoordinateAssignment.prototype.localEdgeProcessing = function(</td><td class="PParameter prettyprint " nowrap>model</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Separates the x position of edges as they connect to vertices</div></div><div class=CToolTip id="tt1332"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCodec.prototype.lookup = function(</td><td class="PParameter prettyprint " nowrap>id</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook for subclassers to implement a custom lookup mechanism for cell IDs. </div></div><div class=CToolTip id="tt1333"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>Loop: function (</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>points,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Implements a self-reference, aka. </div></div><div class=CToolTip id="tt1334"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>ltrim: function(</td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>chars</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Strips all whitespaces from the beginning of the string. </div></div><!--END_ND_TOOLTIPS--> </div><!--Index-->
docs/js-api/index/Functions11.html+2 −2 modifieddocs/js-api/index/Functions12.html+3 −3 modified@@ -11,13 +11,13 @@ -<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="#N">N</a> · <a href="#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="N"></a>N</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.notify" id=link1517 onMouseOver="ShowTip(event, 'tt1516', 'link1517')" onMouseOut="HideTip('tt1516')" class=ISymbol>notify</a>, <span class=IParent>mxUndoableEdit</span></td></tr><tr><td class=IHeading><a name="O"></a>O</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.offset" id=link1518 onMouseOver="ShowTip(event, 'tt1517', 'link1518')" onMouseOut="HideTip('tt1517')" class=ISymbol>offset</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec.onEncode" id=link1519 onMouseOver="ShowTip(event, 'tt1518', 'link1519')" onMouseOut="HideTip('tt1518')" class=ISymbol>onEncode</a>, <span class=IParent>mxRootChangeCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>onInit</span><div class=ISubIndex><a href="../files/model/mxCell-js.html#mxCell.onInit" id=link1520 onMouseOver="ShowTip(event, 'tt1519', 'link1520')" onMouseOut="HideTip('tt1519')" class=IParent>mxCell</a><a href="../files/editor/mxEditor-js.html#mxEditor.onInit" id=link1521 onMouseOver="ShowTip(event, 'tt1520', 'link1521')" onMouseOut="HideTip('tt1520')" class=IParent>mxEditor</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>open</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.open" id=link1522 onMouseOver="ShowTip(event, 'tt1521', 'link1522')" onMouseOut="HideTip('tt1521')" class=IParent>mxEditor</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.open" id=link1523 onMouseOver="ShowTip(event, 'tt1522', 'link1523')" onMouseOut="HideTip('tt1522')" class=IParent>mxPrintPreview</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.orderCells" id=link1524 onMouseOver="ShowTip(event, 'tt1523', 'link1524')" onMouseOut="HideTip('tt1523')" class=ISymbol>orderCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.OrthConnector" id=link1525 onMouseOver="ShowTip(event, 'tt1524', 'link1525')" onMouseOut="HideTip('tt1524')" class=ISymbol>OrthConnector</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxOutline-js.html#mxOutline.outline" id=link1526 onMouseOver="ShowTip(event, 'tt1525', 'link1526')" onMouseOut="HideTip('tt1525')" class=ISymbol>outline</a>, <span class=IParent>mxOutline</span></td></tr></table> +<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="#N">N</a> · <a href="#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="N"></a>N</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.notify" id=link1519 onMouseOver="ShowTip(event, 'tt1518', 'link1519')" onMouseOut="HideTip('tt1518')" class=ISymbol>notify</a>, <span class=IParent>mxUndoableEdit</span></td></tr><tr><td class=IHeading><a name="O"></a>O</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.offset" id=link1520 onMouseOver="ShowTip(event, 'tt1519', 'link1520')" onMouseOut="HideTip('tt1519')" class=ISymbol>offset</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec.onEncode" id=link1521 onMouseOver="ShowTip(event, 'tt1520', 'link1521')" onMouseOut="HideTip('tt1520')" class=ISymbol>onEncode</a>, <span class=IParent>mxRootChangeCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>onInit</span><div class=ISubIndex><a href="../files/model/mxCell-js.html#mxCell.onInit" id=link1522 onMouseOver="ShowTip(event, 'tt1521', 'link1522')" onMouseOut="HideTip('tt1521')" class=IParent>mxCell</a><a href="../files/editor/mxEditor-js.html#mxEditor.onInit" id=link1523 onMouseOver="ShowTip(event, 'tt1522', 'link1523')" onMouseOut="HideTip('tt1522')" class=IParent>mxEditor</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>open</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.open" id=link1524 onMouseOver="ShowTip(event, 'tt1523', 'link1524')" onMouseOut="HideTip('tt1523')" class=IParent>mxEditor</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.open" id=link1525 onMouseOver="ShowTip(event, 'tt1524', 'link1525')" onMouseOut="HideTip('tt1524')" class=IParent>mxPrintPreview</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.orderCells" id=link1526 onMouseOver="ShowTip(event, 'tt1525', 'link1526')" onMouseOut="HideTip('tt1525')" class=ISymbol>orderCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.OrthConnector" id=link1527 onMouseOver="ShowTip(event, 'tt1526', 'link1527')" onMouseOut="HideTip('tt1526')" class=ISymbol>OrthConnector</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxOutline-js.html#mxOutline.outline" id=link1528 onMouseOver="ShowTip(event, 'tt1527', 'link1528')" onMouseOut="HideTip('tt1527')" class=ISymbol>outline</a>, <span class=IParent>mxOutline</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1516"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxUndoableEdit.prototype.notify = function()</td></tr></table></blockquote>Hook to notify any listeners of the changes after an undo or redo has been carried out. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1518"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxUndoableEdit.prototype.notify = function()</td></tr></table></blockquote>Hook to notify any listeners of the changes after an undo or redo has been carried out. </div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1517"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.offset = function(</td><td class="PParameter prettyprint " nowrap>p1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>p2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>a1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>a2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>b1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>b2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt1518"><div class=CFunction>Encodes the child recursively.</div></div><div class=CToolTip id="tt1519"><div class=CFunction>Called from within the constructor.</div></div><div class=CToolTip id="tt1520"><div class=CFunction>Called from within the constructor. </div></div><div class=CToolTip id="tt1521"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEditor.prototype.open = function (</td><td class="PParameter prettyprint " nowrap>filename</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Opens the specified file synchronously and parses it using readGraphModel. </div></div><div class=CToolTip id="tt1522"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.open = function(</td><td class="PParameter prettyprint " nowrap>css,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>targetWindow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>forcePageBreaks,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>keepOpen</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Shows the print preview window. </div></div><div class=CToolTip id="tt1523"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.orderCells = function(</td><td class="PParameter prettyprint " nowrap>back,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Moves the given cells to the front or back. </div></div><div class=CToolTip id="tt1524"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>OrthConnector: function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>points,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Implements a local orthogonal router between the given cells.</div></div><div class=CToolTip id="tt1525"><div class=CFunction>Reference to the mxGraph that renders the outline.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1519"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.offset = function(</td><td class="PParameter prettyprint " nowrap>p1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>p2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>a1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>a2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>b1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>b2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt1520"><div class=CFunction>Encodes the child recursively.</div></div><div class=CToolTip id="tt1521"><div class=CFunction>Called from within the constructor.</div></div><div class=CToolTip id="tt1522"><div class=CFunction>Called from within the constructor. </div></div><div class=CToolTip id="tt1523"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEditor.prototype.open = function (</td><td class="PParameter prettyprint " nowrap>filename</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Opens the specified file synchronously and parses it using readGraphModel. </div></div><div class=CToolTip id="tt1524"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.open = function(</td><td class="PParameter prettyprint " nowrap>css,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>targetWindow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>forcePageBreaks,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>keepOpen</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Shows the print preview window. </div></div><div class=CToolTip id="tt1525"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.orderCells = function(</td><td class="PParameter prettyprint " nowrap>back,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Moves the given cells to the front or back. </div></div><div class=CToolTip id="tt1526"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>OrthConnector: function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>points,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Implements a local orthogonal router between the given cells.</div></div><div class=CToolTip id="tt1527"><div class=CFunction>Reference to the mxGraph that renders the outline.</div></div><!--END_ND_TOOLTIPS--> </div><!--Index-->
docs/js-api/index/Functions13.html+2 −2 modifieddocs/js-api/index/Functions14.html+2 −2 modified@@ -11,9 +11,9 @@ -<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Q"></a>Q</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><span class=ISymbol>quadTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadTo" id=link1595 onMouseOver="ShowTip(event, 'tt1594', 'link1595')" onMouseOut="HideTip('tt1594')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1596 onMouseOver="ShowTip(event, 'tt1595', 'link1596')" onMouseOut="HideTip('tt1595')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1597 onMouseOver="ShowTip(event, 'tt1596', 'link1597')" onMouseOut="HideTip('tt1596')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table> +<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Q"></a>Q</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><span class=ISymbol>quadTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadTo" id=link1597 onMouseOver="ShowTip(event, 'tt1596', 'link1597')" onMouseOut="HideTip('tt1596')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1598 onMouseOver="ShowTip(event, 'tt1597', 'link1598')" onMouseOut="HideTip('tt1597')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1599 onMouseOver="ShowTip(event, 'tt1598', 'link1599')" onMouseOut="HideTip('tt1598')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1594"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt1595"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt1596"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1596"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt1597"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt1598"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS--> </div><!--Index-->
docs/js-api/index/Functions15.html+2 −2 modifieddocs/js-api/index/Functions16.html+2 −2 modifieddocs/js-api/index/Functions17.html+2 −2 modified@@ -11,9 +11,9 @@ -<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="T"></a>T</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.tapAndHold" id=link2067 onMouseOver="ShowTip(event, 'tt2066', 'link2067')" onMouseOut="HideTip('tt2066')" class=ISymbol>tapAndHold</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.terminalForCellChanged" id=link2068 onMouseOver="ShowTip(event, 'tt2067', 'link2068')" onMouseOut="HideTip('tt2067')" class=ISymbol>terminalForCellChanged</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>text</span><div class=ISubIndex><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.text" id=link2069 onMouseOver="ShowTip(event, 'tt2068', 'link2069')" onMouseOut="HideTip('tt2068')" class=IParent>mxSvgCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.text" id=link2070 onMouseOver="ShowTip(event, 'tt2069', 'link2070')" onMouseOut="HideTip('tt2069')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.text" id=link2071 onMouseOver="ShowTip(event, 'tt2070', 'link2071')" onMouseOut="HideTip('tt2070')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.toDegree" id=link2072 onMouseOver="ShowTip(event, 'tt2071', 'link2072')" onMouseOut="HideTip('tt2071')" class=ISymbol>toDegree</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.toggleCells" id=link2073 onMouseOver="ShowTip(event, 'tt2072', 'link2073')" onMouseOut="HideTip('tt2072')" class=ISymbol>toggleCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.toggleCellStyle" id=link2074 onMouseOver="ShowTip(event, 'tt2073', 'link2074')" onMouseOut="HideTip('tt2073')" class=ISymbol>toggleCellStyle</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.toggleCellStyleFlags" id=link2075 onMouseOver="ShowTip(event, 'tt2074', 'link2075')" onMouseOut="HideTip('tt2074')" class=ISymbol>toggleCellStyleFlags</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.toggleCellStyles" id=link2076 onMouseOver="ShowTip(event, 'tt2075', 'link2076')" onMouseOut="HideTip('tt2075')" class=ISymbol>toggleCellStyles</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.TopToBottom" id=link2077 onMouseOver="ShowTip(event, 'tt2076', 'link2077')" onMouseOut="HideTip('tt2076')" class=ISymbol>TopToBottom</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.toRadians" id=link2078 onMouseOver="ShowTip(event, 'tt2077', 'link2078')" onMouseOut="HideTip('tt2077')" class=ISymbol>toRadians</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>toString</span><div class=ISubIndex><a href="../files/view/mxCellOverlay-js.html#mxCellOverlay.toString" id=link2079 onMouseOver="ShowTip(event, 'tt2078', 'link2079')" onMouseOut="HideTip('tt2078')" class=IParent>mxCellOverlay</a><a href="../files/util/mxUtils-js.html#mxUtils.toString" id=link2080 onMouseOver="ShowTip(event, 'tt2079', 'link2080')" onMouseOut="HideTip('tt2079')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.transformControlPoint" id=link2081 onMouseOver="ShowTip(event, 'tt2080', 'link2081')" onMouseOut="HideTip('tt2080')" class=ISymbol>transformControlPoint</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>translate</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.translate" id=link2082 onMouseOver="ShowTip(event, 'tt2081', 'link2082')" onMouseOut="HideTip('tt2081')" class=IParent>mxAbstractCanvas2D</a><a href="../files/model/mxGeometry-js.html#mxGeometry.translate" id=link2083 onMouseOver="ShowTip(event, 'tt2082', 'link2083')" onMouseOut="HideTip('tt2082')" class=IParent>mxGeometry</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.translate" id=link2084 onMouseOver="ShowTip(event, 'tt2083', 'link2084')" onMouseOut="HideTip('tt2083')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.translateCell" id=link2085 onMouseOver="ShowTip(event, 'tt2084', 'link2085')" onMouseOut="HideTip('tt2084')" class=ISymbol>translateCell</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellStatePreview-js.html#mxCellStatePreview.translateState" id=link2086 onMouseOver="ShowTip(event, 'tt2085', 'link2086')" onMouseOut="HideTip('tt2085')" class=ISymbol>translateState</a>, <span class=IParent>mxCellStatePreview</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.transpose" id=link2087 onMouseOver="ShowTip(event, 'tt2086', 'link2087')" onMouseOut="HideTip('tt2086')" class=ISymbol>transpose</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>traverse</span><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.traverse" id=link2088 onMouseOver="ShowTip(event, 'tt2087', 'link2088')" onMouseOut="HideTip('tt2087')" class=IParent>mxGraph</a><a href="../files/layout/mxGraphLayout-js.html#mxGraphLayout.traverse" id=link2089 onMouseOver="ShowTip(event, 'tt2088', 'link2089')" onMouseOut="HideTip('tt2088')" class=IParent>mxGraphLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.treeLayout" id=link2090 onMouseOver="ShowTip(event, 'tt2089', 'link2090')" onMouseOut="HideTip('tt2089')" class=ISymbol>treeLayout</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPerimeter-js.html#mxPerimeter.TrianglePerimeter" id=link2091 onMouseOver="ShowTip(event, 'tt2090', 'link2091')" onMouseOut="HideTip('tt2090')" class=ISymbol>TrianglePerimeter</a>, <span class=IParent>mxPerimeter</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>trim</span><div class=ISubIndex><a href="../files/util/mxUndoManager-js.html#mxUndoManager.trim" id=link2092 onMouseOver="ShowTip(event, 'tt2091', 'link2092')" onMouseOut="HideTip('tt2091')" class=IParent>mxUndoManager</a><a href="../files/util/mxUtils-js.html#mxUtils.trim" id=link2093 onMouseOver="ShowTip(event, 'tt2092', 'link2093')" onMouseOut="HideTip('tt2092')" class=IParent>mxUtils</a></div></td></tr></table> +<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="T"></a>T</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.tapAndHold" id=link2069 onMouseOver="ShowTip(event, 'tt2068', 'link2069')" onMouseOut="HideTip('tt2068')" class=ISymbol>tapAndHold</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.terminalForCellChanged" id=link2070 onMouseOver="ShowTip(event, 'tt2069', 'link2070')" onMouseOut="HideTip('tt2069')" class=ISymbol>terminalForCellChanged</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>text</span><div class=ISubIndex><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.text" id=link2071 onMouseOver="ShowTip(event, 'tt2070', 'link2071')" onMouseOut="HideTip('tt2070')" class=IParent>mxSvgCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.text" id=link2072 onMouseOver="ShowTip(event, 'tt2071', 'link2072')" onMouseOut="HideTip('tt2071')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.text" id=link2073 onMouseOver="ShowTip(event, 'tt2072', 'link2073')" onMouseOut="HideTip('tt2072')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.toDegree" id=link2074 onMouseOver="ShowTip(event, 'tt2073', 'link2074')" onMouseOut="HideTip('tt2073')" class=ISymbol>toDegree</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.toggleCells" id=link2075 onMouseOver="ShowTip(event, 'tt2074', 'link2075')" onMouseOut="HideTip('tt2074')" class=ISymbol>toggleCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.toggleCellStyle" id=link2076 onMouseOver="ShowTip(event, 'tt2075', 'link2076')" onMouseOut="HideTip('tt2075')" class=ISymbol>toggleCellStyle</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.toggleCellStyleFlags" id=link2077 onMouseOver="ShowTip(event, 'tt2076', 'link2077')" onMouseOut="HideTip('tt2076')" class=ISymbol>toggleCellStyleFlags</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.toggleCellStyles" id=link2078 onMouseOver="ShowTip(event, 'tt2077', 'link2078')" onMouseOut="HideTip('tt2077')" class=ISymbol>toggleCellStyles</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.TopToBottom" id=link2079 onMouseOver="ShowTip(event, 'tt2078', 'link2079')" onMouseOut="HideTip('tt2078')" class=ISymbol>TopToBottom</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.toRadians" id=link2080 onMouseOver="ShowTip(event, 'tt2079', 'link2080')" onMouseOut="HideTip('tt2079')" class=ISymbol>toRadians</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>toString</span><div class=ISubIndex><a href="../files/view/mxCellOverlay-js.html#mxCellOverlay.toString" id=link2081 onMouseOver="ShowTip(event, 'tt2080', 'link2081')" onMouseOut="HideTip('tt2080')" class=IParent>mxCellOverlay</a><a href="../files/util/mxUtils-js.html#mxUtils.toString" id=link2082 onMouseOver="ShowTip(event, 'tt2081', 'link2082')" onMouseOut="HideTip('tt2081')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.transformControlPoint" id=link2083 onMouseOver="ShowTip(event, 'tt2082', 'link2083')" onMouseOut="HideTip('tt2082')" class=ISymbol>transformControlPoint</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>translate</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.translate" id=link2084 onMouseOver="ShowTip(event, 'tt2083', 'link2084')" onMouseOut="HideTip('tt2083')" class=IParent>mxAbstractCanvas2D</a><a href="../files/model/mxGeometry-js.html#mxGeometry.translate" id=link2085 onMouseOver="ShowTip(event, 'tt2084', 'link2085')" onMouseOut="HideTip('tt2084')" class=IParent>mxGeometry</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.translate" id=link2086 onMouseOver="ShowTip(event, 'tt2085', 'link2086')" onMouseOut="HideTip('tt2085')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.translateCell" id=link2087 onMouseOver="ShowTip(event, 'tt2086', 'link2087')" onMouseOut="HideTip('tt2086')" class=ISymbol>translateCell</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellStatePreview-js.html#mxCellStatePreview.translateState" id=link2088 onMouseOver="ShowTip(event, 'tt2087', 'link2088')" onMouseOut="HideTip('tt2087')" class=ISymbol>translateState</a>, <span class=IParent>mxCellStatePreview</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.transpose" id=link2089 onMouseOver="ShowTip(event, 'tt2088', 'link2089')" onMouseOut="HideTip('tt2088')" class=ISymbol>transpose</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>traverse</span><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.traverse" id=link2090 onMouseOver="ShowTip(event, 'tt2089', 'link2090')" onMouseOut="HideTip('tt2089')" class=IParent>mxGraph</a><a href="../files/layout/mxGraphLayout-js.html#mxGraphLayout.traverse" id=link2091 onMouseOver="ShowTip(event, 'tt2090', 'link2091')" onMouseOut="HideTip('tt2090')" class=IParent>mxGraphLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.treeLayout" id=link2092 onMouseOver="ShowTip(event, 'tt2091', 'link2092')" onMouseOut="HideTip('tt2091')" class=ISymbol>treeLayout</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPerimeter-js.html#mxPerimeter.TrianglePerimeter" id=link2093 onMouseOver="ShowTip(event, 'tt2092', 'link2093')" onMouseOut="HideTip('tt2092')" class=ISymbol>TrianglePerimeter</a>, <span class=IParent>mxPerimeter</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>trim</span><div class=ISubIndex><a href="../files/util/mxUndoManager-js.html#mxUndoManager.trim" id=link2094 onMouseOver="ShowTip(event, 'tt2093', 'link2094')" onMouseOut="HideTip('tt2093')" class=IParent>mxUndoManager</a><a href="../files/util/mxUtils-js.html#mxUtils.trim" id=link2095 onMouseOver="ShowTip(event, 'tt2094', 'link2095')" onMouseOut="HideTip('tt2094')" class=IParent>mxUtils</a></div></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt2066"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.tapAndHold = function(</td><td class="PParameter prettyprint " nowrap>me</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Handles the mxMouseEvent by highlighting the mxCellState.</div></div><div class=CToolTip id="tt2067"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.terminalForCellChanged = function(</td><td class="PParameter prettyprint " nowrap>edge,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>terminal,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isSource</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Inner helper function to update the terminal of the edge using mxCell.insertEdge and return the previous terminal.</div></div><div class=CToolTip id="tt2068"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSvgCanvas2D.prototype.text = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>w,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>h,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>align,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>valign,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>wrap,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>format,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>overflow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>clip,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>rotation,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dir</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Paints the given text. </div></div><div class=CToolTip id="tt2069"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxVmlCanvas2D.prototype.text = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>w,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>h,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>align,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>valign,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>wrap,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>format,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>overflow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>clip,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>rotation,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dir</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Paints the given text. </div></div><div class=CToolTip id="tt2070"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.text = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>w,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>h,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>align,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>valign,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>wrap,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>format,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>overflow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>clip,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>rotation,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dir</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Paints the given text. </div></div><div class=CToolTip id="tt2071"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>toDegree: function(</td><td class="PParameter prettyprint " nowrap>rad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Converts the given radians to degree.</div></div><div class=CToolTip id="tt2072"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.toggleCells = function(</td><td class="PParameter prettyprint " nowrap>show,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>includeEdges</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sets the visible state of the specified cells and all connected edges if includeEdges is true. </div></div><div class=CToolTip id="tt2073"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.toggleCellStyle = function(</td><td class="PParameter prettyprint " nowrap>key,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>defaultValue,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Toggles the boolean value for the given key in the style of the given cell and returns the new value as 0 or 1. </div></div><div class=CToolTip id="tt2074"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.toggleCellStyleFlags = function(</td><td class="PParameter prettyprint " nowrap>key,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>flag,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Toggles the given bit for the given key in the styles of the specified cells.</div></div><div class=CToolTip id="tt2075"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.toggleCellStyles = function(</td><td class="PParameter prettyprint " nowrap>key,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>defaultValue,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Toggles the boolean value for the given key in the style of the given cells and returns the new value as 0 or 1. </div></div><div class=CToolTip id="tt2076"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>TopToBottom: function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>points,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Implements a horizontal elbow edge. </div></div><div class=CToolTip id="tt2077"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>toRadians: function(</td><td class="PParameter prettyprint " nowrap>deg</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Converts the given degree to radians.</div></div><div class=CToolTip id="tt2078"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellOverlay.prototype.toString = function()</td></tr></table></blockquote>Returns the textual representation of the overlay to be used as the tooltip. </div></div><div class=CToolTip id="tt2079"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>toString: function(</td><td class="PParameter prettyprint " nowrap>obj</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns a textual representation of the specified object.</div></div><div class=CToolTip id="tt2080"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphView.prototype.transformControlPoint = function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Transforms the given control point to an absolute point.</div></div><div class=CToolTip id="tt2081"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.translate = function(</td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Translates the current state.</div></div><div class=CToolTip id="tt2082"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGeometry.prototype.translate = function(</td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Translates the geometry by the specified amount. </div></div><div class=CToolTip id="tt2083"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.translate = function(</td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Translates the output.</div></div><div class=CToolTip id="tt2084"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.translateCell = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Translates the geometry of the given cell and stores the new, translated geometry in the model as an atomic change.</div></div><div class=CToolTip id="tt2085"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCellStatePreview.prototype.translateState = function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt2086"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "colspan=2>mxMedianHybridCrossingReduction.prototype.transpose = function(</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>mainLoopIteration,</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>model</td></tr><tr><td class="PAfterParameters prettyprint "colspan=2>)</td></tr></table></td></tr></table></blockquote>Takes each possible adjacent cell pair on each rank and checks if swapping them around reduces the number of crossing</div></div><div class=CToolTip id="tt2087"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.traverse = function(</td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>directed,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>func,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>edge,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>visited,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>inverse</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Traverses the (directed) graph invoking the given function for each visited vertex and edge. </div></div><div class=CToolTip id="tt2088"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphLayout.traverse = function(</td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>directed,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>func,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>edge,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>visited</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Traverses the (directed) graph invoking the given function for each visited vertex and edge. </div></div><div class=CToolTip id="tt2089"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEditor.prototype.treeLayout = function (</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>horizontal</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Executes a vertical or horizontal compact tree layout using the specified cell as an argument. </div></div><div class=CToolTip id="tt2090"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>TrianglePerimeter: function (</td><td class="PParameter prettyprint " nowrap>bounds,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>next,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>orthogonal</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Describes a triangle perimeter. </div></div><div class=CToolTip id="tt2091"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxUndoManager.prototype.trim = function()</td></tr></table></blockquote>Removes all pending steps after indexOfNextAdd from the history, invoking die on each edit. </div></div><div class=CToolTip id="tt2092"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>trim: function(</td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>chars</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Strips all whitespaces from both end of the string. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt2068"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.tapAndHold = function(</td><td class="PParameter prettyprint " nowrap>me</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Handles the mxMouseEvent by highlighting the mxCellState.</div></div><div class=CToolTip id="tt2069"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.terminalForCellChanged = function(</td><td class="PParameter prettyprint " nowrap>edge,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>terminal,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isSource</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Inner helper function to update the terminal of the edge using mxCell.insertEdge and return the previous terminal.</div></div><div class=CToolTip id="tt2070"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSvgCanvas2D.prototype.text = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>w,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>h,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>align,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>valign,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>wrap,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>format,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>overflow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>clip,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>rotation,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dir</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Paints the given text. </div></div><div class=CToolTip id="tt2071"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxVmlCanvas2D.prototype.text = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>w,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>h,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>align,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>valign,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>wrap,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>format,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>overflow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>clip,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>rotation,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dir</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Paints the given text. </div></div><div class=CToolTip id="tt2072"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.text = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>w,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>h,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>align,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>valign,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>wrap,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>format,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>overflow,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>clip,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>rotation,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dir</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Paints the given text. </div></div><div class=CToolTip id="tt2073"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>toDegree: function(</td><td class="PParameter prettyprint " nowrap>rad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Converts the given radians to degree.</div></div><div class=CToolTip id="tt2074"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.toggleCells = function(</td><td class="PParameter prettyprint " nowrap>show,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>includeEdges</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sets the visible state of the specified cells and all connected edges if includeEdges is true. </div></div><div class=CToolTip id="tt2075"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.toggleCellStyle = function(</td><td class="PParameter prettyprint " nowrap>key,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>defaultValue,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Toggles the boolean value for the given key in the style of the given cell and returns the new value as 0 or 1. </div></div><div class=CToolTip id="tt2076"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.toggleCellStyleFlags = function(</td><td class="PParameter prettyprint " nowrap>key,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>flag,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Toggles the given bit for the given key in the styles of the specified cells.</div></div><div class=CToolTip id="tt2077"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.toggleCellStyles = function(</td><td class="PParameter prettyprint " nowrap>key,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>defaultValue,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Toggles the boolean value for the given key in the style of the given cells and returns the new value as 0 or 1. </div></div><div class=CToolTip id="tt2078"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>TopToBottom: function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>points,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Implements a horizontal elbow edge. </div></div><div class=CToolTip id="tt2079"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>toRadians: function(</td><td class="PParameter prettyprint " nowrap>deg</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Converts the given degree to radians.</div></div><div class=CToolTip id="tt2080"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellOverlay.prototype.toString = function()</td></tr></table></blockquote>Returns the textual representation of the overlay to be used as the tooltip. </div></div><div class=CToolTip id="tt2081"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>toString: function(</td><td class="PParameter prettyprint " nowrap>obj</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns a textual representation of the specified object.</div></div><div class=CToolTip id="tt2082"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphView.prototype.transformControlPoint = function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Transforms the given control point to an absolute point.</div></div><div class=CToolTip id="tt2083"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.translate = function(</td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Translates the current state.</div></div><div class=CToolTip id="tt2084"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGeometry.prototype.translate = function(</td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Translates the geometry by the specified amount. </div></div><div class=CToolTip id="tt2085"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.translate = function(</td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Translates the output.</div></div><div class=CToolTip id="tt2086"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.translateCell = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Translates the geometry of the given cell and stores the new, translated geometry in the model as an atomic change.</div></div><div class=CToolTip id="tt2087"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCellStatePreview.prototype.translateState = function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dx,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dy</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt2088"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "colspan=2>mxMedianHybridCrossingReduction.prototype.transpose = function(</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>mainLoopIteration,</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>model</td></tr><tr><td class="PAfterParameters prettyprint "colspan=2>)</td></tr></table></td></tr></table></blockquote>Takes each possible adjacent cell pair on each rank and checks if swapping them around reduces the number of crossing</div></div><div class=CToolTip id="tt2089"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.traverse = function(</td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>directed,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>func,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>edge,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>visited,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>inverse</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Traverses the (directed) graph invoking the given function for each visited vertex and edge. </div></div><div class=CToolTip id="tt2090"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphLayout.traverse = function(</td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>directed,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>func,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>edge,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>visited</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Traverses the (directed) graph invoking the given function for each visited vertex and edge. </div></div><div class=CToolTip id="tt2091"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEditor.prototype.treeLayout = function (</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>horizontal</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Executes a vertical or horizontal compact tree layout using the specified cell as an argument. </div></div><div class=CToolTip id="tt2092"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>TrianglePerimeter: function (</td><td class="PParameter prettyprint " nowrap>bounds,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>next,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>orthogonal</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Describes a triangle perimeter. </div></div><div class=CToolTip id="tt2093"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxUndoManager.prototype.trim = function()</td></tr></table></blockquote>Removes all pending steps after indexOfNextAdd from the history, invoking die on each edit. </div></div><div class=CToolTip id="tt2094"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>trim: function(</td><td class="PParameter prettyprint " nowrap>str,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>chars</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Strips all whitespaces from both end of the string. </div></div><!--END_ND_TOOLTIPS--> </div><!--Index-->
docs/js-api/index/Functions18.html+2 −2 modifieddocs/js-api/index/Functions19.html+4 −4 modified@@ -11,17 +11,17 @@ -<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="#V">V</a> · <a href="#W">W</a> · X · Y · <a href="#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="V"></a>V</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validate" id=link2162 onMouseOver="ShowTip(event, 'tt2161', 'link2162')" onMouseOut="HideTip('tt2161')" class=ISymbol>validate</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validateBackground" id=link2163 onMouseOver="ShowTip(event, 'tt2162', 'link2163')" onMouseOut="HideTip('tt2162')" class=ISymbol>validateBackground</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validateBackgroundImage" id=link2164 onMouseOver="ShowTip(event, 'tt2163', 'link2164')" onMouseOut="HideTip('tt2163')" class=ISymbol>validateBackgroundImage</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validateBackgroundPage" id=link2165 onMouseOver="ShowTip(event, 'tt2164', 'link2165')" onMouseOut="HideTip('tt2164')" class=ISymbol>validateBackgroundPage</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>validateCell</span><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.validateCell" id=link2166 onMouseOver="ShowTip(event, 'tt2165', 'link2166')" onMouseOut="HideTip('tt2165')" class=IParent>mxGraph</a><a href="../files/view/mxGraphView-js.html#mxGraphView.validateCell" id=link2167 onMouseOver="ShowTip(event, 'tt2166', 'link2167')" onMouseOut="HideTip('tt2166')" class=IParent>mxGraphView</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validateCellState" id=link2168 onMouseOver="ShowTip(event, 'tt2167', 'link2168')" onMouseOut="HideTip('tt2167')" class=ISymbol>validateCellState</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>validateConnection</span><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.validateConnection" id=link2169 onMouseOver="ShowTip(event, 'tt2168', 'link2169')" onMouseOut="HideTip('tt2168')" class=IParent>mxConnectionHandler</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.validateConnection" id=link2170 onMouseOver="ShowTip(event, 'tt2169', 'link2170')" onMouseOut="HideTip('tt2169')" class=IParent>mxEdgeHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.validateEdge" id=link2171 onMouseOver="ShowTip(event, 'tt2170', 'link2171')" onMouseOut="HideTip('tt2170')" class=ISymbol>validateEdge</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.validateGraph" id=link2172 onMouseOver="ShowTip(event, 'tt2171', 'link2172')" onMouseOut="HideTip('tt2171')" class=ISymbol>validateGraph</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.validationAlert" id=link2173 onMouseOver="ShowTip(event, 'tt2172', 'link2173')" onMouseOut="HideTip('tt2172')" class=ISymbol>validationAlert</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxCell-js.html#mxCell.valueChanged" id=link2174 onMouseOver="ShowTip(event, 'tt2173', 'link2174')" onMouseOut="HideTip('tt2173')" class=ISymbol>valueChanged</a>, <span class=IParent>mxCell</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.valueForCellChanged" id=link2175 onMouseOver="ShowTip(event, 'tt2174', 'link2175')" onMouseOut="HideTip('tt2174')" class=ISymbol>valueForCellChanged</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.verticalLayout" id=link2176 onMouseOver="ShowTip(event, 'tt2175', 'link2176')" onMouseOut="HideTip('tt2175')" class=ISymbol>verticalLayout</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.visibleStateForCellChanged" id=link2177 onMouseOver="ShowTip(event, 'tt2176', 'link2177')" onMouseOut="HideTip('tt2176')" class=ISymbol>visibleStateForCellChanged</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>visit</span><div class=ISubIndex><a href="../files/util/mxDictionary-js.html#mxDictionary.visit" id=link2178 onMouseOver="ShowTip(event, 'tt2177', 'link2178')" onMouseOut="HideTip('tt2177')" class=IParent>mxDictionary</a><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel.visit" id=link2179 onMouseOver="ShowTip(event, 'tt2178', 'link2179')" onMouseOut="HideTip('tt2178')" class=IParent>mxGraphHierarchyModel</a><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.visit" id=link2180 onMouseOver="ShowTip(event, 'tt2179', 'link2180')" onMouseOut="HideTip('tt2179')" class=IParent>mxSwimlaneModel</a></div></td></tr><tr><td class=IHeading><a name="W"></a>W</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.warn" id=link2181 onMouseOver="ShowTip(event, 'tt2180', 'link2181')" onMouseOut="HideTip('tt2180')" class=ISymbol>warn</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>WeightedCellSorter</span>, <span class=IParent>WeightedCellSorter</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter.WeightedCellSorter" id=link2182 onMouseOver="ShowTip(event, 'tt2181', 'link2182')" onMouseOut="HideTip('tt2181')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter.WeightedCellSorter" id=link2183 onMouseOver="ShowTip(event, 'tt2181', 'link2183')" onMouseOut="HideTip('tt2181')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.weightedMedian" id=link2184 onMouseOver="ShowTip(event, 'tt2182', 'link2184')" onMouseOut="HideTip('tt2182')" class=ISymbol>weightedMedian</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>write</span><div class=ISubIndex><a href="../files/util/mxLog-js.html#mxLog.write" id=link2185 onMouseOver="ShowTip(event, 'tt2183', 'link2185')" onMouseOut="HideTip('tt2183')" class=IParent>mxLog</a><a href="../files/util/mxUtils-js.html#mxUtils.write" id=link2186 onMouseOver="ShowTip(event, 'tt2184', 'link2186')" onMouseOut="HideTip('tt2184')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writeAttribute" id=link2187 onMouseOver="ShowTip(event, 'tt2185', 'link2187')" onMouseOut="HideTip('tt2185')" class=ISymbol>writeAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writeComplexAttribute" id=link2188 onMouseOver="ShowTip(event, 'tt2186', 'link2188')" onMouseOut="HideTip('tt2186')" class=ISymbol>writeComplexAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.writeDefaults" id=link2189 onMouseOver="ShowTip(event, 'tt2187', 'link2189')" onMouseOut="HideTip('tt2187')" class=ISymbol>writeDefaults</a>, <span class=IParent>mxXmlCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.writeGraphModel" id=link2190 onMouseOver="ShowTip(event, 'tt2188', 'link2190')" onMouseOut="HideTip('tt2188')" class=ISymbol>writeGraphModel</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.writeHead" id=link2191 onMouseOver="ShowTip(event, 'tt2189', 'link2191')" onMouseOut="HideTip('tt2189')" class=ISymbol>writeHead</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>writeln</span><div class=ISubIndex><a href="../files/util/mxLog-js.html#mxLog.writeln" id=link2192 onMouseOver="ShowTip(event, 'tt2190', 'link2192')" onMouseOut="HideTip('tt2190')" class=IParent>mxLog</a><a href="../files/util/mxUtils-js.html#mxUtils.writeln" id=link2193 onMouseOver="ShowTip(event, 'tt2191', 'link2193')" onMouseOut="HideTip('tt2191')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.writePostfix" id=link2194 onMouseOver="ShowTip(event, 'tt2192', 'link2194')" onMouseOut="HideTip('tt2192')" class=ISymbol>writePostfix</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writePrimitiveAttribute" id=link2195 onMouseOver="ShowTip(event, 'tt2193', 'link2195')" onMouseOut="HideTip('tt2193')" class=ISymbol>writePrimitiveAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=IHeading><a name="Z"></a>Z</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoom" id=link2196 onMouseOver="ShowTip(event, 'tt2194', 'link2196')" onMouseOut="HideTip('tt2194')" class=ISymbol>zoom</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomActual" id=link2197 onMouseOver="ShowTip(event, 'tt2195', 'link2197')" onMouseOut="HideTip('tt2195')" class=ISymbol>zoomActual</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomIn" id=link2198 onMouseOver="ShowTip(event, 'tt2196', 'link2198')" onMouseOut="HideTip('tt2196')" class=ISymbol>zoomIn</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomOut" id=link2199 onMouseOver="ShowTip(event, 'tt2197', 'link2199')" onMouseOut="HideTip('tt2197')" class=ISymbol>zoomOut</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomTo" id=link2200 onMouseOver="ShowTip(event, 'tt2198', 'link2200')" onMouseOut="HideTip('tt2198')" class=ISymbol>zoomTo</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomToRect" id=link2201 onMouseOver="ShowTip(event, 'tt2199', 'link2201')" onMouseOut="HideTip('tt2199')" class=ISymbol>zoomToRect</a>, <span class=IParent>mxGraph</span></td></tr></table> +<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="#V">V</a> · <a href="#W">W</a> · X · Y · <a href="#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="V"></a>V</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validate" id=link2164 onMouseOver="ShowTip(event, 'tt2163', 'link2164')" onMouseOut="HideTip('tt2163')" class=ISymbol>validate</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validateBackground" id=link2165 onMouseOver="ShowTip(event, 'tt2164', 'link2165')" onMouseOut="HideTip('tt2164')" class=ISymbol>validateBackground</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validateBackgroundImage" id=link2166 onMouseOver="ShowTip(event, 'tt2165', 'link2166')" onMouseOut="HideTip('tt2165')" class=ISymbol>validateBackgroundImage</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validateBackgroundPage" id=link2167 onMouseOver="ShowTip(event, 'tt2166', 'link2167')" onMouseOut="HideTip('tt2166')" class=ISymbol>validateBackgroundPage</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>validateCell</span><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.validateCell" id=link2168 onMouseOver="ShowTip(event, 'tt2167', 'link2168')" onMouseOut="HideTip('tt2167')" class=IParent>mxGraph</a><a href="../files/view/mxGraphView-js.html#mxGraphView.validateCell" id=link2169 onMouseOver="ShowTip(event, 'tt2168', 'link2169')" onMouseOut="HideTip('tt2168')" class=IParent>mxGraphView</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.validateCellState" id=link2170 onMouseOver="ShowTip(event, 'tt2169', 'link2170')" onMouseOut="HideTip('tt2169')" class=ISymbol>validateCellState</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>validateConnection</span><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.validateConnection" id=link2171 onMouseOver="ShowTip(event, 'tt2170', 'link2171')" onMouseOut="HideTip('tt2170')" class=IParent>mxConnectionHandler</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.validateConnection" id=link2172 onMouseOver="ShowTip(event, 'tt2171', 'link2172')" onMouseOut="HideTip('tt2171')" class=IParent>mxEdgeHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.validateEdge" id=link2173 onMouseOver="ShowTip(event, 'tt2172', 'link2173')" onMouseOut="HideTip('tt2172')" class=ISymbol>validateEdge</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.validateGraph" id=link2174 onMouseOver="ShowTip(event, 'tt2173', 'link2174')" onMouseOut="HideTip('tt2173')" class=ISymbol>validateGraph</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.validationAlert" id=link2175 onMouseOver="ShowTip(event, 'tt2174', 'link2175')" onMouseOut="HideTip('tt2174')" class=ISymbol>validationAlert</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxCell-js.html#mxCell.valueChanged" id=link2176 onMouseOver="ShowTip(event, 'tt2175', 'link2176')" onMouseOut="HideTip('tt2175')" class=ISymbol>valueChanged</a>, <span class=IParent>mxCell</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.valueForCellChanged" id=link2177 onMouseOver="ShowTip(event, 'tt2176', 'link2177')" onMouseOut="HideTip('tt2176')" class=ISymbol>valueForCellChanged</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.verticalLayout" id=link2178 onMouseOver="ShowTip(event, 'tt2177', 'link2178')" onMouseOut="HideTip('tt2177')" class=ISymbol>verticalLayout</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.visibleStateForCellChanged" id=link2179 onMouseOver="ShowTip(event, 'tt2178', 'link2179')" onMouseOut="HideTip('tt2178')" class=ISymbol>visibleStateForCellChanged</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>visit</span><div class=ISubIndex><a href="../files/util/mxDictionary-js.html#mxDictionary.visit" id=link2180 onMouseOver="ShowTip(event, 'tt2179', 'link2180')" onMouseOut="HideTip('tt2179')" class=IParent>mxDictionary</a><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel.visit" id=link2181 onMouseOver="ShowTip(event, 'tt2180', 'link2181')" onMouseOut="HideTip('tt2180')" class=IParent>mxGraphHierarchyModel</a><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.visit" id=link2182 onMouseOver="ShowTip(event, 'tt2181', 'link2182')" onMouseOut="HideTip('tt2181')" class=IParent>mxSwimlaneModel</a></div></td></tr><tr><td class=IHeading><a name="W"></a>W</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.warn" id=link2183 onMouseOver="ShowTip(event, 'tt2182', 'link2183')" onMouseOut="HideTip('tt2182')" class=ISymbol>warn</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>WeightedCellSorter</span>, <span class=IParent>WeightedCellSorter</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter.WeightedCellSorter" id=link2184 onMouseOver="ShowTip(event, 'tt2183', 'link2184')" onMouseOut="HideTip('tt2183')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter.WeightedCellSorter" id=link2185 onMouseOver="ShowTip(event, 'tt2183', 'link2185')" onMouseOut="HideTip('tt2183')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.weightedMedian" id=link2186 onMouseOver="ShowTip(event, 'tt2184', 'link2186')" onMouseOut="HideTip('tt2184')" class=ISymbol>weightedMedian</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>write</span><div class=ISubIndex><a href="../files/util/mxLog-js.html#mxLog.write" id=link2187 onMouseOver="ShowTip(event, 'tt2185', 'link2187')" onMouseOut="HideTip('tt2185')" class=IParent>mxLog</a><a href="../files/util/mxUtils-js.html#mxUtils.write" id=link2188 onMouseOver="ShowTip(event, 'tt2186', 'link2188')" onMouseOut="HideTip('tt2186')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writeAttribute" id=link2189 onMouseOver="ShowTip(event, 'tt2187', 'link2189')" onMouseOut="HideTip('tt2187')" class=ISymbol>writeAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writeComplexAttribute" id=link2190 onMouseOver="ShowTip(event, 'tt2188', 'link2190')" onMouseOut="HideTip('tt2188')" class=ISymbol>writeComplexAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.writeDefaults" id=link2191 onMouseOver="ShowTip(event, 'tt2189', 'link2191')" onMouseOut="HideTip('tt2189')" class=ISymbol>writeDefaults</a>, <span class=IParent>mxXmlCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.writeGraphModel" id=link2192 onMouseOver="ShowTip(event, 'tt2190', 'link2192')" onMouseOut="HideTip('tt2190')" class=ISymbol>writeGraphModel</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.writeHead" id=link2193 onMouseOver="ShowTip(event, 'tt2191', 'link2193')" onMouseOut="HideTip('tt2191')" class=ISymbol>writeHead</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>writeln</span><div class=ISubIndex><a href="../files/util/mxLog-js.html#mxLog.writeln" id=link2194 onMouseOver="ShowTip(event, 'tt2192', 'link2194')" onMouseOut="HideTip('tt2192')" class=IParent>mxLog</a><a href="../files/util/mxUtils-js.html#mxUtils.writeln" id=link2195 onMouseOver="ShowTip(event, 'tt2193', 'link2195')" onMouseOut="HideTip('tt2193')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.writePostfix" id=link2196 onMouseOver="ShowTip(event, 'tt2194', 'link2196')" onMouseOut="HideTip('tt2194')" class=ISymbol>writePostfix</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writePrimitiveAttribute" id=link2197 onMouseOver="ShowTip(event, 'tt2195', 'link2197')" onMouseOut="HideTip('tt2195')" class=ISymbol>writePrimitiveAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=IHeading><a name="Z"></a>Z</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoom" id=link2198 onMouseOver="ShowTip(event, 'tt2196', 'link2198')" onMouseOut="HideTip('tt2196')" class=ISymbol>zoom</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomActual" id=link2199 onMouseOver="ShowTip(event, 'tt2197', 'link2199')" onMouseOut="HideTip('tt2197')" class=ISymbol>zoomActual</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomIn" id=link2200 onMouseOver="ShowTip(event, 'tt2198', 'link2200')" onMouseOut="HideTip('tt2198')" class=ISymbol>zoomIn</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomOut" id=link2201 onMouseOver="ShowTip(event, 'tt2199', 'link2201')" onMouseOut="HideTip('tt2199')" class=ISymbol>zoomOut</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomTo" id=link2202 onMouseOver="ShowTip(event, 'tt2200', 'link2202')" onMouseOut="HideTip('tt2200')" class=ISymbol>zoomTo</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomToRect" id=link2203 onMouseOver="ShowTip(event, 'tt2201', 'link2203')" onMouseOut="HideTip('tt2201')" class=ISymbol>zoomToRect</a>, <span class=IParent>mxGraph</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt2161"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphView.prototype.validate = function(</td><td class="PParameter prettyprint " nowrap>cell</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Calls validateCell and validateCellState and updates the graphBounds using getBoundingBox. </div></div><div class=CToolTip id="tt2162"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.validateBackground = function()</td></tr></table></blockquote>Calls validateBackgroundImage and validateBackgroundPage.</div></div><div class=CToolTip id="tt2163"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.validateBackgroundImage = function()</td></tr></table></blockquote>Validates the background image.</div></div><div class=CToolTip id="tt2164"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.validateBackgroundPage = function()</td></tr></table></blockquote>Validates the background page.</div></div><div class=CToolTip id="tt2165"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.validateCell = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>context</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook method for subclassers to return an error message for the given cell and validation context. </div></div><div class=CToolTip id="tt2166"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphView.prototype.validateCell = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>visible</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Recursively creates the cell state for the given cell if visible is true and the given cell is visible. </div></div><div class=CToolTip id="tt2167"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphView.prototype.validateCellState = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>recurse</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Validates and repaints the mxCellState for the given mxCell.</div></div><div class=CToolTip id="tt2168"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxConnectionHandler.prototype.validateConnection = function(</td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns the error message or an empty string if the connection for the given source target pair is not valid. </div></div><div class=CToolTip id="tt2169"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEdgeHandler.prototype.validateConnection = function(</td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns the error message or an empty string if the connection for the given source, target pair is not valid. </div></div><div class=CToolTip id="tt2170"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.validateEdge = function(</td><td class="PParameter prettyprint " nowrap>edge,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook method for subclassers to return an error message for the given edge and terminals. </div></div><div class=CToolTip id="tt2171"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.validateGraph = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>context</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Validates the graph by validating each descendant of the given cell or the root of the model. </div></div><div class=CToolTip id="tt2172"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.validationAlert = function(</td><td class="PParameter prettyprint " nowrap>message</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Displays the given validation error in a dialog. </div></div><div class=CToolTip id="tt2173"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCell.prototype.valueChanged = function(</td><td class="PParameter prettyprint " nowrap>newValue</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Changes the user object after an in-place edit and returns the previous value. </div></div><div class=CToolTip id="tt2174"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.valueForCellChanged = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Inner callback to update the user object of the given mxCell using mxCell.valueChanged and return the previous value, that is, the return value of mxCell.valueChanged.</div></div><div class=CToolTip id="tt2175"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.verticalLayout = function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>bounds</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt2176"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.visibleStateForCellChanged = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>visible</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Inner callback to update the visible state of the given mxCell using mxCell.setCollapsed and return the previous visible state.</div></div><div class=CToolTip id="tt2177"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDictionary.prototype.visit = function(</td><td class="PParameter prettyprint " nowrap>visitor</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Visits all entries in the dictionary using the given function with the following signature: function(key, value) where key is a string and value is an object.</div></div><div class=CToolTip id="tt2178"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphHierarchyModel.prototype.visit = function(</td><td class="PParameter prettyprint " nowrap>visitor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dfsRoots,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>trackAncestors,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>seenNodes</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>A depth first search through the internal heirarchy model.</div></div><div class=CToolTip id="tt2179"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSwimlaneModel.prototype.visit = function(</td><td class="PParameter prettyprint " nowrap>visitor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dfsRoots,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>trackAncestors,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>seenNodes</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>A depth first search through the internal heirarchy model.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt2163"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphView.prototype.validate = function(</td><td class="PParameter prettyprint " nowrap>cell</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Calls validateCell and validateCellState and updates the graphBounds using getBoundingBox. </div></div><div class=CToolTip id="tt2164"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.validateBackground = function()</td></tr></table></blockquote>Calls validateBackgroundImage and validateBackgroundPage.</div></div><div class=CToolTip id="tt2165"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.validateBackgroundImage = function()</td></tr></table></blockquote>Validates the background image.</div></div><div class=CToolTip id="tt2166"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.validateBackgroundPage = function()</td></tr></table></blockquote>Validates the background page.</div></div><div class=CToolTip id="tt2167"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.validateCell = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>context</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook method for subclassers to return an error message for the given cell and validation context. </div></div><div class=CToolTip id="tt2168"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphView.prototype.validateCell = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>visible</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Recursively creates the cell state for the given cell if visible is true and the given cell is visible. </div></div><div class=CToolTip id="tt2169"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphView.prototype.validateCellState = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>recurse</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Validates and repaints the mxCellState for the given mxCell.</div></div><div class=CToolTip id="tt2170"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxConnectionHandler.prototype.validateConnection = function(</td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns the error message or an empty string if the connection for the given source target pair is not valid. </div></div><div class=CToolTip id="tt2171"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEdgeHandler.prototype.validateConnection = function(</td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns the error message or an empty string if the connection for the given source, target pair is not valid. </div></div><div class=CToolTip id="tt2172"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.validateEdge = function(</td><td class="PParameter prettyprint " nowrap>edge,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>source,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>target</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook method for subclassers to return an error message for the given edge and terminals. </div></div><div class=CToolTip id="tt2173"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.validateGraph = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>context</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Validates the graph by validating each descendant of the given cell or the root of the model. </div></div><div class=CToolTip id="tt2174"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.validationAlert = function(</td><td class="PParameter prettyprint " nowrap>message</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Displays the given validation error in a dialog. </div></div><div class=CToolTip id="tt2175"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCell.prototype.valueChanged = function(</td><td class="PParameter prettyprint " nowrap>newValue</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Changes the user object after an in-place edit and returns the previous value. </div></div><div class=CToolTip id="tt2176"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.valueForCellChanged = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Inner callback to update the user object of the given mxCell using mxCell.valueChanged and return the previous value, that is, the return value of mxCell.valueChanged.</div></div><div class=CToolTip id="tt2177"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.verticalLayout = function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>bounds</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt2178"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.visibleStateForCellChanged = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>visible</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Inner callback to update the visible state of the given mxCell using mxCell.setCollapsed and return the previous visible state.</div></div><div class=CToolTip id="tt2179"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxDictionary.prototype.visit = function(</td><td class="PParameter prettyprint " nowrap>visitor</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Visits all entries in the dictionary using the given function with the following signature: function(key, value) where key is a string and value is an object.</div></div><div class=CToolTip id="tt2180"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphHierarchyModel.prototype.visit = function(</td><td class="PParameter prettyprint " nowrap>visitor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dfsRoots,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>trackAncestors,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>seenNodes</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>A depth first search through the internal heirarchy model.</div></div><div class=CToolTip id="tt2181"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSwimlaneModel.prototype.visit = function(</td><td class="PParameter prettyprint " nowrap>visitor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>dfsRoots,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>trackAncestors,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>seenNodes</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>A depth first search through the internal heirarchy model.</div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt2180"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">warn: function()</td></tr></table></blockquote>Adds all arguments to the console if WARN is enabled.</div></div><div class=CToolTip id="tt2181"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function WeightedCellSorter(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>weightedValue</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Constructs a new weighted cell sorted for the given cell and weight.</div></div><div class=CToolTip id="tt2182"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxMedianHybridCrossingReduction.prototype.weightedMedian = function(</td><td class="PParameter prettyprint " nowrap>iteration,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>model</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sweeps up or down the layout attempting to minimise the median placement of connected cells on adjacent ranks</div></div><div class=CToolTip id="tt2183"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">write: function()</td></tr></table></blockquote>Adds the specified strings to the console.</div></div><div class=CToolTip id="tt2184"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>write: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates a text node for the given string and appends it to the given parent. </div></div><div class=CToolTip id="tt2185"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writeAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value into node using writePrimitiveAttribute or writeComplexAttribute depending on the type of the value.</div></div><div class=CToolTip id="tt2186"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writeComplexAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value as a child node of the given node.</div></div><div class=CToolTip id="tt2187"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlCanvas2D.prototype.writeDefaults = function()</td></tr></table></blockquote></div></div><div class=CToolTip id="tt2188"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEditor.prototype.writeGraphModel = function (</td><td class="PParameter prettyprint " nowrap>linefeed</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook to create the string representation of the diagram. </div></div><div class=CToolTip id="tt2189"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writeHead = function(</td><td class="PParameter prettyprint " nowrap>doc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>css</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the HEAD section into the given document, without the opening and closing HEAD tags.</div></div><div class=CToolTip id="tt2190"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">writeln: function()</td></tr></table></blockquote>Adds the specified strings to the console, appending a linefeed at the end of each string.</div></div><div class=CToolTip id="tt2191"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>writeln: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates a text node for the given string and appends it to the given parent with an additional linefeed. </div></div><div class=CToolTip id="tt2192"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writePostfix = function(</td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Called before closing the body of the page. </div></div><div class=CToolTip id="tt2193"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writePrimitiveAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value as an attribute of the given node.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt2182"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">warn: function()</td></tr></table></blockquote>Adds all arguments to the console if WARN is enabled.</div></div><div class=CToolTip id="tt2183"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function WeightedCellSorter(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>weightedValue</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Constructs a new weighted cell sorted for the given cell and weight.</div></div><div class=CToolTip id="tt2184"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxMedianHybridCrossingReduction.prototype.weightedMedian = function(</td><td class="PParameter prettyprint " nowrap>iteration,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>model</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sweeps up or down the layout attempting to minimise the median placement of connected cells on adjacent ranks</div></div><div class=CToolTip id="tt2185"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">write: function()</td></tr></table></blockquote>Adds the specified strings to the console.</div></div><div class=CToolTip id="tt2186"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>write: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates a text node for the given string and appends it to the given parent. </div></div><div class=CToolTip id="tt2187"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writeAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value into node using writePrimitiveAttribute or writeComplexAttribute depending on the type of the value.</div></div><div class=CToolTip id="tt2188"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writeComplexAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value as a child node of the given node.</div></div><div class=CToolTip id="tt2189"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlCanvas2D.prototype.writeDefaults = function()</td></tr></table></blockquote></div></div><div class=CToolTip id="tt2190"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEditor.prototype.writeGraphModel = function (</td><td class="PParameter prettyprint " nowrap>linefeed</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook to create the string representation of the diagram. </div></div><div class=CToolTip id="tt2191"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writeHead = function(</td><td class="PParameter prettyprint " nowrap>doc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>css</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the HEAD section into the given document, without the opening and closing HEAD tags.</div></div><div class=CToolTip id="tt2192"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">writeln: function()</td></tr></table></blockquote>Adds the specified strings to the console, appending a linefeed at the end of each string.</div></div><div class=CToolTip id="tt2193"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>writeln: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates a text node for the given string and appends it to the given parent with an additional linefeed. </div></div><div class=CToolTip id="tt2194"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writePostfix = function(</td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Called before closing the body of the page. </div></div><div class=CToolTip id="tt2195"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writePrimitiveAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value as an attribute of the given node.</div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt2194"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.zoom = function(</td><td class="PParameter prettyprint " nowrap>factor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>center</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Zooms the graph using the given factor. </div></div><div class=CToolTip id="tt2195"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.zoomActual = function()</td></tr></table></blockquote>Resets the zoom and panning in the view.</div></div><div class=CToolTip id="tt2196"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.zoomIn = function()</td></tr></table></blockquote>Zooms into the graph by zoomFactor.</div></div><div class=CToolTip id="tt2197"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.zoomOut = function()</td></tr></table></blockquote>Zooms out of the graph by zoomFactor.</div></div><div class=CToolTip id="tt2198"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.zoomTo = function(</td><td class="PParameter prettyprint " nowrap>scale,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>center</td><td ... [truncated]
docs/js-api/index/Functions3.html+2 −2 modifieddocs/js-api/index/Functions4.html+2 −2 modifieddocs/js-api/index/Functions5.html+2 −2 modifieddocs/js-api/index/Functions6.html+2 −2 modified@@ -11,9 +11,9 @@ -<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="F"></a>F</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>fadeOut</span><div class=ISubIndex><a href="../files/util/mxEffects-js.html#mxEffects.fadeOut" id=link521 onMouseOver="ShowTip(event, 'tt520', 'link521')" onMouseOut="HideTip('tt520')" class=IParent>mxEffects</a><a href="../files/util/mxUtils-js.html#mxUtils.fadeOut" id=link522 onMouseOver="ShowTip(event, 'tt521', 'link522')" onMouseOut="HideTip('tt521')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>fill</span><div class=ISubIndex><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.fill" id=link523 onMouseOver="ShowTip(event, 'tt522', 'link523')" onMouseOut="HideTip('tt522')" class=IParent>mxSvgCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.fill" id=link524 onMouseOver="ShowTip(event, 'tt523', 'link524')" onMouseOut="HideTip('tt523')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.fill" id=link525 onMouseOver="ShowTip(event, 'tt524', 'link525')" onMouseOut="HideTip('tt524')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>fillAndStroke</span><div class=ISubIndex><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.fillAndStroke" id=link526 onMouseOver="ShowTip(event, 'tt525', 'link526')" onMouseOut="HideTip('tt525')" class=IParent>mxSvgCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.fillAndStroke" id=link527 onMouseOver="ShowTip(event, 'tt526', 'link527')" onMouseOut="HideTip('tt526')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.fillAndStroke" id=link528 onMouseOver="ShowTip(event, 'tt527', 'link528')" onMouseOut="HideTip('tt527')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.filterCells" id=link529 onMouseOver="ShowTip(event, 'tt528', 'link529')" onMouseOut="HideTip('tt528')" class=ISymbol>filterCells</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>filterDescendants</span><div class=ISubIndex><a href="../files/model/mxGraphModel-js.html#mxGraphModel.filterDescendants" id=link530 onMouseOver="ShowTip(event, 'tt529', 'link530')" onMouseOut="HideTip('tt529')" class=IParent>mxGraphModel</a><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.filterDescendants" id=link531 onMouseOver="ShowTip(event, 'tt530', 'link531')" onMouseOut="HideTip('tt530')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.filterDescendants" id=link532 onMouseOver="ShowTip(event, 'tt531', 'link532')" onMouseOut="HideTip('tt531')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.findNearestSegment" id=link533 onMouseOver="ShowTip(event, 'tt532', 'link533')" onMouseOut="HideTip('tt532')" class=ISymbol>findNearestSegment</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.findNode" id=link534 onMouseOver="ShowTip(event, 'tt533', 'link534')" onMouseOut="HideTip('tt533')" class=ISymbol>findNode</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout.findParallels" id=link535 onMouseOver="ShowTip(event, 'tt534', 'link535')" onMouseOut="HideTip('tt534')" class=ISymbol>findParallels</a>, <span class=IParent>mxParallelEdgeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.findRankHeights" id=link536 onMouseOver="ShowTip(event, 'tt535', 'link536')" onMouseOut="HideTip('tt535')" class=ISymbol>findRankHeights</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>findRoots</span><div class=ISubIndex><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.findRoots" id=link537 onMouseOver="ShowTip(event, 'tt536', 'link537')" onMouseOut="HideTip('tt536')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.findRoots" id=link538 onMouseOver="ShowTip(event, 'tt537', 'link538')" onMouseOut="HideTip('tt537')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.findTreeRoots" id=link539 onMouseOver="ShowTip(event, 'tt538', 'link539')" onMouseOut="HideTip('tt538')" class=ISymbol>findTreeRoots</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxEventSource-js.html#mxEventSource.fireEvent" id=link540 onMouseOver="ShowTip(event, 'tt539', 'link540')" onMouseOut="HideTip('tt539')" class=ISymbol>fireEvent</a>, <span class=IParent>mxEventSource</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.fireGestureEvent" id=link541 onMouseOver="ShowTip(event, 'tt540', 'link541')" onMouseOut="HideTip('tt540')" class=ISymbol>fireGestureEvent</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.fireMouseEvent" id=link542 onMouseOver="ShowTip(event, 'tt541', 'link542')" onMouseOut="HideTip('tt541')" class=ISymbol>fireMouseEvent</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>fit</span><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.fit" id=link543 onMouseOver="ShowTip(event, 'tt542', 'link543')" onMouseOut="HideTip('tt542')" class=IParent>mxGraph</a><a href="../files/util/mxUtils-js.html#mxUtils.fit" id=link544 onMouseOver="ShowTip(event, 'tt543', 'link544')" onMouseOut="HideTip('tt543')" class=IParent>mxUtils</a><a href="../files/util/mxWindow-js.html#mxWindow.fit" id=link545 onMouseOver="ShowTip(event, 'tt544', 'link545')" onMouseOut="HideTip('tt544')" class=IParent>mxWindow</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>fixRanks</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel.fixRanks" id=link546 onMouseOver="ShowTip(event, 'tt545', 'link546')" onMouseOut="HideTip('tt545')" class=IParent>mxGraphHierarchyModel</a><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.fixRanks" id=link547 onMouseOver="ShowTip(event, 'tt546', 'link547')" onMouseOut="HideTip('tt546')" class=IParent>mxSwimlaneModel</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.flipEdge" id=link548 onMouseOver="ShowTip(event, 'tt547', 'link548')" onMouseOut="HideTip('tt547')" class=ISymbol>flipEdge</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxHandle-js.html#mxHandle.flipPoint" id=link549 onMouseOver="ShowTip(event, 'tt548', 'link549')" onMouseOut="HideTip('tt548')" class=ISymbol>flipPoint</a>, <span class=IParent>mxHandle</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellEditor-js.html#mxCellEditor.focusLost" id=link550 onMouseOver="ShowTip(event, 'tt549', 'link550')" onMouseOut="HideTip('tt549')" class=ISymbol>focusLost</a>, <span class=IParent>mxCellEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.foldCells" id=link551 onMouseOver="ShowTip(event, 'tt550', 'link551')" onMouseOut="HideTip('tt550')" class=ISymbol>foldCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.forEach" id=link552 onMouseOver="ShowTip(event, 'tt551', 'link552')" onMouseOut="HideTip('tt551')" class=ISymbol>forEach</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>format</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.format" id=link553 onMouseOver="ShowTip(event, 'tt552', 'link553')" onMouseOut="HideTip('tt552')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.format" id=link554 onMouseOver="ShowTip(event, 'tt553', 'link554')" onMouseOut="HideTip('tt553')" class=IParent>mxSvgCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.format" id=link555 onMouseOver="ShowTip(event, 'tt554', 'link555')" onMouseOut="HideTip('tt554')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxRectangle-js.html#mxRectangle.fromRectangle" id=link556 onMouseOver="ShowTip(event, 'tt555', 'link556')" onMouseOut="HideTip('tt555')" class=ISymbol>fromRectangle</a>, <span class=IParent>mxRectangle</span></td></tr></table> +<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="F"></a>F</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>fadeOut</span><div class=ISubIndex><a href="../files/util/mxEffects-js.html#mxEffects.fadeOut" id=link523 onMouseOver="ShowTip(event, 'tt522', 'link523')" onMouseOut="HideTip('tt522')" class=IParent>mxEffects</a><a href="../files/util/mxUtils-js.html#mxUtils.fadeOut" id=link524 onMouseOver="ShowTip(event, 'tt523', 'link524')" onMouseOut="HideTip('tt523')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>fill</span><div class=ISubIndex><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.fill" id=link525 onMouseOver="ShowTip(event, 'tt524', 'link525')" onMouseOut="HideTip('tt524')" class=IParent>mxSvgCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.fill" id=link526 onMouseOver="ShowTip(event, 'tt525', 'link526')" onMouseOut="HideTip('tt525')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.fill" id=link527 onMouseOver="ShowTip(event, 'tt526', 'link527')" onMouseOut="HideTip('tt526')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>fillAndStroke</span><div class=ISubIndex><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.fillAndStroke" id=link528 onMouseOver="ShowTip(event, 'tt527', 'link528')" onMouseOut="HideTip('tt527')" class=IParent>mxSvgCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.fillAndStroke" id=link529 onMouseOver="ShowTip(event, 'tt528', 'link529')" onMouseOut="HideTip('tt528')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.fillAndStroke" id=link530 onMouseOver="ShowTip(event, 'tt529', 'link530')" onMouseOut="HideTip('tt529')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.filterCells" id=link531 onMouseOver="ShowTip(event, 'tt530', 'link531')" onMouseOut="HideTip('tt530')" class=ISymbol>filterCells</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>filterDescendants</span><div class=ISubIndex><a href="../files/model/mxGraphModel-js.html#mxGraphModel.filterDescendants" id=link532 onMouseOver="ShowTip(event, 'tt531', 'link532')" onMouseOut="HideTip('tt531')" class=IParent>mxGraphModel</a><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.filterDescendants" id=link533 onMouseOver="ShowTip(event, 'tt532', 'link533')" onMouseOut="HideTip('tt532')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.filterDescendants" id=link534 onMouseOver="ShowTip(event, 'tt533', 'link534')" onMouseOut="HideTip('tt533')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.findNearestSegment" id=link535 onMouseOver="ShowTip(event, 'tt534', 'link535')" onMouseOut="HideTip('tt534')" class=ISymbol>findNearestSegment</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.findNode" id=link536 onMouseOver="ShowTip(event, 'tt535', 'link536')" onMouseOut="HideTip('tt535')" class=ISymbol>findNode</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout.findParallels" id=link537 onMouseOver="ShowTip(event, 'tt536', 'link537')" onMouseOut="HideTip('tt536')" class=ISymbol>findParallels</a>, <span class=IParent>mxParallelEdgeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.findRankHeights" id=link538 onMouseOver="ShowTip(event, 'tt537', 'link538')" onMouseOut="HideTip('tt537')" class=ISymbol>findRankHeights</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>findRoots</span><div class=ISubIndex><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.findRoots" id=link539 onMouseOver="ShowTip(event, 'tt538', 'link539')" onMouseOut="HideTip('tt538')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.findRoots" id=link540 onMouseOver="ShowTip(event, 'tt539', 'link540')" onMouseOut="HideTip('tt539')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.findTreeRoots" id=link541 onMouseOver="ShowTip(event, 'tt540', 'link541')" onMouseOut="HideTip('tt540')" class=ISymbol>findTreeRoots</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxEventSource-js.html#mxEventSource.fireEvent" id=link542 onMouseOver="ShowTip(event, 'tt541', 'link542')" onMouseOut="HideTip('tt541')" class=ISymbol>fireEvent</a>, <span class=IParent>mxEventSource</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.fireGestureEvent" id=link543 onMouseOver="ShowTip(event, 'tt542', 'link543')" onMouseOut="HideTip('tt542')" class=ISymbol>fireGestureEvent</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.fireMouseEvent" id=link544 onMouseOver="ShowTip(event, 'tt543', 'link544')" onMouseOut="HideTip('tt543')" class=ISymbol>fireMouseEvent</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>fit</span><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.fit" id=link545 onMouseOver="ShowTip(event, 'tt544', 'link545')" onMouseOut="HideTip('tt544')" class=IParent>mxGraph</a><a href="../files/util/mxUtils-js.html#mxUtils.fit" id=link546 onMouseOver="ShowTip(event, 'tt545', 'link546')" onMouseOut="HideTip('tt545')" class=IParent>mxUtils</a><a href="../files/util/mxWindow-js.html#mxWindow.fit" id=link547 onMouseOver="ShowTip(event, 'tt546', 'link547')" onMouseOut="HideTip('tt546')" class=IParent>mxWindow</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>fixRanks</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel.fixRanks" id=link548 onMouseOver="ShowTip(event, 'tt547', 'link548')" onMouseOut="HideTip('tt547')" class=IParent>mxGraphHierarchyModel</a><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.fixRanks" id=link549 onMouseOver="ShowTip(event, 'tt548', 'link549')" onMouseOut="HideTip('tt548')" class=IParent>mxSwimlaneModel</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.flipEdge" id=link550 onMouseOver="ShowTip(event, 'tt549', 'link550')" onMouseOut="HideTip('tt549')" class=ISymbol>flipEdge</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxHandle-js.html#mxHandle.flipPoint" id=link551 onMouseOver="ShowTip(event, 'tt550', 'link551')" onMouseOut="HideTip('tt550')" class=ISymbol>flipPoint</a>, <span class=IParent>mxHandle</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellEditor-js.html#mxCellEditor.focusLost" id=link552 onMouseOver="ShowTip(event, 'tt551', 'link552')" onMouseOut="HideTip('tt551')" class=ISymbol>focusLost</a>, <span class=IParent>mxCellEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.foldCells" id=link553 onMouseOver="ShowTip(event, 'tt552', 'link553')" onMouseOut="HideTip('tt552')" class=ISymbol>foldCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.forEach" id=link554 onMouseOver="ShowTip(event, 'tt553', 'link554')" onMouseOut="HideTip('tt553')" class=ISymbol>forEach</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>format</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.format" id=link555 onMouseOver="ShowTip(event, 'tt554', 'link555')" onMouseOut="HideTip('tt554')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.format" id=link556 onMouseOver="ShowTip(event, 'tt555', 'link556')" onMouseOut="HideTip('tt555')" class=IParent>mxSvgCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.format" id=link557 onMouseOver="ShowTip(event, 'tt556', 'link557')" onMouseOut="HideTip('tt556')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxRectangle-js.html#mxRectangle.fromRectangle" id=link558 onMouseOver="ShowTip(event, 'tt557', 'link558')" onMouseOut="HideTip('tt557')" class=ISymbol>fromRectangle</a>, <span class=IParent>mxRectangle</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt520"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>fadeOut: function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>from,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>remove,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>step,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>delay,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isEnabled</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Asynchronous fade-out operation.</div></div><div class=CToolTip id="tt521"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>fadeOut: function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>from,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>remove,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>step,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>delay,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isEnabled</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>See mxEffects.fadeOut. </div></div><div class=CToolTip id="tt522"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSvgCanvas2D.prototype.fill = function()</td></tr></table></blockquote>Fills the current path.</div></div><div class=CToolTip id="tt523"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVmlCanvas2D.prototype.fill = function()</td></tr></table></blockquote>Fills the current path.</div></div><div class=CToolTip id="tt524"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlCanvas2D.prototype.fill = function()</td></tr></table></blockquote>Fills the current drawing buffer.</div></div><div class=CToolTip id="tt525"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSvgCanvas2D.prototype.fillAndStroke = function()</td></tr></table></blockquote>Fills and paints the outline of the current path.</div></div><div class=CToolTip id="tt526"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVmlCanvas2D.prototype.fillAndStroke = function()</td></tr></table></blockquote>Fills and paints the outline of the current path.</div></div><div class=CToolTip id="tt527"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlCanvas2D.prototype.fillAndStroke = function()</td></tr></table></blockquote>Fills the current drawing buffer and its outline.</div></div><div class=CToolTip id="tt528"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.filterCells = function(</td><td class="PParameter prettyprint " nowrap>cells,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>filter</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns the cells from the given array where the given filter function returns true.</div></div><div class=CToolTip id="tt529"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.filterDescendants = function(</td><td class="PParameter prettyprint " nowrap>filter,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Visits all cells recursively and applies the specified filter function to each cell. </div></div><div class=CToolTip id="tt530"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxHierarchicalLayout.prototype.filterDescendants = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates an array of descendant cells</div></div><div class=CToolTip id="tt531"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSwimlaneLayout.prototype.filterDescendants = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates an array of descendant cells</div></div><div class=CToolTip id="tt532"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>findNearestSegment: function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Finds the index of the nearest segment on the given cell state for the specified coordinate pair.</div></div><div class=CToolTip id="tt533"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>findNode: function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>attr,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns the first node where attr equals value. </div></div><div class=CToolTip id="tt534"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxParallelEdgeLayout.prototype.findParallels = function(</td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Finds the parallel edges in the given parent.</div></div><div class=CToolTip id="tt535"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.findRankHeights = function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>rank</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Stores the maximum height (relative to the layout direction) of cells in each rank</div></div><div class=CToolTip id="tt536"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxHierarchicalLayout.prototype.findRoots = function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertices</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns all visible children in the given parent which do not have incoming edges. </div></div><div class=CToolTip id="tt537"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSwimlaneLayout.prototype.findRoots = function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertices</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns all visible children in the given parent which do not have incoming edges. </div></div><div class=CToolTip id="tt538"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.findTreeRoots = function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isolate,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>invert</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns all children in the given parent which do not have incoming edges. </div></div><div class=CToolTip id="tt539"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEventSource.prototype.fireEvent = function(</td><td class="PParameter prettyprint " nowrap>evt,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>sender</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches the given event to the listeners which are registered for the event. </div></div><div class=CToolTip id="tt540"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.fireGestureEvent = function(</td><td class="PParameter prettyprint " nowrap>evt,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches a mxEvent.GESTURE event. </div></div><div class=CToolTip id="tt541"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.fireMouseEvent = function(</td><td class="PParameter prettyprint " nowrap>evtName,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>me,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>sender</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches the given event in the graph event dispatch loop. </div></div><div class=CToolTip id="tt542"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.fit = function(</td><td class="PParameter prettyprint " nowrap>border,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>keepOrigin,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>margin,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>enabled,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>ignoreWidth,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>ignoreHeight</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Scales the graph such that the complete diagram fits into container and returns the current scale in the view. </div></div><div class=CToolTip id="tt543"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>fit: function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Makes sure the given node is inside the visible area of the window. </div></div><div class=CToolTip id="tt544"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.fit = function()</td></tr></table></blockquote>Makes sure the window is inside the client area of the window.</div></div><div class=CToolTip id="tt545"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHierarchyModel.prototype.fixRanks = function()</td></tr></table></blockquote>Fixes the layer assignments to the values stored in the nodes. </div></div><div class=CToolTip id="tt546"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneModel.prototype.fixRanks = function()</td></tr></table></blockquote>Fixes the layer assignments to the values stored in the nodes. </div></div><div class=CToolTip id="tt547"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.flipEdge = function(</td><td class="PParameter prettyprint " nowrap>edge</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Toggles the style of the given edge between null (or empty) and alternateEdgeStyle. </div></div><div class=CToolTip id="tt548"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxHandle.prototype.flipPoint = function(</td><td class="PParameter prettyprint " nowrap>pt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Flips the given point vertically and/or horizontally.</div></div><div class=CToolTip id="tt549"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellEditor.prototype.focusLost = function()</td></tr></table></blockquote>Called if the textarea has lost focus.</div></div><div class=CToolTip id="tt550"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.foldCells = function(</td><td class="PParameter prettyprint " nowrap>collapse,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>recurse,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>checkFoldable,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sets the collapsed state of the specified cells and all descendants if recurse is true. </div></div><div class=CToolTip id="tt551"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>forEach: function(</td><td class="PParameter prettyprint " nowrap>array,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>fn</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Calls the given function for each element of the given array and returns the array.</div></div><div class=CToolTip id="tt552"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.format = function(</td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Rounds all numbers to integers.</div></div><div class=CToolTip id="tt553"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSvgCanvas2D.prototype.format = function(</td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Rounds all numbers to 2 decimal points.</div></div><div class=CToolTip id="tt554"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.format = function(</td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns a formatted number with 2 decimal places.</div></div><div class=CToolTip id="tt555"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxRectangle.fromRectangle = function(</td><td class="PParameter prettyprint " nowrap>rect</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns a new mxRectangle which is a copy of the given rectangle.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt522"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>fadeOut: function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>from,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>remove,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>step,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>delay,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isEnabled</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Asynchronous fade-out operation.</div></div><div class=CToolTip id="tt523"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>fadeOut: function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>from,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>remove,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>step,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>delay,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isEnabled</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>See mxEffects.fadeOut. </div></div><div class=CToolTip id="tt524"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSvgCanvas2D.prototype.fill = function()</td></tr></table></blockquote>Fills the current path.</div></div><div class=CToolTip id="tt525"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVmlCanvas2D.prototype.fill = function()</td></tr></table></blockquote>Fills the current path.</div></div><div class=CToolTip id="tt526"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlCanvas2D.prototype.fill = function()</td></tr></table></blockquote>Fills the current drawing buffer.</div></div><div class=CToolTip id="tt527"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSvgCanvas2D.prototype.fillAndStroke = function()</td></tr></table></blockquote>Fills and paints the outline of the current path.</div></div><div class=CToolTip id="tt528"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVmlCanvas2D.prototype.fillAndStroke = function()</td></tr></table></blockquote>Fills and paints the outline of the current path.</div></div><div class=CToolTip id="tt529"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlCanvas2D.prototype.fillAndStroke = function()</td></tr></table></blockquote>Fills the current drawing buffer and its outline.</div></div><div class=CToolTip id="tt530"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.filterCells = function(</td><td class="PParameter prettyprint " nowrap>cells,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>filter</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns the cells from the given array where the given filter function returns true.</div></div><div class=CToolTip id="tt531"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraphModel.prototype.filterDescendants = function(</td><td class="PParameter prettyprint " nowrap>filter,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Visits all cells recursively and applies the specified filter function to each cell. </div></div><div class=CToolTip id="tt532"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxHierarchicalLayout.prototype.filterDescendants = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates an array of descendant cells</div></div><div class=CToolTip id="tt533"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSwimlaneLayout.prototype.filterDescendants = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>result</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates an array of descendant cells</div></div><div class=CToolTip id="tt534"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>findNearestSegment: function(</td><td class="PParameter prettyprint " nowrap>state,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Finds the index of the nearest segment on the given cell state for the specified coordinate pair.</div></div><div class=CToolTip id="tt535"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>findNode: function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>attr,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns the first node where attr equals value. </div></div><div class=CToolTip id="tt536"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxParallelEdgeLayout.prototype.findParallels = function(</td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Finds the parallel edges in the given parent.</div></div><div class=CToolTip id="tt537"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.findRankHeights = function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>rank</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Stores the maximum height (relative to the layout direction) of cells in each rank</div></div><div class=CToolTip id="tt538"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxHierarchicalLayout.prototype.findRoots = function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertices</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns all visible children in the given parent which do not have incoming edges. </div></div><div class=CToolTip id="tt539"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSwimlaneLayout.prototype.findRoots = function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertices</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns all visible children in the given parent which do not have incoming edges. </div></div><div class=CToolTip id="tt540"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.findTreeRoots = function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isolate,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>invert</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns all children in the given parent which do not have incoming edges. </div></div><div class=CToolTip id="tt541"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEventSource.prototype.fireEvent = function(</td><td class="PParameter prettyprint " nowrap>evt,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>sender</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches the given event to the listeners which are registered for the event. </div></div><div class=CToolTip id="tt542"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.fireGestureEvent = function(</td><td class="PParameter prettyprint " nowrap>evt,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cell</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches a mxEvent.GESTURE event. </div></div><div class=CToolTip id="tt543"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.fireMouseEvent = function(</td><td class="PParameter prettyprint " nowrap>evtName,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>me,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>sender</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Dispatches the given event in the graph event dispatch loop. </div></div><div class=CToolTip id="tt544"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.fit = function(</td><td class="PParameter prettyprint " nowrap>border,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>keepOrigin,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>margin,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>enabled,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>ignoreWidth,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>ignoreHeight,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>maxHeight</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Scales the graph such that the complete diagram fits into container and returns the current scale in the view. </div></div><div class=CToolTip id="tt545"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>fit: function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Makes sure the given node is inside the visible area of the window. </div></div><div class=CToolTip id="tt546"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.fit = function()</td></tr></table></blockquote>Makes sure the window is inside the client area of the window.</div></div><div class=CToolTip id="tt547"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHierarchyModel.prototype.fixRanks = function()</td></tr></table></blockquote>Fixes the layer assignments to the values stored in the nodes. </div></div><div class=CToolTip id="tt548"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneModel.prototype.fixRanks = function()</td></tr></table></blockquote>Fixes the layer assignments to the values stored in the nodes. </div></div><div class=CToolTip id="tt549"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.flipEdge = function(</td><td class="PParameter prettyprint " nowrap>edge</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Toggles the style of the given edge between null (or empty) and alternateEdgeStyle. </div></div><div class=CToolTip id="tt550"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxHandle.prototype.flipPoint = function(</td><td class="PParameter prettyprint " nowrap>pt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Flips the given point vertically and/or horizontally.</div></div><div class=CToolTip id="tt551"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellEditor.prototype.focusLost = function()</td></tr></table></blockquote>Called if the textarea has lost focus.</div></div><div class=CToolTip id="tt552"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.foldCells = function(</td><td class="PParameter prettyprint " nowrap>collapse,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>recurse,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>cells,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>checkFoldable,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sets the collapsed state of the specified cells and all descendants if recurse is true. </div></div><div class=CToolTip id="tt553"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>forEach: function(</td><td class="PParameter prettyprint " nowrap>array,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>fn</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Calls the given function for each element of the given array and returns the array.</div></div><div class=CToolTip id="tt554"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.format = function(</td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Rounds all numbers to integers.</div></div><div class=CToolTip id="tt555"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxSvgCanvas2D.prototype.format = function(</td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Rounds all numbers to 2 decimal points.</div></div><div class=CToolTip id="tt556"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.format = function(</td><td class="PParameter prettyprint " nowrap>value</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns a formatted number with 2 decimal places.</div></div><div class=CToolTip id="tt557"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxRectangle.fromRectangle = function(</td><td class="PParameter prettyprint " nowrap>rect</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns a new mxRectangle which is a copy of the given rectangle.</div></div><!--END_ND_TOOLTIPS--> </div><!--Index-->
docs/js-api/index/Functions7.html+2 −2 modifieddocs/js-api/index/Functions8.html+2 −2 modified@@ -11,9 +11,9 @@ -<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="H"></a>H</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDivResizer-js.html#mxDivResizer.handlingResize" id=link949 onMouseOver="ShowTip(event, 'tt948', 'link949')" onMouseOut="HideTip('tt948')" class=ISymbol>handlingResize</a>, <span class=IParent>mxDivResizer</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxCell-js.html#mxCell.hasAttribute" id=link950 onMouseOver="ShowTip(event, 'tt949', 'link950')" onMouseOut="HideTip('tt949')" class=ISymbol>hasAttribute</a>, <span class=IParent>mxCell</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.hasScrollbars" id=link951 onMouseOver="ShowTip(event, 'tt950', 'link951')" onMouseOut="HideTip('tt950')" class=ISymbol>hasScrollbars</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.hasValidState" id=link952 onMouseOver="ShowTip(event, 'tt951', 'link952')" onMouseOut="HideTip('tt951')" class=ISymbol>hasValidState</a>, <span class=IParent>mxCellMarker</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPerimeter-js.html#mxPerimeter.HexagonPerimeter" id=link953 onMouseOver="ShowTip(event, 'tt952', 'link953')" onMouseOut="HideTip('tt952')" class=ISymbol>HexagonPerimeter</a>, <span class=IParent>mxPerimeter</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>hide</span><div class=ISubIndex><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.hide" id=link954 onMouseOver="ShowTip(event, 'tt953', 'link954')" onMouseOut="HideTip('tt953')" class=IParent>mxCellHighlight</a><a href="../files/util/mxGuide-js.html#mxGuide.hide" id=link955 onMouseOver="ShowTip(event, 'tt954', 'link955')" onMouseOut="HideTip('tt954')" class=IParent>mxGuide</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hide" id=link956 onMouseOver="ShowTip(event, 'tt955', 'link956')" onMouseOut="HideTip('tt955')" class=IParent>mxTooltipHandler</a><a href="../files/util/mxWindow-js.html#mxWindow.hide" id=link957 onMouseOver="ShowTip(event, 'tt956', 'link957')" onMouseOut="HideTip('tt956')" class=IParent>mxWindow</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>hideHandles</span><div class=ISubIndex><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.hideHandles" id=link958 onMouseOver="ShowTip(event, 'tt957', 'link958')" onMouseOut="HideTip('tt957')" class=IParent>mxEdgeHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.hideHandles" id=link959 onMouseOver="ShowTip(event, 'tt958', 'link959')" onMouseOut="HideTip('tt958')" class=IParent>mxVertexHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.hideMenu" id=link960 onMouseOver="ShowTip(event, 'tt959', 'link960')" onMouseOut="HideTip('tt959')" class=ISymbol>hideMenu</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.hideProperties" id=link961 onMouseOver="ShowTip(event, 'tt960', 'link961')" onMouseOut="HideTip('tt960')" class=ISymbol>hideProperties</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.hideSizers" id=link962 onMouseOver="ShowTip(event, 'tt961', 'link962')" onMouseOut="HideTip('tt961')" class=ISymbol>hideSizers</a>, <span class=IParent>mxVertexHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.hideSubmenu" id=link963 onMouseOver="ShowTip(event, 'tt962', 'link963')" onMouseOut="HideTip('tt962')" class=ISymbol>hideSubmenu</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hideTooltip" id=link964 onMouseOver="ShowTip(event, 'tt963', 'link964')" onMouseOut="HideTip('tt963')" class=ISymbol>hideTooltip</a>, <span class=IParent>mxTooltipHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.hitsSwimlaneContent" id=link965 onMouseOver="ShowTip(event, 'tt964', 'link965')" onMouseOut="HideTip('tt964')" class=ISymbol>hitsSwimlaneContent</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.home" id=link966 onMouseOver="ShowTip(event, 'tt965', 'link966')" onMouseOut="HideTip('tt965')" class=ISymbol>home</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.horizontalLayout" id=link967 onMouseOver="ShowTip(event, 'tt966', 'link967')" onMouseOut="HideTip('tt966')" class=ISymbol>horizontalLayout</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.htmlEntities" id=link968 onMouseOver="ShowTip(event, 'tt967', 'link968')" onMouseOut="HideTip('tt967')" class=ISymbol>htmlEntities</a>, <span class=IParent>mxUtils</span></td></tr></table> +<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="Functions12.html#N">N</a> · <a href="Functions12.html#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="H"></a>H</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDivResizer-js.html#mxDivResizer.handlingResize" id=link952 onMouseOver="ShowTip(event, 'tt951', 'link952')" onMouseOut="HideTip('tt951')" class=ISymbol>handlingResize</a>, <span class=IParent>mxDivResizer</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxCell-js.html#mxCell.hasAttribute" id=link953 onMouseOver="ShowTip(event, 'tt952', 'link953')" onMouseOut="HideTip('tt952')" class=ISymbol>hasAttribute</a>, <span class=IParent>mxCell</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.hasScrollbars" id=link954 onMouseOver="ShowTip(event, 'tt953', 'link954')" onMouseOut="HideTip('tt953')" class=ISymbol>hasScrollbars</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.hasValidState" id=link955 onMouseOver="ShowTip(event, 'tt954', 'link955')" onMouseOut="HideTip('tt954')" class=ISymbol>hasValidState</a>, <span class=IParent>mxCellMarker</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPerimeter-js.html#mxPerimeter.HexagonPerimeter" id=link956 onMouseOver="ShowTip(event, 'tt955', 'link956')" onMouseOut="HideTip('tt955')" class=ISymbol>HexagonPerimeter</a>, <span class=IParent>mxPerimeter</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>hide</span><div class=ISubIndex><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.hide" id=link957 onMouseOver="ShowTip(event, 'tt956', 'link957')" onMouseOut="HideTip('tt956')" class=IParent>mxCellHighlight</a><a href="../files/util/mxGuide-js.html#mxGuide.hide" id=link958 onMouseOver="ShowTip(event, 'tt957', 'link958')" onMouseOut="HideTip('tt957')" class=IParent>mxGuide</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hide" id=link959 onMouseOver="ShowTip(event, 'tt958', 'link959')" onMouseOut="HideTip('tt958')" class=IParent>mxTooltipHandler</a><a href="../files/util/mxWindow-js.html#mxWindow.hide" id=link960 onMouseOver="ShowTip(event, 'tt959', 'link960')" onMouseOut="HideTip('tt959')" class=IParent>mxWindow</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>hideHandles</span><div class=ISubIndex><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.hideHandles" id=link961 onMouseOver="ShowTip(event, 'tt960', 'link961')" onMouseOut="HideTip('tt960')" class=IParent>mxEdgeHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.hideHandles" id=link962 onMouseOver="ShowTip(event, 'tt961', 'link962')" onMouseOut="HideTip('tt961')" class=IParent>mxVertexHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.hideMenu" id=link963 onMouseOver="ShowTip(event, 'tt962', 'link963')" onMouseOut="HideTip('tt962')" class=ISymbol>hideMenu</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.hideProperties" id=link964 onMouseOver="ShowTip(event, 'tt963', 'link964')" onMouseOut="HideTip('tt963')" class=ISymbol>hideProperties</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.hideSizers" id=link965 onMouseOver="ShowTip(event, 'tt964', 'link965')" onMouseOut="HideTip('tt964')" class=ISymbol>hideSizers</a>, <span class=IParent>mxVertexHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.hideSubmenu" id=link966 onMouseOver="ShowTip(event, 'tt965', 'link966')" onMouseOut="HideTip('tt965')" class=ISymbol>hideSubmenu</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hideTooltip" id=link967 onMouseOver="ShowTip(event, 'tt966', 'link967')" onMouseOut="HideTip('tt966')" class=ISymbol>hideTooltip</a>, <span class=IParent>mxTooltipHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.hitsSwimlaneContent" id=link968 onMouseOver="ShowTip(event, 'tt967', 'link968')" onMouseOut="HideTip('tt967')" class=ISymbol>hitsSwimlaneContent</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.home" id=link969 onMouseOver="ShowTip(event, 'tt968', 'link969')" onMouseOut="HideTip('tt968')" class=ISymbol>home</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.horizontalLayout" id=link970 onMouseOver="ShowTip(event, 'tt969', 'link970')" onMouseOut="HideTip('tt969')" class=ISymbol>horizontalLayout</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.htmlEntities" id=link971 onMouseOver="ShowTip(event, 'tt970', 'link971')" onMouseOut="HideTip('tt970')" class=ISymbol>htmlEntities</a>, <span class=IParent>mxUtils</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt948"><div class=CFunction>Boolean specifying if the width should be updated.</div></div><div class=CToolTip id="tt949"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCell.prototype.hasAttribute = function(</td><td class="PParameter prettyprint " nowrap>name</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the user object is an XML node that contains the given attribute.</div></div><div class=CToolTip id="tt950"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>hasScrollbars: function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the overflow CSS property of the given node is either scroll or auto.</div></div><div class=CToolTip id="tt951"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.hasValidState = function()</td></tr></table></blockquote>Returns true if validState is not null.</div></div><div class=CToolTip id="tt952"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>HexagonPerimeter: function (</td><td class="PParameter prettyprint " nowrap>bounds,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>next,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>orthogonal</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Describes a hexagon perimeter. </div></div><div class=CToolTip id="tt953"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellHighlight.prototype.hide = function()</td></tr></table></blockquote>Resets the state of the cell marker.</div></div><div class=CToolTip id="tt954"><div class=CFunction>Hides all current guides.</div></div><div class=CToolTip id="tt955"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hide = function()</td></tr></table></blockquote>Hides the tooltip and resets the timer.</div></div><div class=CToolTip id="tt956"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.hide = function()</td></tr></table></blockquote>Hides the window.</div></div><div class=CToolTip id="tt957"><div class=CFunction>Shortcut to hideSizers.</div></div><div class=CToolTip id="tt958"><div class=CFunction>Shortcut to hideSizers.</div></div><div class=CToolTip id="tt959"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPopupMenu.prototype.hideMenu = function()</td></tr></table></blockquote>Removes the menu and all submenus.</div></div><div class=CToolTip id="tt960"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.hideProperties = function ()</td></tr></table></blockquote>Hides the properties dialog.</div></div><div class=CToolTip id="tt961"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.hideSizers = function()</td></tr></table></blockquote>Hides all sizers except.</div></div><div class=CToolTip id="tt962"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPopupMenu.prototype.hideSubmenu = function(</td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Removes all submenus inside the given parent.</div></div><div class=CToolTip id="tt963"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hideTooltip = function()</td></tr></table></blockquote>Hides the tooltip.</div></div><div class=CToolTip id="tt964"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.hitsSwimlaneContent = function(</td><td class="PParameter prettyprint " nowrap>swimlane,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given coordinate pair is inside the content are of the given swimlane.</div></div><div class=CToolTip id="tt965"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.home = function()</td></tr></table></blockquote>Uses the root of the model as the root of the displayed cell hierarchy and selects the previous root.</div></div><div class=CToolTip id="tt966"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.horizontalLayout = function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>bounds</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt967"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>htmlEntities: function(</td><td class="PParameter prettyprint " nowrap>s,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>newline</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces characters (less than, greater than, newlines and quotes) with their HTML entities in the given string and returns the result.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt951"><div class=CFunction>Boolean specifying if the width should be updated.</div></div><div class=CToolTip id="tt952"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCell.prototype.hasAttribute = function(</td><td class="PParameter prettyprint " nowrap>name</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the user object is an XML node that contains the given attribute.</div></div><div class=CToolTip id="tt953"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>hasScrollbars: function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the overflow CSS property of the given node is either scroll or auto.</div></div><div class=CToolTip id="tt954"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.hasValidState = function()</td></tr></table></blockquote>Returns true if validState is not null.</div></div><div class=CToolTip id="tt955"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>HexagonPerimeter: function (</td><td class="PParameter prettyprint " nowrap>bounds,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>next,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>orthogonal</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Describes a hexagon perimeter. </div></div><div class=CToolTip id="tt956"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellHighlight.prototype.hide = function()</td></tr></table></blockquote>Resets the state of the cell marker.</div></div><div class=CToolTip id="tt957"><div class=CFunction>Hides all current guides.</div></div><div class=CToolTip id="tt958"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hide = function()</td></tr></table></blockquote>Hides the tooltip and resets the timer.</div></div><div class=CToolTip id="tt959"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.hide = function()</td></tr></table></blockquote>Hides the window.</div></div><div class=CToolTip id="tt960"><div class=CFunction>Shortcut to hideSizers.</div></div><div class=CToolTip id="tt961"><div class=CFunction>Shortcut to hideSizers.</div></div><div class=CToolTip id="tt962"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPopupMenu.prototype.hideMenu = function()</td></tr></table></blockquote>Removes the menu and all submenus.</div></div><div class=CToolTip id="tt963"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.hideProperties = function ()</td></tr></table></blockquote>Hides the properties dialog.</div></div><div class=CToolTip id="tt964"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.hideSizers = function()</td></tr></table></blockquote>Hides all sizers except.</div></div><div class=CToolTip id="tt965"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPopupMenu.prototype.hideSubmenu = function(</td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Removes all submenus inside the given parent.</div></div><div class=CToolTip id="tt966"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hideTooltip = function()</td></tr></table></blockquote>Hides the tooltip.</div></div><div class=CToolTip id="tt967"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.hitsSwimlaneContent = function(</td><td class="PParameter prettyprint " nowrap>swimlane,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given coordinate pair is inside the content are of the given swimlane.</div></div><div class=CToolTip id="tt968"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.home = function()</td></tr></table></blockquote>Uses the root of the model as the root of the displayed cell hierarchy and selects the previous root.</div></div><div class=CToolTip id="tt969"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.horizontalLayout = function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>bounds</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt970"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>htmlEntities: function(</td><td class="PParameter prettyprint " nowrap>s,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>newline</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces characters (less than, greater than, newlines and quotes) with their HTML entities in the given string and returns the result.</div></div><!--END_ND_TOOLTIPS--> </div><!--Index-->
docs/js-api/index/Functions9.html+2 −2 modifieddocs/js-api/index/General10.html+3 −3 modified@@ -11,13 +11,13 @@ -<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="#J">J</a> · <a href="#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="J"></a>J</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.jettyPositions" id=link1927 onMouseOver="ShowTip(event, 'tt1925', 'link1927')" onMouseOut="HideTip('tt1925')" class=ISymbol>jettyPositions</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.join" id=link1928 onMouseOver="ShowTip(event, 'tt1926', 'link1928')" onMouseOut="HideTip('tt1926')" class=ISymbol>join</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=IHeading><a name="K"></a>K</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInBackground" id=link1929 onMouseOver="ShowTip(event, 'tt1927', 'link1929')" onMouseOut="HideTip('tt1927')" class=ISymbol>keepEdgesInBackground</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInForeground" id=link1930 onMouseOver="ShowTip(event, 'tt1928', 'link1930')" onMouseOut="HideTip('tt1928')" class=ISymbol>keepEdgesInForeground</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.keepFirstLocation" id=link1931 onMouseOver="ShowTip(event, 'tt1929', 'link1931')" onMouseOut="HideTip('tt1929')" class=ISymbol>keepFirstLocation</a>, <span class=IParent>mxStackLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.keepOnTop" id=link1932 onMouseOver="ShowTip(event, 'tt1930', 'link1932')" onMouseOut="HideTip('tt1930')" class=ISymbol>keepOnTop</a>, <span class=IParent>mxCellHighlight</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepSelectionVisibleOnZoom" id=link1933 onMouseOver="ShowTip(event, 'tt1931', 'link1933')" onMouseOut="HideTip('tt1931')" class=ISymbol>keepSelectionVisibleOnZoom</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.keyDown" id=link1934 onMouseOver="ShowTip(event, 'tt1932', 'link1934')" onMouseOut="HideTip('tt1932')" class=ISymbol>keyDown</a>, <span class=IParent>mxKeyHandler</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.keyHandler" id=link1935 onMouseOver="ShowTip(event, 'tt1933', 'link1935')" onMouseOut="HideTip('tt1933')" class=ISymbol>keyHandler</a>, <span class=IParent>mxEditor</span></td></tr></table> +<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="#J">J</a> · <a href="#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="J"></a>J</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.jettyPositions" id=link1930 onMouseOver="ShowTip(event, 'tt1928', 'link1930')" onMouseOut="HideTip('tt1928')" class=ISymbol>jettyPositions</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.join" id=link1931 onMouseOver="ShowTip(event, 'tt1929', 'link1931')" onMouseOut="HideTip('tt1929')" class=ISymbol>join</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=IHeading><a name="K"></a>K</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInBackground" id=link1932 onMouseOver="ShowTip(event, 'tt1930', 'link1932')" onMouseOut="HideTip('tt1930')" class=ISymbol>keepEdgesInBackground</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepEdgesInForeground" id=link1933 onMouseOver="ShowTip(event, 'tt1931', 'link1933')" onMouseOut="HideTip('tt1931')" class=ISymbol>keepEdgesInForeground</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.keepFirstLocation" id=link1934 onMouseOver="ShowTip(event, 'tt1932', 'link1934')" onMouseOut="HideTip('tt1932')" class=ISymbol>keepFirstLocation</a>, <span class=IParent>mxStackLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.keepOnTop" id=link1935 onMouseOver="ShowTip(event, 'tt1933', 'link1935')" onMouseOut="HideTip('tt1933')" class=ISymbol>keepOnTop</a>, <span class=IParent>mxCellHighlight</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.keepSelectionVisibleOnZoom" id=link1936 onMouseOver="ShowTip(event, 'tt1934', 'link1936')" onMouseOut="HideTip('tt1934')" class=ISymbol>keepSelectionVisibleOnZoom</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.keyDown" id=link1937 onMouseOver="ShowTip(event, 'tt1935', 'link1937')" onMouseOut="HideTip('tt1935')" class=ISymbol>keyDown</a>, <span class=IParent>mxKeyHandler</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.keyHandler" id=link1938 onMouseOver="ShowTip(event, 'tt1936', 'link1938')" onMouseOut="HideTip('tt1936')" class=ISymbol>keyHandler</a>, <span class=IParent>mxEditor</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1925"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.jettyPositions</td></tr></table></blockquote>Map of internal edges and (x,y) pair of positions of the start and end jetty for that edge where it connects to the source and target vertices. </div></div><div class=CToolTip id="tt1926"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.join = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1928"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.jettyPositions</td></tr></table></blockquote>Map of internal edges and (x,y) pair of positions of the start and end jetty for that edge where it connects to the source and target vertices. </div></div><div class=CToolTip id="tt1929"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.join = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1927"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.keepEdgesInBackground</td></tr></table></blockquote>Specifies if edges should appear in the background regardless of their order in the model. </div></div><div class=CToolTip id="tt1928"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.keepEdgesInForeground</td></tr></table></blockquote>Specifies if edges should appear in the foreground regardless of their order in the model. </div></div><div class=CToolTip id="tt1929"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.keepFirstLocation</td></tr></table></blockquote>Boolean indicating if the location of the first cell should be kept, that is, it will not be moved to x0 or y0.</div></div><div class=CToolTip id="tt1930"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellHighlight.prototype.keepOnTop</td></tr></table></blockquote>Specifies if the highlights should appear on top of everything else in the overlay pane. </div></div><div class=CToolTip id="tt1931"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.keepSelectionVisibleOnZoom</td></tr></table></blockquote>Specifies if the viewport should automatically contain the selection cells after a zoom operation. </div></div><div class=CToolTip id="tt1932"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxKeyHandler.prototype.keyDown = function(</td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Handles the event by invoking the function bound to the respective keystroke if isEnabledForEvent returns true for the given event and if isEventIgnored returns false, except for escape for which isEventIgnored is not invoked.</div></div><div class=CToolTip id="tt1933"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.keyHandler</td></tr></table></blockquote>Holds a mxDefaultKeyHandler for handling keyboard events. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1930"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.keepEdgesInBackground</td></tr></table></blockquote>Specifies if edges should appear in the background regardless of their order in the model. </div></div><div class=CToolTip id="tt1931"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.keepEdgesInForeground</td></tr></table></blockquote>Specifies if edges should appear in the foreground regardless of their order in the model. </div></div><div class=CToolTip id="tt1932"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.keepFirstLocation</td></tr></table></blockquote>Boolean indicating if the location of the first cell should be kept, that is, it will not be moved to x0 or y0.</div></div><div class=CToolTip id="tt1933"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellHighlight.prototype.keepOnTop</td></tr></table></blockquote>Specifies if the highlights should appear on top of everything else in the overlay pane. </div></div><div class=CToolTip id="tt1934"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.keepSelectionVisibleOnZoom</td></tr></table></blockquote>Specifies if the viewport should automatically contain the selection cells after a zoom operation. </div></div><div class=CToolTip id="tt1935"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxKeyHandler.prototype.keyDown = function(</td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Handles the event by invoking the function bound to the respective keystroke if isEnabledForEvent returns true for the given event and if isEventIgnored returns false, except for escape for which isEventIgnored is not invoked.</div></div><div class=CToolTip id="tt1936"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.keyHandler</td></tr></table></blockquote>Holds a mxDefaultKeyHandler for handling keyboard events. </div></div><!--END_ND_TOOLTIPS--> </div><!--Index-->
docs/js-api/index/General11.html+2 −2 modified@@ -11,9 +11,9 @@ -<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="L"></a>L</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>LABEL_CHANGED</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.LABEL_CHANGED" id=link1936 onMouseOver="ShowTip(event, 'tt1934', 'link1936')" onMouseOut="HideTip('tt1934')" class=IParent>mxEvent</a><a href="../files/view/mxGraph-js.html#mxGraph.mxEvent.LABEL_CHANGED" id=link1937 onMouseOver="ShowTip(event, 'tt1935', 'link1937')" onMouseOut="HideTip('tt1935')" class=IParent>mxGraph.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxEvent-js.html#mxEvent.LABEL_HANDLE" id=link1938 onMouseOver="ShowTip(event, 'tt1936', 'link1938')" onMouseOut="HideTip('tt1936')" class=ISymbol>LABEL_HANDLE</a>, <span class=IParent>mxEvent</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LABEL_HANDLE_FILLCOLOR" id=link1939 onMouseOver="ShowTip(event, 'tt1937', 'link1939')" onMouseOut="HideTip('tt1937')" class=ISymbol>LABEL_HANDLE_FILLCOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LABEL_HANDLE_SIZE" id=link1940 onMouseOver="ShowTip(event, 'tt1938', 'link1940')" onMouseOut="HideTip('tt1938')" class=ISymbol>LABEL_HANDLE_SIZE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.labelChanged" id=link1941 onMouseOver="ShowTip(event, 'tt1939', 'link1941')" onMouseOut="HideTip('tt1939')" class=ISymbol>labelChanged</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.labels" id=link1942 onMouseOver="ShowTip(event, 'tt1940', 'link1942')" onMouseOut="HideTip('tt1940')" class=ISymbol>labels</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.labelShape" id=link1943 onMouseOver="ShowTip(event, 'tt1941', 'link1943')" onMouseOut="HideTip('tt1941')" class=ISymbol>labelShape</a>, <span class=IParent>mxEdgeHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>labelsVisible</span><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.labelsVisible" id=link1944 onMouseOver="ShowTip(event, 'tt1942', 'link1944')" onMouseOut="HideTip('tt1942')" class=IParent>mxGraph</a><a href="../files/view/mxOutline-js.html#mxOutline.labelsVisible" id=link1945 onMouseOver="ShowTip(event, 'tt1943', 'link1945')" onMouseOut="HideTip('tt1943')" class=IParent>mxOutline</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient.language" id=link1946 onMouseOver="ShowTip(event, 'tt1944', 'link1946')" onMouseOut="HideTip('tt1944')" class=ISymbol>language</a>, <span class=IParent>mxClient</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient.languages" id=link1947 onMouseOver="ShowTip(event, 'tt1945', 'link1947')" onMouseOut="HideTip('tt1945')" class=ISymbol>languages</a>, <span class=IParent>mxClient</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.lastForegroundHtmlNode" id=link1948 onMouseOver="ShowTip(event, 'tt1946', 'link1948')" onMouseOut="HideTip('tt1946')" class=ISymbol>lastForegroundHtmlNode</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.lastForegroundNode" id=link1949 onMouseOver="ShowTip(event, 'tt1947', 'link1949')" onMouseOut="HideTip('tt1947')" class=ISymbol>lastForegroundNode</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.lastHtmlNode" id=link1950 onMouseOver="ShowTip(event, 'tt1948', 'link1950')" onMouseOut="HideTip('tt1948')" class=ISymbol>lastHtmlNode</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.lastNode" id=link1951 onMouseOver="ShowTip(event, 'tt1949', 'link1951')" onMouseOut="HideTip('tt1949')" class=ISymbol>lastNode</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.lastSavedResource" id=link1952 onMouseOver="ShowTip(event, 'tt1950', 'link1952')" onMouseOut="HideTip('tt1950')" class=ISymbol>lastSavedResource</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAutoSaveManager-js.html#mxAutoSaveManager.lastSnapshot" id=link1953 onMouseOver="ShowTip(event, 'tt1951', 'link1953')" onMouseOut="HideTip('tt1951')" class=ISymbol>lastSnapshot</a>, <span class=IParent>mxAutoSaveManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.lastTouchTime" id=link1954 onMouseOver="ShowTip(event, 'tt1952', 'link1954')" onMouseOut="HideTip('tt1952')" class=ISymbol>lastTouchTime</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.lastTouchX" id=link1955 onMouseOver="ShowTip(event, 'tt1953', 'link1955')" onMouseOut="HideTip('tt1953')" class=ISymbol>lastTouchX</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxText-js.html#mxText.lastValue" id=link1956 onMouseOver="ShowTip(event, 'tt1954', 'link1956')" onMouseOut="HideTip('tt1954')" class=ISymbol>lastValue</a>, <span class=IParent>mxText</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lastX" id=link1957 onMouseOver="ShowTip(event, 'tt1955', 'link1957')" onMouseOut="HideTip('tt1955')" class=ISymbol>lastX</a>, <span class=IParent>mxAbstractCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lastY" id=link1958 onMouseOver="ShowTip(event, 'tt1956', 'link1958')" onMouseOut="HideTip('tt1956')" class=ISymbol>lastY</a>, <span class=IParent>mxAbstractCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>layeringStage</span><div class=ISubIndex><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.layeringStage" id=link1959 onMouseOver="ShowTip(event, 'tt1957', 'link1959')" onMouseOut="HideTip('tt1957')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.layeringStage" id=link1960 onMouseOver="ShowTip(event, 'tt1958', 'link1960')" onMouseOut="HideTip('tt1958')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>layout</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.layout" id=link1961 onMouseOver="ShowTip(event, 'tt1959', 'link1961')" onMouseOut="HideTip('tt1959')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.layout" id=link1962 onMouseOver="ShowTip(event, 'tt1960', 'link1962')" onMouseOut="HideTip('tt1960')" class=IParent>mxCoordinateAssignment</a><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.layout" id=link1963 onMouseOver="ShowTip(event, 'tt1961', 'link1963')" onMouseOut="HideTip('tt1961')" class=IParent>mxMedianHybridCrossingReduction</a><a href="../files/layout/hierarchical/stage/mxMinimumCycleRemover-js.html#mxMinimumCycleRemover.layout" id=link1964 onMouseOver="ShowTip(event, 'tt1962', 'link1964')" onMouseOut="HideTip('tt1962')" class=IParent>mxMinimumCycleRemover</a><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout.layout" id=link1965 onMouseOver="ShowTip(event, 'tt1963', 'link1965')" onMouseOut="HideTip('tt1963')" class=IParent>mxParallelEdgeLayout</a><a href="../files/layout/hierarchical/stage/mxSwimlaneOrdering-js.html#mxSwimlaneOrdering.layout" id=link1966 onMouseOver="ShowTip(event, 'tt1964', 'link1966')" onMouseOut="HideTip('tt1964')" class=IParent>mxSwimlaneOrdering</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>LAYOUT_CELLS</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.LAYOUT_CELLS" id=link1967 onMouseOver="ShowTip(event, 'tt1965', 'link1967')" onMouseOut="HideTip('tt1965')" class=IParent>mxEvent</a><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.mxEvent.LAYOUT_CELLS" id=link1968 onMouseOver="ShowTip(event, 'tt1966', 'link1968')" onMouseOut="HideTip('tt1966')" class=IParent>mxLayoutManager.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.layoutCells" id=link1969 onMouseOver="ShowTip(event, 'tt1967', 'link1969')" onMouseOut="HideTip('tt1967')" class=ISymbol>layoutCells</a>, <span class=IParent>mxLayoutManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.layoutDiagram" id=link1970 onMouseOver="ShowTip(event, 'tt1968', 'link1970')" onMouseOut="HideTip('tt1968')" class=ISymbol>layoutDiagram</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.layoutLeaf" id=link1971 onMouseOver="ShowTip(event, 'tt1969', 'link1971')" onMouseOut="HideTip('tt1969')" class=ISymbol>layoutLeaf</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompositeLayout-js.html#mxCompositeLayout.layouts" id=link1972 onMouseOver="ShowTip(event, 'tt1970', 'link1972')" onMouseOut="HideTip('tt1970')" class=ISymbol>layouts</a>, <span class=IParent>mxCompositeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.layoutSwimlanes" id=link1973 onMouseOver="ShowTip(event, 'tt1971', 'link1973')" onMouseOut="HideTip('tt1971')" class=ISymbol>layoutSwimlanes</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.leave" id=link1974 onMouseOver="ShowTip(event, 'tt1972', 'link1974')" onMouseOut="HideTip('tt1972')" class=ISymbol>leave</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.legacyControlPosition" id=link1975 onMouseOver="ShowTip(event, 'tt1973', 'link1975')" onMouseOut="HideTip('tt1973')" class=ISymbol>legacyControlPosition</a>, <span class=IParent>mxCellRenderer</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.legacySpacing" id=link1976 onMouseOver="ShowTip(event, 'tt1974', 'link1976')" onMouseOut="HideTip('tt1974')" class=ISymbol>legacySpacing</a>, <span class=IParent>mxCellRenderer</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellState-js.html#mxCellState.length" id=link1977 onMouseOver="ShowTip(event, 'tt1975', 'link1977')" onMouseOut="HideTip('tt1975')" class=ISymbol>length</a>, <span class=IParent>mxCellState</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>levelDistance</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.levelDistance" id=link1978 onMouseOver="ShowTip(event, 'tt1976', 'link1978')" onMouseOut="HideTip('tt1976')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/mxRadialTreeLayout-js.html#mxRadialTreeLayout.levelDistance" id=link1979 onMouseOver="ShowTip(event, 'tt1977', 'link1979')" onMouseOut="HideTip('tt1977')" class=IParent>mxRadialTreeLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.limitX" id=link1980 onMouseOver="ShowTip(event, 'tt1978', 'link1980')" onMouseOut="HideTip('tt1978')" class=ISymbol>limitX</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LINE_ARCSIZE" id=link1981 onMouseOver="ShowTip(event, 'tt1979', 'link1981')" onMouseOut="HideTip('tt1979')" class=ISymbol>LINE_ARCSIZE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LINE_HEIGHT" id=link1982 onMouseOver="ShowTip(event, 'tt1980', 'link1982')" onMouseOut="HideTip('tt1980')" class=ISymbol>LINE_HEIGHT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.lineFeed" id=link1983 onMouseOver="ShowTip(event, 'tt1981', 'link1983')" onMouseOut="HideTip('tt1981')" class=ISymbol>lineFeed</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.lineHeightCorrection" id=link1984 onMouseOver="ShowTip(event, 'tt1982', 'link1984')" onMouseOut="HideTip('tt1982')" class=ISymbol>lineHeightCorrection</a>, <span class=IParent>mxSvgCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>lineOp</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lineOp" id=link1985 onMouseOver="ShowTip(event, 'tt1983', 'link1985')" onMouseOut="HideTip('tt1983')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.lineOp" id=link1986 onMouseOver="ShowTip(event, 'tt1984', 'link1986')" onMouseOut="HideTip('tt1984')" class=IParent>mxVmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>lineTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lineTo" id=link1987 onMouseOver="ShowTip(event, 'tt1985', 'link1987')" onMouseOut="HideTip('tt1985')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.lineTo" id=link1988 onMouseOver="ShowTip(event, 'tt1986', 'link1988')" onMouseOut="HideTip('tt1986')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>link</span><div class=ISubIndex><a href="../files/mxClient-js.html#mxClient.link" id=link1989 onMouseOver="ShowTip(event, 'tt1987', 'link1989')" onMouseOut="HideTip('tt1987')" class=IParent>mxClient</a><a href="../files/util/mxUtils-js.html#mxUtils.link" id=link1990 onMouseOver="ShowTip(event, 'tt1988', 'link1990')" onMouseOut="HideTip('tt1988')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.linkAction" id=link1991 onMouseOver="ShowTip(event, 'tt1989', 'link1991')" onMouseOut="HideTip('tt1989')" class=ISymbol>linkAction</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.linkInvoke" id=link1992 onMouseOver="ShowTip(event, 'tt1990', 'link1992')" onMouseOut="HideTip('tt1990')" class=ISymbol>linkInvoke</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>livePreview</span><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.livePreview" id=link1993 onMouseOver="ShowTip(event, 'tt1991', 'link1993')" onMouseOut="HideTip('tt1991')" class=IParent>mxConnectionHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.livePreview" id=link1994 onMouseOver="ShowTip(event, 'tt1992', 'link1994')" onMouseOut="HideTip('tt1992')" class=IParent>mxVertexHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.load" id=link1995 onMouseOver="ShowTip(event, 'tt1993', 'link1995')" onMouseOut="HideTip('tt1993')" class=ISymbol>load</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxResources-js.html#mxResources.loadDefaultBundle" id=link1996 onMouseOver="ShowTip(event, 'tt1994', 'link1996')" onMouseOut="HideTip('tt1994')" class=ISymbol>loadDefaultBundle</a>, <span class=IParent>mxResources</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.loadInto" id=link1997 onMouseOver="ShowTip(event, 'tt1995', 'link1997')" onMouseOut="HideTip('tt1995')" class=ISymbol>loadInto</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxResources-js.html#mxResources.loadResources" id=link1998 onMouseOver="ShowTip(event, 'tt1996', 'link1998')" onMouseOut="HideTip('tt1996')" class=ISymbol>loadResources</a>, <span class=IParent>mxResources</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>localEdgeProcessing</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.localEdgeProcessing" id=link1999 onMouseOver="ShowTip(event, 'tt1997', 'link1999')" onMouseOut="HideTip('tt1997')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.localEdgeProcessing" id=link2000 onMouseOver="ShowTip(event, 'tt1998', 'link2000')" onMouseOut="HideTip('tt1998')" class=IParent>mxCoordinateAssignment</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LOCKED_HANDLE_FILLCOLOR" id=link2001 onMouseOver="ShowTip(event, 'tt1999', 'link2001')" onMouseOut="HideTip('tt1999')" class=ISymbol>LOCKED_HANDLE_FILLCOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec.lookup" id=link2002 onMouseOver="ShowTip(event, 'tt2000', 'link2002')" onMouseOut="HideTip('tt2000')" class=ISymbol>lookup</a>, <span class=IParent>mxCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.Loop" id=link2003 onMouseOver="ShowTip(event, 'tt2001', 'link2003')" onMouseOut="HideTip('tt2001')" class=ISymbol>Loop</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.ltrim" id=link2004 onMouseOver="ShowTip(event, 'tt2002', 'link2004')" onMouseOut="HideTip('tt2002')" class=ISymbol>ltrim</a>, <span class=IParent>mxUtils</span></td></tr></table> +<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="L"></a>L</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>LABEL_CHANGED</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.LABEL_CHANGED" id=link1939 onMouseOver="ShowTip(event, 'tt1937', 'link1939')" onMouseOut="HideTip('tt1937')" class=IParent>mxEvent</a><a href="../files/view/mxGraph-js.html#mxGraph.mxEvent.LABEL_CHANGED" id=link1940 onMouseOver="ShowTip(event, 'tt1938', 'link1940')" onMouseOut="HideTip('tt1938')" class=IParent>mxGraph.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxEvent-js.html#mxEvent.LABEL_HANDLE" id=link1941 onMouseOver="ShowTip(event, 'tt1939', 'link1941')" onMouseOut="HideTip('tt1939')" class=ISymbol>LABEL_HANDLE</a>, <span class=IParent>mxEvent</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LABEL_HANDLE_FILLCOLOR" id=link1942 onMouseOver="ShowTip(event, 'tt1940', 'link1942')" onMouseOut="HideTip('tt1940')" class=ISymbol>LABEL_HANDLE_FILLCOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LABEL_HANDLE_SIZE" id=link1943 onMouseOver="ShowTip(event, 'tt1941', 'link1943')" onMouseOut="HideTip('tt1941')" class=ISymbol>LABEL_HANDLE_SIZE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.labelChanged" id=link1944 onMouseOver="ShowTip(event, 'tt1942', 'link1944')" onMouseOut="HideTip('tt1942')" class=ISymbol>labelChanged</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.labels" id=link1945 onMouseOver="ShowTip(event, 'tt1943', 'link1945')" onMouseOut="HideTip('tt1943')" class=ISymbol>labels</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.labelShape" id=link1946 onMouseOver="ShowTip(event, 'tt1944', 'link1946')" onMouseOut="HideTip('tt1944')" class=ISymbol>labelShape</a>, <span class=IParent>mxEdgeHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>labelsVisible</span><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.labelsVisible" id=link1947 onMouseOver="ShowTip(event, 'tt1945', 'link1947')" onMouseOut="HideTip('tt1945')" class=IParent>mxGraph</a><a href="../files/view/mxOutline-js.html#mxOutline.labelsVisible" id=link1948 onMouseOver="ShowTip(event, 'tt1946', 'link1948')" onMouseOut="HideTip('tt1946')" class=IParent>mxOutline</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient.language" id=link1949 onMouseOver="ShowTip(event, 'tt1947', 'link1949')" onMouseOut="HideTip('tt1947')" class=ISymbol>language</a>, <span class=IParent>mxClient</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient.languages" id=link1950 onMouseOver="ShowTip(event, 'tt1948', 'link1950')" onMouseOut="HideTip('tt1948')" class=ISymbol>languages</a>, <span class=IParent>mxClient</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.lastForegroundHtmlNode" id=link1951 onMouseOver="ShowTip(event, 'tt1949', 'link1951')" onMouseOut="HideTip('tt1949')" class=ISymbol>lastForegroundHtmlNode</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.lastForegroundNode" id=link1952 onMouseOver="ShowTip(event, 'tt1950', 'link1952')" onMouseOut="HideTip('tt1950')" class=ISymbol>lastForegroundNode</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.lastHtmlNode" id=link1953 onMouseOver="ShowTip(event, 'tt1951', 'link1953')" onMouseOut="HideTip('tt1951')" class=ISymbol>lastHtmlNode</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.lastNode" id=link1954 onMouseOver="ShowTip(event, 'tt1952', 'link1954')" onMouseOut="HideTip('tt1952')" class=ISymbol>lastNode</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.lastSavedResource" id=link1955 onMouseOver="ShowTip(event, 'tt1953', 'link1955')" onMouseOut="HideTip('tt1953')" class=ISymbol>lastSavedResource</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAutoSaveManager-js.html#mxAutoSaveManager.lastSnapshot" id=link1956 onMouseOver="ShowTip(event, 'tt1954', 'link1956')" onMouseOut="HideTip('tt1954')" class=ISymbol>lastSnapshot</a>, <span class=IParent>mxAutoSaveManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.lastTouchTime" id=link1957 onMouseOver="ShowTip(event, 'tt1955', 'link1957')" onMouseOut="HideTip('tt1955')" class=ISymbol>lastTouchTime</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.lastTouchX" id=link1958 onMouseOver="ShowTip(event, 'tt1956', 'link1958')" onMouseOut="HideTip('tt1956')" class=ISymbol>lastTouchX</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxText-js.html#mxText.lastValue" id=link1959 onMouseOver="ShowTip(event, 'tt1957', 'link1959')" onMouseOut="HideTip('tt1957')" class=ISymbol>lastValue</a>, <span class=IParent>mxText</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lastX" id=link1960 onMouseOver="ShowTip(event, 'tt1958', 'link1960')" onMouseOut="HideTip('tt1958')" class=ISymbol>lastX</a>, <span class=IParent>mxAbstractCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lastY" id=link1961 onMouseOver="ShowTip(event, 'tt1959', 'link1961')" onMouseOut="HideTip('tt1959')" class=ISymbol>lastY</a>, <span class=IParent>mxAbstractCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>layeringStage</span><div class=ISubIndex><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.layeringStage" id=link1962 onMouseOver="ShowTip(event, 'tt1960', 'link1962')" onMouseOut="HideTip('tt1960')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.layeringStage" id=link1963 onMouseOver="ShowTip(event, 'tt1961', 'link1963')" onMouseOut="HideTip('tt1961')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>layout</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.layout" id=link1964 onMouseOver="ShowTip(event, 'tt1962', 'link1964')" onMouseOut="HideTip('tt1962')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.layout" id=link1965 onMouseOver="ShowTip(event, 'tt1963', 'link1965')" onMouseOut="HideTip('tt1963')" class=IParent>mxCoordinateAssignment</a><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.layout" id=link1966 onMouseOver="ShowTip(event, 'tt1964', 'link1966')" onMouseOut="HideTip('tt1964')" class=IParent>mxMedianHybridCrossingReduction</a><a href="../files/layout/hierarchical/stage/mxMinimumCycleRemover-js.html#mxMinimumCycleRemover.layout" id=link1967 onMouseOver="ShowTip(event, 'tt1965', 'link1967')" onMouseOut="HideTip('tt1965')" class=IParent>mxMinimumCycleRemover</a><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout.layout" id=link1968 onMouseOver="ShowTip(event, 'tt1966', 'link1968')" onMouseOut="HideTip('tt1966')" class=IParent>mxParallelEdgeLayout</a><a href="../files/layout/hierarchical/stage/mxSwimlaneOrdering-js.html#mxSwimlaneOrdering.layout" id=link1969 onMouseOver="ShowTip(event, 'tt1967', 'link1969')" onMouseOut="HideTip('tt1967')" class=IParent>mxSwimlaneOrdering</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>LAYOUT_CELLS</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.LAYOUT_CELLS" id=link1970 onMouseOver="ShowTip(event, 'tt1968', 'link1970')" onMouseOut="HideTip('tt1968')" class=IParent>mxEvent</a><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.mxEvent.LAYOUT_CELLS" id=link1971 onMouseOver="ShowTip(event, 'tt1969', 'link1971')" onMouseOut="HideTip('tt1969')" class=IParent>mxLayoutManager.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.layoutCells" id=link1972 onMouseOver="ShowTip(event, 'tt1970', 'link1972')" onMouseOut="HideTip('tt1970')" class=ISymbol>layoutCells</a>, <span class=IParent>mxLayoutManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.layoutDiagram" id=link1973 onMouseOver="ShowTip(event, 'tt1971', 'link1973')" onMouseOut="HideTip('tt1971')" class=ISymbol>layoutDiagram</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.layoutLeaf" id=link1974 onMouseOver="ShowTip(event, 'tt1972', 'link1974')" onMouseOut="HideTip('tt1972')" class=ISymbol>layoutLeaf</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompositeLayout-js.html#mxCompositeLayout.layouts" id=link1975 onMouseOver="ShowTip(event, 'tt1973', 'link1975')" onMouseOut="HideTip('tt1973')" class=ISymbol>layouts</a>, <span class=IParent>mxCompositeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.layoutSwimlanes" id=link1976 onMouseOver="ShowTip(event, 'tt1974', 'link1976')" onMouseOut="HideTip('tt1974')" class=ISymbol>layoutSwimlanes</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.leave" id=link1977 onMouseOver="ShowTip(event, 'tt1975', 'link1977')" onMouseOut="HideTip('tt1975')" class=ISymbol>leave</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.legacyControlPosition" id=link1978 onMouseOver="ShowTip(event, 'tt1976', 'link1978')" onMouseOut="HideTip('tt1976')" class=ISymbol>legacyControlPosition</a>, <span class=IParent>mxCellRenderer</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.legacySpacing" id=link1979 onMouseOver="ShowTip(event, 'tt1977', 'link1979')" onMouseOut="HideTip('tt1977')" class=ISymbol>legacySpacing</a>, <span class=IParent>mxCellRenderer</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellState-js.html#mxCellState.length" id=link1980 onMouseOver="ShowTip(event, 'tt1978', 'link1980')" onMouseOut="HideTip('tt1978')" class=ISymbol>length</a>, <span class=IParent>mxCellState</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>levelDistance</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.levelDistance" id=link1981 onMouseOver="ShowTip(event, 'tt1979', 'link1981')" onMouseOut="HideTip('tt1979')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/mxRadialTreeLayout-js.html#mxRadialTreeLayout.levelDistance" id=link1982 onMouseOver="ShowTip(event, 'tt1980', 'link1982')" onMouseOut="HideTip('tt1980')" class=IParent>mxRadialTreeLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.limitX" id=link1983 onMouseOver="ShowTip(event, 'tt1981', 'link1983')" onMouseOut="HideTip('tt1981')" class=ISymbol>limitX</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LINE_ARCSIZE" id=link1984 onMouseOver="ShowTip(event, 'tt1982', 'link1984')" onMouseOut="HideTip('tt1982')" class=ISymbol>LINE_ARCSIZE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LINE_HEIGHT" id=link1985 onMouseOver="ShowTip(event, 'tt1983', 'link1985')" onMouseOut="HideTip('tt1983')" class=ISymbol>LINE_HEIGHT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.lineFeed" id=link1986 onMouseOver="ShowTip(event, 'tt1984', 'link1986')" onMouseOut="HideTip('tt1984')" class=ISymbol>lineFeed</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.lineHeightCorrection" id=link1987 onMouseOver="ShowTip(event, 'tt1985', 'link1987')" onMouseOut="HideTip('tt1985')" class=ISymbol>lineHeightCorrection</a>, <span class=IParent>mxSvgCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>lineOp</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lineOp" id=link1988 onMouseOver="ShowTip(event, 'tt1986', 'link1988')" onMouseOut="HideTip('tt1986')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.lineOp" id=link1989 onMouseOver="ShowTip(event, 'tt1987', 'link1989')" onMouseOut="HideTip('tt1987')" class=IParent>mxVmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>lineTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.lineTo" id=link1990 onMouseOver="ShowTip(event, 'tt1988', 'link1990')" onMouseOut="HideTip('tt1988')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.lineTo" id=link1991 onMouseOver="ShowTip(event, 'tt1989', 'link1991')" onMouseOut="HideTip('tt1989')" class=IParent>mxXmlCanvas2D</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>link</span><div class=ISubIndex><a href="../files/mxClient-js.html#mxClient.link" id=link1992 onMouseOver="ShowTip(event, 'tt1990', 'link1992')" onMouseOut="HideTip('tt1990')" class=IParent>mxClient</a><a href="../files/util/mxUtils-js.html#mxUtils.link" id=link1993 onMouseOver="ShowTip(event, 'tt1991', 'link1993')" onMouseOut="HideTip('tt1991')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.linkAction" id=link1994 onMouseOver="ShowTip(event, 'tt1992', 'link1994')" onMouseOut="HideTip('tt1992')" class=ISymbol>linkAction</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.linkInvoke" id=link1995 onMouseOver="ShowTip(event, 'tt1993', 'link1995')" onMouseOut="HideTip('tt1993')" class=ISymbol>linkInvoke</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>livePreview</span><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.livePreview" id=link1996 onMouseOver="ShowTip(event, 'tt1994', 'link1996')" onMouseOut="HideTip('tt1994')" class=IParent>mxConnectionHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.livePreview" id=link1997 onMouseOver="ShowTip(event, 'tt1995', 'link1997')" onMouseOut="HideTip('tt1995')" class=IParent>mxVertexHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.load" id=link1998 onMouseOver="ShowTip(event, 'tt1996', 'link1998')" onMouseOut="HideTip('tt1996')" class=ISymbol>load</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxResources-js.html#mxResources.loadDefaultBundle" id=link1999 onMouseOver="ShowTip(event, 'tt1997', 'link1999')" onMouseOut="HideTip('tt1997')" class=ISymbol>loadDefaultBundle</a>, <span class=IParent>mxResources</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.loadInto" id=link2000 onMouseOver="ShowTip(event, 'tt1998', 'link2000')" onMouseOut="HideTip('tt1998')" class=ISymbol>loadInto</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxResources-js.html#mxResources.loadResources" id=link2001 onMouseOver="ShowTip(event, 'tt1999', 'link2001')" onMouseOut="HideTip('tt1999')" class=ISymbol>loadResources</a>, <span class=IParent>mxResources</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>localEdgeProcessing</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.localEdgeProcessing" id=link2002 onMouseOver="ShowTip(event, 'tt2000', 'link2002')" onMouseOut="HideTip('tt2000')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.localEdgeProcessing" id=link2003 onMouseOver="ShowTip(event, 'tt2001', 'link2003')" onMouseOut="HideTip('tt2001')" class=IParent>mxCoordinateAssignment</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.LOCKED_HANDLE_FILLCOLOR" id=link2004 onMouseOver="ShowTip(event, 'tt2002', 'link2004')" onMouseOut="HideTip('tt2002')" class=ISymbol>LOCKED_HANDLE_FILLCOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec.lookup" id=link2005 onMouseOver="ShowTip(event, 'tt2003', 'link2005')" onMouseOut="HideTip('tt2003')" class=ISymbol>lookup</a>, <span class=IParent>mxCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.Loop" id=link2006 onMouseOver="ShowTip(event, 'tt2004', 'link2006')" onMouseOut="HideTip('tt2004')" class=ISymbol>Loop</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.ltrim" id=link2007 onMouseOver="ShowTip(event, 'tt2005', 'link2007')" onMouseOut="HideTip('tt2005')" class=ISymbol>ltrim</a>, <span class=IParent>mxUtils</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1934"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">LABEL_CHANGED: 'labelChanged'</td></tr></table></blockquote>Specifies the event name for labelChanged.</div></div><div class=CToolTip id="tt1935"><div class=CEvent>Fires between begin- and endUpdate in cellLabelChanged. </div></div><div class=CToolTip id="tt1936"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">LABEL_HANDLE: -1</td></tr></table></blockquote>Index for the label handle in an mxMouseEvent. </div></div><div class=CToolTip id="tt1937"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">LABEL_HANDLE_FILLCOLOR: 'yellow'</td></tr></table></blockquote>Defines the color to be used for the label handle fill color. </div></div><div class=CToolTip id="tt1938"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">LABEL_HANDLE_SIZE: 4</td></tr></table></blockquote>Defines the default size for label handles. </div></div><div class=CToolTip id="tt1939"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.labelChanged = function(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>evt</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sets the label of the specified cell to the given value using cellLabelChanged and fires mxEvent.LABEL_CHANGED while the transaction is in progress. </div></div><div class=CToolTip id="tt1940"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPopupMenu.prototype.labels</td></tr></table></blockquote>Specifies if any labels should be visible. </div></div><div class=CToolTip id="tt1941"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEdgeHandler.prototype.labelShape</td></tr></table></blockquote>Holds the mxShape that represents the label position.</div></div><div class=CToolTip id="tt1942"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.labelsVisible</td></tr></table></blockquote>Specifies if labels should be visible. </div></div><div class=CToolTip id="tt1943"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxOutline.prototype.labelsVisible</td></tr></table></blockquote>Specifies if labels should be visible in the outline. </div></div><div class=CToolTip id="tt1944"><div class=CVariable>Defines the language of the client, eg. </div></div><div class=CToolTip id="tt1945"><div class=CVariable>Defines the optional array of all supported language extensions. </div></div><div class=CToolTip id="tt1946"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.lastForegroundHtmlNode</td></tr></table></blockquote>During validation, this contains the last edge HTML DOM node that was processed.</div></div><div class=CToolTip id="tt1947"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.lastForegroundNode</td></tr></table></blockquote>During validation, this contains the last edge’s DOM node that was processed.</div></div><div class=CToolTip id="tt1948"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.lastHtmlNode</td></tr></table></blockquote>During validation, this contains the last HTML DOM node that was processed.</div></div><div class=CToolTip id="tt1949"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphView.prototype.lastNode</td></tr></table></blockquote>During validation, this contains the last DOM node that was processed.</div></div><div class=CToolTip id="tt1950"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.lastSavedResource</td></tr></table></blockquote>Specifies the resource key for the last saved info. </div></div><div class=CToolTip id="tt1951"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxAutoSaveManager.prototype.lastSnapshot</td></tr></table></blockquote>Used for autosaving. </div></div><div class=CToolTip id="tt1952"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.lastTouchTime</td></tr></table></blockquote>Holds the time of the last touch event for double click detection.</div></div><div class=CToolTip id="tt1953"><div class=CVariable>Holds the x-coordinate of the last touch event for double tap detection.</div></div><div class=CToolTip id="tt1954"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxText.prototype.lastValue</td></tr></table></blockquote>Contains the last rendered text value. </div></div><div class=CToolTip id="tt1955"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxAbstractCanvas2D.prototype.lastX</td></tr></table></blockquote>Holds the last x coordinate.</div></div><div class=CToolTip id="tt1956"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxAbstractCanvas2D.prototype.lastY</td></tr></table></blockquote>Holds the last y coordinate.</div></div><div class=CToolTip id="tt1957"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxHierarchicalLayout.prototype.layeringStage = function()</td></tr></table></blockquote>Implements first stage of a Sugiyama layout.</div></div><div class=CToolTip id="tt1958"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneLayout.prototype.layeringStage = function()</td></tr></table></blockquote>Implements first stage of a Sugiyama layout.</div></div><div class=CToolTip id="tt1959"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.layout = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Starts the actual compact tree layout algorithm at the given node.</div></div><div class=CToolTip id="tt1960"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.layout</td></tr></table></blockquote>Reference to the enclosing mxHierarchicalLayout.</div></div><div class=CToolTip id="tt1961"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMedianHybridCrossingReduction.prototype.layout</td></tr></table></blockquote>Reference to the enclosing mxHierarchicalLayout.</div></div><div class=CToolTip id="tt1962"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMinimumCycleRemover.prototype.layout</td></tr></table></blockquote>Reference to the enclosing mxHierarchicalLayout.</div></div><div class=CToolTip id="tt1963"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxParallelEdgeLayout.prototype.layout = function(</td><td class="PParameter prettyprint " nowrap>parallels</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Lays out the parallel edges in the given array.</div></div><div class=CToolTip id="tt1964"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneOrdering.prototype.layout</td></tr></table></blockquote>Reference to the enclosing mxHierarchicalLayout.</div></div><div class=CToolTip id="tt1965"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">LAYOUT_CELLS: 'layoutCells'</td></tr></table></blockquote>Specifies the event name for layoutCells.</div></div><div class=CToolTip id="tt1966"><div class=CEvent>Fires between begin- and endUpdate after all cells have been layouted in layoutCells. </div></div><div class=CToolTip id="tt1967"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxLayoutManager.prototype.layoutCells = function(</td><td class="PParameter prettyprint " nowrap>cells</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Executes all layouts which have been scheduled during the changes.</div></div><div class=CToolTip id="tt1968"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.layoutDiagram</td></tr></table></blockquote>Specifies if the top-level elements in the diagram should be layed out using a vertical or horizontal stack depending on the setting of horizontalFlow. </div></div><div class=CToolTip id="tt1969"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.layoutLeaf = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt1970"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompositeLayout.prototype.layouts</td></tr></table></blockquote>Holds the array of mxGraphLayouts that this layout contains.</div></div><div class=CToolTip id="tt1971"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.layoutSwimlanes</td></tr></table></blockquote>Specifies if the children of swimlanes should be layed out, either vertically or horizontally depending on horizontalFlow. </div></div><div class=CToolTip id="tt1972"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>leave: function(</td><td class="PParameter prettyprint " nowrap>string,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>t0</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the specified string to the console if TRACE is true and computes the difference between the current time and t0 in milliseconds. </div></div><div class=CToolTip id="tt1973"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellRenderer.prototype.legacyControlPosition</td></tr></table></blockquote>Specifies if the folding icon should ignore the horizontal orientation of a swimlane. </div></div><div class=CToolTip id="tt1974"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellRenderer.prototype.legacySpacing</td></tr></table></blockquote>Specifies if spacing and label position should be ignored if overflow is fill or width. </div></div><div class=CToolTip id="tt1975"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellState.prototype.length</td></tr></table></blockquote>Caches the length of an edge.</div></div><div class=CToolTip id="tt1976"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompactTreeLayout.prototype.levelDistance</td></tr></table></blockquote>Holds the levelDistance. </div></div><div class=CToolTip id="tt1977"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxRadialTreeLayout.prototype.levelDistance</td></tr></table></blockquote>Holds the levelDistance. </div></div><div class=CToolTip id="tt1978"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.limitX</td></tr></table></blockquote>The maximum x value this positioning lays up to</div></div><div class=CToolTip id="tt1979"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">LINE_ARCSIZE: 20</td></tr></table></blockquote>Defines the size of the arcs for rounded edges. </div></div><div class=CToolTip id="tt1980"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">LINE_HEIGHT: 1.2</td></tr></table></blockquote>Defines the default line height for text labels. </div></div><div class=CToolTip id="tt1981"><div class=CVariable>Character to be used for encoding linefeeds in save. </div></div><div class=CToolTip id="tt1982"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSvgCanvas2D.prototype.lineHeightCorrection</td></tr></table></blockquote>Correction factor for mxConstants.LINE_HEIGHT in HTML output. </div></div><div class=CToolTip id="tt1983"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxAbstractCanvas2D.prototype.lineOp</td></tr></table></blockquote>Contains the string used for moving in paths. </div></div><div class=CToolTip id="tt1984"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVmlCanvas2D.prototype.lineOp</td></tr></table></blockquote>Contains the string used for moving in paths. </div></div><div class=CToolTip id="tt1985"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.lineTo = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Draws a line to the given coordinates. </div></div><div class=CToolTip id="tt1986"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.lineTo = function(</td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Draws a line to the given coordinates.</div></div><div class=CToolTip id="tt1987"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>link: function(</td><td class="PParameter prettyprint " nowrap>rel,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>href,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a link node to the head of the document. </div></div><div class=CToolTip id="tt1988"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>link: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>funct,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent and invokes the given function when the link is clicked.</div></div><div class=CToolTip id="tt1989"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>linkAction: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>action,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent that invokes action on the specified editor.</div></div><div class=CToolTip id="tt1990"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>linkInvoke: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>editor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>functName,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>arg,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>pad</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a hyperlink to the specified parent that invokes the specified function on the editor passing along the specified argument. </div></div><div class=CToolTip id="tt1991"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxConnectionHandler.prototype.livePreview</td></tr></table></blockquote>Specifies if the actual shape of the edge state should be used for the preview. </div></div><div class=CToolTip id="tt1992"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.livePreview</td></tr></table></blockquote>Specifies if resize should change the cell in-place. </div></div><div class=CToolTip id="tt1993"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>load: function(</td><td class="PParameter prettyprint " nowrap>url</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads the specified URL <b>synchronously</b> and returns the mxXmlRequest. </div></div><div class=CToolTip id="tt1994"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">loadDefaultBundle: true</td></tr></table></blockquote>Specifies if the default file for a given basename should be loaded. </div></div><div class=CToolTip id="tt1995"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>loadInto: function(</td><td class="PParameter prettyprint " nowrap>url,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>doc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>onload</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads the specified URL <b>asynchronously</b> into the specified document, invoking onload after the document has been loaded. </div></div><div class=CToolTip id="tt1996"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>loadResources: function(</td><td class="PParameter prettyprint " nowrap>callback</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Loads all required resources asynchronously. </div></div><div class=CToolTip id="tt1997"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.localEdgeProcessing = function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Moves the specified node and all of its children by the given amount.</div></div><div class=CToolTip id="tt1998"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCoordinateAssignment.prototype.localEdgeProcessing = function(</td><td class="PParameter prettyprint " nowrap>model</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Separates the x position of edges as they connect to vertices</div></div><div class=CToolTip id="tt1999"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">LOCKED_HANDLE_FILLCOLOR: '#FF0000'</td></tr></table></blockquote>Defines the color to be used for the locked handle fill color. </div></div ... [truncated]
docs/js-api/index/General12.html+2 −2 modifieddocs/js-api/index/General13.html+3 −3 modified@@ -11,13 +11,13 @@ -<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="#N">N</a> · <a href="#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="N"></a>N</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>name</span><div class=ISubIndex><a href="../files/view/mxConnectionConstraint-js.html#mxConnectionConstraint.name" id=link2442 onMouseOver="ShowTip(event, 'tt2440', 'link2442')" onMouseOut="HideTip('tt2440')" class=IParent>mxConnectionConstraint</a><a href="../files/util/mxEventObject-js.html#mxEventObject.name" id=link2443 onMouseOver="ShowTip(event, 'tt2441', 'link2443')" onMouseOut="HideTip('tt2441')" class=IParent>mxEventObject</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.nativeDoubleClickEnabled" id=link2444 onMouseOver="ShowTip(event, 'tt2442', 'link2444')" onMouseOut="HideTip('tt2442')" class=ISymbol>nativeDoubleClickEnabled</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxFastOrganicLayout-js.html#mxFastOrganicLayout.neighbours" id=link2445 onMouseOver="ShowTip(event, 'tt2443', 'link2445')" onMouseOut="HideTip('tt2443')" class=ISymbol>neighbours</a>, <span class=IParent>mxFastOrganicLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.nestedBestRanks" id=link2446 onMouseOver="ShowTip(event, 'tt2444', 'link2446')" onMouseOut="HideTip('tt2444')" class=ISymbol>nestedBestRanks</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.nextId" id=link2447 onMouseOver="ShowTip(event, 'tt2445', 'link2447')" onMouseOut="HideTip('tt2445')" class=ISymbol>nextId</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.nextLayerConnectedCache" id=link2448 onMouseOver="ShowTip(event, 'tt2446', 'link2448')" onMouseOut="HideTip('tt2446')" class=ISymbol>nextLayerConnectedCache</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.nextLayerConnectedCells" id=link2449 onMouseOver="ShowTip(event, 'tt2447', 'link2449')" onMouseOut="HideTip('tt2447')" class=ISymbol>nextLayerConnectedCells</a>, <span class=IParent>mxGraphAbstractHierarchyCell</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient.NO_FO" id=link2450 onMouseOver="ShowTip(event, 'tt2448', 'link2450')" onMouseOut="HideTip('tt2448')" class=ISymbol>NO_FO</a>, <span class=IParent>mxClient</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>node</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.node" id=link2451 onMouseOver="ShowTip(event, 'tt2449', 'link2451')" onMouseOut="HideTip('tt2449')" class=IParent>mxCompactTreeLayout</a><a href="../files/shape/mxShape-js.html#mxShape.node" id=link2452 onMouseOver="ShowTip(event, 'tt2450', 'link2452')" onMouseOut="HideTip('tt2450')" class=IParent>mxShape</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>nodeDistance</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.nodeDistance" id=link2453 onMouseOver="ShowTip(event, 'tt2451', 'link2453')" onMouseOut="HideTip('tt2451')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/mxRadialTreeLayout-js.html#mxRadialTreeLayout.nodeDistance" id=link2454 onMouseOver="ShowTip(event, 'tt2452', 'link2454')" onMouseOut="HideTip('tt2452')" class=IParent>mxRadialTreeLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_ATTRIBUTE" id=link2455 onMouseOver="ShowTip(event, 'tt2453', 'link2455')" onMouseOut="HideTip('tt2453')" class=ISymbol>NODETYPE_ATTRIBUTE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_CDATA" id=link2456 onMouseOver="ShowTip(event, 'tt2454', 'link2456')" onMouseOut="HideTip('tt2454')" class=ISymbol>NODETYPE_CDATA</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_COMMENT" id=link2457 onMouseOver="ShowTip(event, 'tt2455', 'link2457')" onMouseOut="HideTip('tt2455')" class=ISymbol>NODETYPE_COMMENT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_DOCUMENT" id=link2458 onMouseOver="ShowTip(event, 'tt2456', 'link2458')" onMouseOut="HideTip('tt2456')" class=ISymbol>NODETYPE_DOCUMENT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_DOCUMENT_FRAGMENT" id=link2459 onMouseOver="ShowTip(event, 'tt2457', 'link2459')" onMouseOut="HideTip('tt2457')" class=ISymbol>NODETYPE_DOCUMENT_FRAGMENT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_DOCUMENTTYPE" id=link2460 onMouseOver="ShowTip(event, 'tt2458', 'link2460')" onMouseOut="HideTip('tt2458')" class=ISymbol>NODETYPE_DOCUMENTTYPE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_ELEMENT" id=link2461 onMouseOver="ShowTip(event, 'tt2459', 'link2461')" onMouseOut="HideTip('tt2459')" class=ISymbol>NODETYPE_ELEMENT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_ENTITY" id=link2462 onMouseOver="ShowTip(event, 'tt2460', 'link2462')" onMouseOut="HideTip('tt2460')" class=ISymbol>NODETYPE_ENTITY</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_ENTITY_REFERENCE" id=link2463 onMouseOver="ShowTip(event, 'tt2461', 'link2463')" onMouseOut="HideTip('tt2461')" class=ISymbol>NODETYPE_ENTITY_REFERENCE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_NOTATION" id=link2464 onMouseOver="ShowTip(event, 'tt2462', 'link2464')" onMouseOut="HideTip('tt2462')" class=ISymbol>NODETYPE_NOTATION</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_PROCESSING_INSTRUCTION" id=link2465 onMouseOver="ShowTip(event, 'tt2463', 'link2465')" onMouseOut="HideTip('tt2463')" class=ISymbol>NODETYPE_PROCESSING_INSTRUCTION</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_TEXT" id=link2466 onMouseOver="ShowTip(event, 'tt2464', 'link2466')" onMouseOut="HideTip('tt2464')" class=ISymbol>NODETYPE_TEXT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NONE" id=link2467 onMouseOver="ShowTip(event, 'tt2465', 'link2467')" onMouseOut="HideTip('tt2465')" class=ISymbol>NONE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxToolbar-js.html#mxToolbar.noReset" id=link2468 onMouseOver="ShowTip(event, 'tt2466', 'link2468')" onMouseOut="HideTip('tt2466')" class=ISymbol>noReset</a>, <span class=IParent>mxToolbar</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>NORMALIZE</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.NORMALIZE" id=link2469 onMouseOver="ShowTip(event, 'tt2467', 'link2469')" onMouseOut="HideTip('tt2467')" class=IParent>mxEvent</a><a href="../files/util/mxWindow-js.html#mxWindow.mxEvent.NORMALIZE" id=link2470 onMouseOver="ShowTip(event, 'tt2468', 'link2470')" onMouseOut="HideTip('tt2468')" class=IParent>mxWindow.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxWindow-js.html#mxWindow.normalizeImage" id=link2471 onMouseOver="ShowTip(event, 'tt2469', 'link2471')" onMouseOut="HideTip('tt2469')" class=ISymbol>normalizeImage</a>, <span class=IParent>mxWindow</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.normalKeys" id=link2472 onMouseOver="ShowTip(event, 'tt2470', 'link2472')" onMouseOut="HideTip('tt2470')" class=ISymbol>normalKeys</a>, <span class=IParent>mxKeyHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.notify" id=link2473 onMouseOver="ShowTip(event, 'tt2471', 'link2473')" onMouseOut="HideTip('tt2471')" class=ISymbol>notify</a>, <span class=IParent>mxUndoableEdit</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>NOTIFY</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.NOTIFY" id=link2474 onMouseOver="ShowTip(event, 'tt2472', 'link2474')" onMouseOut="HideTip('tt2472')" class=IParent>mxEvent</a><a href="../files/model/mxGraphModel-js.html#mxGraphModel.mxEvent.NOTIFY" id=link2475 onMouseOver="ShowTip(event, 'tt2473', 'link2475')" onMouseOut="HideTip('tt2473')" class=IParent>mxGraphModel.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NS_SVG" id=link2476 onMouseOver="ShowTip(event, 'tt2474', 'link2476')" onMouseOut="HideTip('tt2474')" class=ISymbol>NS_SVG</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NS_XHTML" id=link2477 onMouseOver="ShowTip(event, 'tt2475', 'link2477')" onMouseOut="HideTip('tt2475')" class=ISymbol>NS_XHTML</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NS_XLINK" id=link2478 onMouseOver="ShowTip(event, 'tt2476', 'link2478')" onMouseOut="HideTip('tt2476')" class=ISymbol>NS_XLINK</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>nudge</span>, <span class=IParent>WeightedCellSorter</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter.nudge" id=link2479 onMouseOver="ShowTip(event, 'tt2477', 'link2479')" onMouseOut="HideTip('tt2477')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter.nudge" id=link2480 onMouseOver="ShowTip(event, 'tt2477', 'link2480')" onMouseOut="HideTip('tt2477')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div></td></tr><tr><td class=IHeading><a name="O"></a>O</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>objects</span><div class=ISubIndex><a href="../files/io/mxCodec-js.html#mxCodec.objects" id=link2481 onMouseOver="ShowTip(event, 'tt2478', 'link2481')" onMouseOut="HideTip('tt2478')" class=IParent>mxCodec</a><a href="../files/util/mxEvent-js.html#mxEvent.objects" id=link2482 onMouseOver="ShowTip(event, 'tt2479', 'link2482')" onMouseOut="HideTip('tt2479')" class=IParent>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient.OFFICE_PREFIX" id=link2483 onMouseOver="ShowTip(event, 'tt2480', 'link2483')" onMouseOut="HideTip('tt2480')" class=ISymbol>OFFICE_PREFIX</a>, <span class=IParent>mxClient</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>offset</span><div class=ISubIndex><a href="../files/view/mxCellOverlay-js.html#mxCellOverlay.offset" id=link2484 onMouseOver="ShowTip(event, 'tt2481', 'link2484')" onMouseOut="HideTip('tt2481')" class=IParent>mxCellOverlay</a><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.offset" id=link2485 onMouseOver="ShowTip(event, 'tt2482', 'link2485')" onMouseOut="HideTip('tt2482')" class=IParent>mxCompactTreeLayout</a><a href="../files/model/mxGeometry-js.html#mxGeometry.offset" id=link2486 onMouseOver="ShowTip(event, 'tt2483', 'link2486')" onMouseOut="HideTip('tt2483')" class=IParent>mxGeometry</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.oldBounds" id=link2487 onMouseOver="ShowTip(event, 'tt2484', 'link2487')" onMouseOut="HideTip('tt2484')" class=ISymbol>oldBounds</a>, <span class=IParent>mxTemporaryCellStates</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.oldScale" id=link2488 onMouseOver="ShowTip(event, 'tt2485', 'link2488')" onMouseOut="HideTip('tt2485')" class=ISymbol>oldScale</a>, <span class=IParent>mxTemporaryCellStates</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.oldStates" id=link2489 onMouseOver="ShowTip(event, 'tt2486', 'link2489')" onMouseOut="HideTip('tt2486')" class=ISymbol>oldStates</a>, <span class=IParent>mxTemporaryCellStates</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec.onEncode" id=link2490 onMouseOver="ShowTip(event, 'tt2487', 'link2490')" onMouseOut="HideTip('tt2487')" class=ISymbol>onEncode</a>, <span class=IParent>mxRootChangeCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>onInit</span><div class=ISubIndex><a href="../files/model/mxCell-js.html#mxCell.onInit" id=link2491 onMouseOver="ShowTip(event, 'tt2488', 'link2491')" onMouseOut="HideTip('tt2488')" class=IParent>mxCell</a><a href="../files/editor/mxEditor-js.html#mxEditor.onInit" id=link2492 onMouseOver="ShowTip(event, 'tt2489', 'link2492')" onMouseOut="HideTip('tt2489')" class=IParent>mxEditor</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>open</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.open" id=link2493 onMouseOver="ShowTip(event, 'tt2490', 'link2493')" onMouseOut="HideTip('tt2490')" class=IParent>mxEditor</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.open" id=link2494 onMouseOver="ShowTip(event, 'tt2491', 'link2494')" onMouseOut="HideTip('tt2491')" class=IParent>mxPrintPreview</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>OPEN</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.mxEvent.OPEN" id=link2495 onMouseOver="ShowTip(event, 'tt2492', 'link2495')" onMouseOut="HideTip('tt2492')" class=IParent>mxEditor.<wbr>mxEvent</a><a href="../files/util/mxEvent-js.html#mxEvent.OPEN" id=link2496 onMouseOver="ShowTip(event, 'tt2493', 'link2496')" onMouseOut="HideTip('tt2493')" class=IParent>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.optimizeVmlReflows" id=link2497 onMouseOver="ShowTip(event, 'tt2494', 'link2497')" onMouseOut="HideTip('tt2494')" class=ISymbol>optimizeVmlReflows</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.Order" class=ISymbol>Order</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>ORDER_CELLS</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.ORDER_CELLS" id=link2498 onMouseOver="ShowTip(event, 'tt2495', 'link2498')" onMouseOut="HideTip('tt2495')" class=IParent>mxEvent</a><a href="../files/view/mxGraph-js.html#mxGraph.mxEvent.ORDER_CELLS" id=link2499 onMouseOver="ShowTip(event, 'tt2496', 'link2499')" onMouseOut="HideTip('tt2496')" class=IParent>mxGraph.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.orderCells" id=link2500 onMouseOver="ShowTip(event, 'tt2497', 'link2500')" onMouseOut="HideTip('tt2497')" class=ISymbol>orderCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>orientation</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.orientation" id=link2501 onMouseOver="ShowTip(event, 'tt2498', 'link2501')" onMouseOut="HideTip('tt2498')" class=IParent>mxCoordinateAssignment</a><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.orientation" id=link2502 onMouseOver="ShowTip(event, 'tt2499', 'link2502')" onMouseOut="HideTip('tt2499')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.orientation" id=link2503 onMouseOver="ShowTip(event, 'tt2500', 'link2503')" onMouseOut="HideTip('tt2500')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellState-js.html#mxCellState.origin" id=link2504 onMouseOver="ShowTip(event, 'tt2501', 'link2504')" onMouseOut="HideTip('tt2501')" class=ISymbol>origin</a>, <span class=IParent>mxCellState</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.OrthConnector" id=link2505 onMouseOver="ShowTip(event, 'tt2502', 'link2505')" onMouseOut="HideTip('tt2502')" class=ISymbol>OrthConnector</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>outline</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.outline" id=link2506 onMouseOver="ShowTip(event, 'tt2503', 'link2506')" onMouseOut="HideTip('tt2503')" class=IParent>mxEditor</a><a href="../files/view/mxOutline-js.html#mxOutline.outline" id=link2507 onMouseOver="ShowTip(event, 'tt2504', 'link2507')" onMouseOut="HideTip('tt2504')" class=IParent>mxOutline</a><a href="../files/shape/mxShape-js.html#mxShape.outline" id=link2508 onMouseOver="ShowTip(event, 'tt2505', 'link2508')" onMouseOut="HideTip('tt2505')" class=IParent>mxShape</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_COLOR" id=link2509 onMouseOver="ShowTip(event, 'tt2506', 'link2509')" onMouseOut="HideTip('tt2506')" class=ISymbol>OUTLINE_COLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_HANDLE_FILLCOLOR" id=link2510 onMouseOver="ShowTip(event, 'tt2507', 'link2510')" onMouseOut="HideTip('tt2507')" class=ISymbol>OUTLINE_HANDLE_FILLCOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_HANDLE_STROKECOLOR" id=link2511 onMouseOver="ShowTip(event, 'tt2508', 'link2511')" onMouseOut="HideTip('tt2508')" class=ISymbol>OUTLINE_HANDLE_STROKECOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_HIGHLIGHT_COLOR" id=link2512 onMouseOver="ShowTip(event, 'tt2509', 'link2512')" onMouseOut="HideTip('tt2509')" class=ISymbol>OUTLINE_HIGHLIGHT_COLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_STROKEWIDTH" id=link2513 onMouseOver="ShowTip(event, 'tt2510', 'link2513')" onMouseOut="HideTip('tt2510')" class=ISymbol>OUTLINE_STROKEWIDTH</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>outlineConnect</span><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.outlineConnect" id=link2514 onMouseOver="ShowTip(event, 'tt2511', 'link2514')" onMouseOut="HideTip('tt2511')" class=IParent>mxConnectionHandler</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.outlineConnect" id=link2515 onMouseOver="ShowTip(event, 'tt2512', 'link2515')" onMouseOut="HideTip('tt2512')" class=IParent>mxEdgeHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.outlineResource" id=link2516 onMouseOver="ShowTip(event, 'tt2513', 'link2516')" onMouseOut="HideTip('tt2513')" class=ISymbol>outlineResource</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.Overlays" class=ISymbol>Overlays</a>, <span class=IParent>mxGraph</span></td></tr></table> +<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="#N">N</a> · <a href="#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="N"></a>N</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>name</span><div class=ISubIndex><a href="../files/view/mxConnectionConstraint-js.html#mxConnectionConstraint.name" id=link2444 onMouseOver="ShowTip(event, 'tt2442', 'link2444')" onMouseOut="HideTip('tt2442')" class=IParent>mxConnectionConstraint</a><a href="../files/util/mxEventObject-js.html#mxEventObject.name" id=link2445 onMouseOver="ShowTip(event, 'tt2443', 'link2445')" onMouseOut="HideTip('tt2443')" class=IParent>mxEventObject</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.nativeDoubleClickEnabled" id=link2446 onMouseOver="ShowTip(event, 'tt2444', 'link2446')" onMouseOut="HideTip('tt2444')" class=ISymbol>nativeDoubleClickEnabled</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxFastOrganicLayout-js.html#mxFastOrganicLayout.neighbours" id=link2447 onMouseOver="ShowTip(event, 'tt2445', 'link2447')" onMouseOut="HideTip('tt2445')" class=ISymbol>neighbours</a>, <span class=IParent>mxFastOrganicLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.nestedBestRanks" id=link2448 onMouseOver="ShowTip(event, 'tt2446', 'link2448')" onMouseOut="HideTip('tt2446')" class=ISymbol>nestedBestRanks</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.nextId" id=link2449 onMouseOver="ShowTip(event, 'tt2447', 'link2449')" onMouseOut="HideTip('tt2447')" class=ISymbol>nextId</a>, <span class=IParent>mxGraphModel</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.nextLayerConnectedCache" id=link2450 onMouseOver="ShowTip(event, 'tt2448', 'link2450')" onMouseOut="HideTip('tt2448')" class=ISymbol>nextLayerConnectedCache</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.nextLayerConnectedCells" id=link2451 onMouseOver="ShowTip(event, 'tt2449', 'link2451')" onMouseOut="HideTip('tt2449')" class=ISymbol>nextLayerConnectedCells</a>, <span class=IParent>mxGraphAbstractHierarchyCell</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient.NO_FO" id=link2452 onMouseOver="ShowTip(event, 'tt2450', 'link2452')" onMouseOut="HideTip('tt2450')" class=ISymbol>NO_FO</a>, <span class=IParent>mxClient</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>node</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.node" id=link2453 onMouseOver="ShowTip(event, 'tt2451', 'link2453')" onMouseOut="HideTip('tt2451')" class=IParent>mxCompactTreeLayout</a><a href="../files/shape/mxShape-js.html#mxShape.node" id=link2454 onMouseOver="ShowTip(event, 'tt2452', 'link2454')" onMouseOut="HideTip('tt2452')" class=IParent>mxShape</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>nodeDistance</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.nodeDistance" id=link2455 onMouseOver="ShowTip(event, 'tt2453', 'link2455')" onMouseOut="HideTip('tt2453')" class=IParent>mxCompactTreeLayout</a><a href="../files/layout/mxRadialTreeLayout-js.html#mxRadialTreeLayout.nodeDistance" id=link2456 onMouseOver="ShowTip(event, 'tt2454', 'link2456')" onMouseOut="HideTip('tt2454')" class=IParent>mxRadialTreeLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_ATTRIBUTE" id=link2457 onMouseOver="ShowTip(event, 'tt2455', 'link2457')" onMouseOut="HideTip('tt2455')" class=ISymbol>NODETYPE_ATTRIBUTE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_CDATA" id=link2458 onMouseOver="ShowTip(event, 'tt2456', 'link2458')" onMouseOut="HideTip('tt2456')" class=ISymbol>NODETYPE_CDATA</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_COMMENT" id=link2459 onMouseOver="ShowTip(event, 'tt2457', 'link2459')" onMouseOut="HideTip('tt2457')" class=ISymbol>NODETYPE_COMMENT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_DOCUMENT" id=link2460 onMouseOver="ShowTip(event, 'tt2458', 'link2460')" onMouseOut="HideTip('tt2458')" class=ISymbol>NODETYPE_DOCUMENT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_DOCUMENT_FRAGMENT" id=link2461 onMouseOver="ShowTip(event, 'tt2459', 'link2461')" onMouseOut="HideTip('tt2459')" class=ISymbol>NODETYPE_DOCUMENT_FRAGMENT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_DOCUMENTTYPE" id=link2462 onMouseOver="ShowTip(event, 'tt2460', 'link2462')" onMouseOut="HideTip('tt2460')" class=ISymbol>NODETYPE_DOCUMENTTYPE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_ELEMENT" id=link2463 onMouseOver="ShowTip(event, 'tt2461', 'link2463')" onMouseOut="HideTip('tt2461')" class=ISymbol>NODETYPE_ELEMENT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_ENTITY" id=link2464 onMouseOver="ShowTip(event, 'tt2462', 'link2464')" onMouseOut="HideTip('tt2462')" class=ISymbol>NODETYPE_ENTITY</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_ENTITY_REFERENCE" id=link2465 onMouseOver="ShowTip(event, 'tt2463', 'link2465')" onMouseOut="HideTip('tt2463')" class=ISymbol>NODETYPE_ENTITY_REFERENCE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_NOTATION" id=link2466 onMouseOver="ShowTip(event, 'tt2464', 'link2466')" onMouseOut="HideTip('tt2464')" class=ISymbol>NODETYPE_NOTATION</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_PROCESSING_INSTRUCTION" id=link2467 onMouseOver="ShowTip(event, 'tt2465', 'link2467')" onMouseOut="HideTip('tt2465')" class=ISymbol>NODETYPE_PROCESSING_INSTRUCTION</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NODETYPE_TEXT" id=link2468 onMouseOver="ShowTip(event, 'tt2466', 'link2468')" onMouseOut="HideTip('tt2466')" class=ISymbol>NODETYPE_TEXT</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NONE" id=link2469 onMouseOver="ShowTip(event, 'tt2467', 'link2469')" onMouseOut="HideTip('tt2467')" class=ISymbol>NONE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxToolbar-js.html#mxToolbar.noReset" id=link2470 onMouseOver="ShowTip(event, 'tt2468', 'link2470')" onMouseOut="HideTip('tt2468')" class=ISymbol>noReset</a>, <span class=IParent>mxToolbar</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>NORMALIZE</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.NORMALIZE" id=link2471 onMouseOver="ShowTip(event, 'tt2469', 'link2471')" onMouseOut="HideTip('tt2469')" class=IParent>mxEvent</a><a href="../files/util/mxWindow-js.html#mxWindow.mxEvent.NORMALIZE" id=link2472 onMouseOver="ShowTip(event, 'tt2470', 'link2472')" onMouseOut="HideTip('tt2470')" class=IParent>mxWindow.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxWindow-js.html#mxWindow.normalizeImage" id=link2473 onMouseOver="ShowTip(event, 'tt2471', 'link2473')" onMouseOut="HideTip('tt2471')" class=ISymbol>normalizeImage</a>, <span class=IParent>mxWindow</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.normalKeys" id=link2474 onMouseOver="ShowTip(event, 'tt2472', 'link2474')" onMouseOut="HideTip('tt2472')" class=ISymbol>normalKeys</a>, <span class=IParent>mxKeyHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.notify" id=link2475 onMouseOver="ShowTip(event, 'tt2473', 'link2475')" onMouseOut="HideTip('tt2473')" class=ISymbol>notify</a>, <span class=IParent>mxUndoableEdit</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>NOTIFY</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.NOTIFY" id=link2476 onMouseOver="ShowTip(event, 'tt2474', 'link2476')" onMouseOut="HideTip('tt2474')" class=IParent>mxEvent</a><a href="../files/model/mxGraphModel-js.html#mxGraphModel.mxEvent.NOTIFY" id=link2477 onMouseOver="ShowTip(event, 'tt2475', 'link2477')" onMouseOut="HideTip('tt2475')" class=IParent>mxGraphModel.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NS_SVG" id=link2478 onMouseOver="ShowTip(event, 'tt2476', 'link2478')" onMouseOut="HideTip('tt2476')" class=ISymbol>NS_SVG</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NS_XHTML" id=link2479 onMouseOver="ShowTip(event, 'tt2477', 'link2479')" onMouseOut="HideTip('tt2477')" class=ISymbol>NS_XHTML</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.NS_XLINK" id=link2480 onMouseOver="ShowTip(event, 'tt2478', 'link2480')" onMouseOut="HideTip('tt2478')" class=ISymbol>NS_XLINK</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>nudge</span>, <span class=IParent>WeightedCellSorter</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter.nudge" id=link2481 onMouseOver="ShowTip(event, 'tt2479', 'link2481')" onMouseOut="HideTip('tt2479')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter.nudge" id=link2482 onMouseOver="ShowTip(event, 'tt2479', 'link2482')" onMouseOut="HideTip('tt2479')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div></td></tr><tr><td class=IHeading><a name="O"></a>O</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>objects</span><div class=ISubIndex><a href="../files/io/mxCodec-js.html#mxCodec.objects" id=link2483 onMouseOver="ShowTip(event, 'tt2480', 'link2483')" onMouseOut="HideTip('tt2480')" class=IParent>mxCodec</a><a href="../files/util/mxEvent-js.html#mxEvent.objects" id=link2484 onMouseOver="ShowTip(event, 'tt2481', 'link2484')" onMouseOut="HideTip('tt2481')" class=IParent>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/mxClient-js.html#mxClient.OFFICE_PREFIX" id=link2485 onMouseOver="ShowTip(event, 'tt2482', 'link2485')" onMouseOut="HideTip('tt2482')" class=ISymbol>OFFICE_PREFIX</a>, <span class=IParent>mxClient</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>offset</span><div class=ISubIndex><a href="../files/view/mxCellOverlay-js.html#mxCellOverlay.offset" id=link2486 onMouseOver="ShowTip(event, 'tt2483', 'link2486')" onMouseOut="HideTip('tt2483')" class=IParent>mxCellOverlay</a><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.offset" id=link2487 onMouseOver="ShowTip(event, 'tt2484', 'link2487')" onMouseOut="HideTip('tt2484')" class=IParent>mxCompactTreeLayout</a><a href="../files/model/mxGeometry-js.html#mxGeometry.offset" id=link2488 onMouseOver="ShowTip(event, 'tt2485', 'link2488')" onMouseOut="HideTip('tt2485')" class=IParent>mxGeometry</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.oldBounds" id=link2489 onMouseOver="ShowTip(event, 'tt2486', 'link2489')" onMouseOut="HideTip('tt2486')" class=ISymbol>oldBounds</a>, <span class=IParent>mxTemporaryCellStates</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.oldScale" id=link2490 onMouseOver="ShowTip(event, 'tt2487', 'link2490')" onMouseOut="HideTip('tt2487')" class=ISymbol>oldScale</a>, <span class=IParent>mxTemporaryCellStates</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.oldStates" id=link2491 onMouseOver="ShowTip(event, 'tt2488', 'link2491')" onMouseOut="HideTip('tt2488')" class=ISymbol>oldStates</a>, <span class=IParent>mxTemporaryCellStates</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec.onEncode" id=link2492 onMouseOver="ShowTip(event, 'tt2489', 'link2492')" onMouseOut="HideTip('tt2489')" class=ISymbol>onEncode</a>, <span class=IParent>mxRootChangeCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>onInit</span><div class=ISubIndex><a href="../files/model/mxCell-js.html#mxCell.onInit" id=link2493 onMouseOver="ShowTip(event, 'tt2490', 'link2493')" onMouseOut="HideTip('tt2490')" class=IParent>mxCell</a><a href="../files/editor/mxEditor-js.html#mxEditor.onInit" id=link2494 onMouseOver="ShowTip(event, 'tt2491', 'link2494')" onMouseOut="HideTip('tt2491')" class=IParent>mxEditor</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>open</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.open" id=link2495 onMouseOver="ShowTip(event, 'tt2492', 'link2495')" onMouseOut="HideTip('tt2492')" class=IParent>mxEditor</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.open" id=link2496 onMouseOver="ShowTip(event, 'tt2493', 'link2496')" onMouseOut="HideTip('tt2493')" class=IParent>mxPrintPreview</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>OPEN</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.mxEvent.OPEN" id=link2497 onMouseOver="ShowTip(event, 'tt2494', 'link2497')" onMouseOut="HideTip('tt2494')" class=IParent>mxEditor.<wbr>mxEvent</a><a href="../files/util/mxEvent-js.html#mxEvent.OPEN" id=link2498 onMouseOver="ShowTip(event, 'tt2495', 'link2498')" onMouseOut="HideTip('tt2495')" class=IParent>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.optimizeVmlReflows" id=link2499 onMouseOver="ShowTip(event, 'tt2496', 'link2499')" onMouseOut="HideTip('tt2496')" class=ISymbol>optimizeVmlReflows</a>, <span class=IParent>mxGraphView</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.Order" class=ISymbol>Order</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>ORDER_CELLS</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.ORDER_CELLS" id=link2500 onMouseOver="ShowTip(event, 'tt2497', 'link2500')" onMouseOut="HideTip('tt2497')" class=IParent>mxEvent</a><a href="../files/view/mxGraph-js.html#mxGraph.mxEvent.ORDER_CELLS" id=link2501 onMouseOver="ShowTip(event, 'tt2498', 'link2501')" onMouseOut="HideTip('tt2498')" class=IParent>mxGraph.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.orderCells" id=link2502 onMouseOver="ShowTip(event, 'tt2499', 'link2502')" onMouseOut="HideTip('tt2499')" class=ISymbol>orderCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>orientation</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.orientation" id=link2503 onMouseOver="ShowTip(event, 'tt2500', 'link2503')" onMouseOut="HideTip('tt2500')" class=IParent>mxCoordinateAssignment</a><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.orientation" id=link2504 onMouseOver="ShowTip(event, 'tt2501', 'link2504')" onMouseOut="HideTip('tt2501')" class=IParent>mxHierarchicalLayout</a><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.orientation" id=link2505 onMouseOver="ShowTip(event, 'tt2502', 'link2505')" onMouseOut="HideTip('tt2502')" class=IParent>mxSwimlaneLayout</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellState-js.html#mxCellState.origin" id=link2506 onMouseOver="ShowTip(event, 'tt2503', 'link2506')" onMouseOut="HideTip('tt2503')" class=ISymbol>origin</a>, <span class=IParent>mxCellState</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.OrthConnector" id=link2507 onMouseOver="ShowTip(event, 'tt2504', 'link2507')" onMouseOut="HideTip('tt2504')" class=ISymbol>OrthConnector</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>outline</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.outline" id=link2508 onMouseOver="ShowTip(event, 'tt2505', 'link2508')" onMouseOut="HideTip('tt2505')" class=IParent>mxEditor</a><a href="../files/view/mxOutline-js.html#mxOutline.outline" id=link2509 onMouseOver="ShowTip(event, 'tt2506', 'link2509')" onMouseOut="HideTip('tt2506')" class=IParent>mxOutline</a><a href="../files/shape/mxShape-js.html#mxShape.outline" id=link2510 onMouseOver="ShowTip(event, 'tt2507', 'link2510')" onMouseOut="HideTip('tt2507')" class=IParent>mxShape</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_COLOR" id=link2511 onMouseOver="ShowTip(event, 'tt2508', 'link2511')" onMouseOut="HideTip('tt2508')" class=ISymbol>OUTLINE_COLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_HANDLE_FILLCOLOR" id=link2512 onMouseOver="ShowTip(event, 'tt2509', 'link2512')" onMouseOut="HideTip('tt2509')" class=ISymbol>OUTLINE_HANDLE_FILLCOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_HANDLE_STROKECOLOR" id=link2513 onMouseOver="ShowTip(event, 'tt2510', 'link2513')" onMouseOut="HideTip('tt2510')" class=ISymbol>OUTLINE_HANDLE_STROKECOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_HIGHLIGHT_COLOR" id=link2514 onMouseOver="ShowTip(event, 'tt2511', 'link2514')" onMouseOut="HideTip('tt2511')" class=ISymbol>OUTLINE_HIGHLIGHT_COLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.OUTLINE_STROKEWIDTH" id=link2515 onMouseOver="ShowTip(event, 'tt2512', 'link2515')" onMouseOut="HideTip('tt2512')" class=ISymbol>OUTLINE_STROKEWIDTH</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>outlineConnect</span><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.outlineConnect" id=link2516 onMouseOver="ShowTip(event, 'tt2513', 'link2516')" onMouseOut="HideTip('tt2513')" class=IParent>mxConnectionHandler</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.outlineConnect" id=link2517 onMouseOver="ShowTip(event, 'tt2514', 'link2517')" onMouseOut="HideTip('tt2514')" class=IParent>mxEdgeHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.outlineResource" id=link2518 onMouseOver="ShowTip(event, 'tt2515', 'link2518')" onMouseOut="HideTip('tt2515')" class=ISymbol>outlineResource</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.Overlays" class=ISymbol>Overlays</a>, <span class=IParent>mxGraph</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt2440"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxConnectionConstraint.prototype.name</td></tr></table></blockquote>Optional string that specifies the name of the constraint.</div></div><div class=CToolTip id="tt2441"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEventObject.prototype.name</td></tr></table></blockquote>Holds the name.</div></div><div class=CToolTip id="tt2442"><div class=CVariable>Specifies if native double click events should be detected. </div></div><div class=CToolTip id="tt2443"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxFastOrganicLayout.prototype.neighbours</td></tr></table></blockquote>Local copy of cell neighbours.</div></div><div class=CToolTip id="tt2444"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMedianHybridCrossingReduction.prototype.nestedBestRanks</td></tr></table></blockquote>Stores each rank as a collection of cells in the best order found for each layer so far</div></div><div class=CToolTip id="tt2445"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphModel.prototype.nextId</td></tr></table></blockquote>Specifies the next Id to be created. </div></div><div class=CToolTip id="tt2446"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.nextLayerConnectedCache</td></tr></table></blockquote>A store of connections to the layer above for speed</div></div><div class=CToolTip id="tt2447"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.nextLayerConnectedCells</td></tr></table></blockquote>A cached version of the cells this cell connects to on the next layer up</div></div><div class=CToolTip id="tt2448"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "colspan=2>NO_FO: !document.createElementNS || document.createElementNS(</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'http://www.w3.org/2000/svg',</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'foreignObject'</td></tr><tr><td class="PAfterParameters prettyprint "colspan=2>) !</td></tr></table></td></tr></table></blockquote>True if foreignObject support is not available. </div></div><div class=CToolTip id="tt2449"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompactTreeLayout.prototype.node</td></tr></table></blockquote>The internal node representation of the root cell. </div></div><div class=CToolTip id="tt2450"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxShape.prototype.node</td></tr></table></blockquote>Holds the outermost DOM node that represents this shape.</div></div><div class=CToolTip id="tt2451"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompactTreeLayout.prototype.nodeDistance</td></tr></table></blockquote>Holds the nodeDistance. </div></div><div class=CToolTip id="tt2452"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxRadialTreeLayout.prototype.nodeDistance</td></tr></table></blockquote>Holds the nodeDistance. </div></div><div class=CToolTip id="tt2453"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_ATTRIBUTE: 2</td></tr></table></blockquote>DOM node of type ATTRIBUTE.</div></div><div class=CToolTip id="tt2454"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_CDATA: 4</td></tr></table></blockquote>DOM node of type CDATA.</div></div><div class=CToolTip id="tt2455"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_COMMENT: 8</td></tr></table></blockquote>DOM node of type COMMENT.</div></div><div class=CToolTip id="tt2456"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_DOCUMENT: 9</td></tr></table></blockquote>DOM node of type DOCUMENT.</div></div><div class=CToolTip id="tt2457"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_DOCUMENT_FRAGMENT: 11</td></tr></table></blockquote>DOM node of type DOCUMENT_FRAGMENT.</div></div><div class=CToolTip id="tt2458"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_DOCUMENTTYPE: 10</td></tr></table></blockquote>DOM node of type DOCUMENTTYPE.</div></div><div class=CToolTip id="tt2459"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_ELEMENT: 1</td></tr></table></blockquote>DOM node of type ELEMENT.</div></div><div class=CToolTip id="tt2460"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_ENTITY: 6</td></tr></table></blockquote>DOM node of type ENTITY.</div></div><div class=CToolTip id="tt2461"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_ENTITY_REFERENCE: 5</td></tr></table></blockquote>DOM node of type ENTITY_REFERENCE.</div></div><div class=CToolTip id="tt2462"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_NOTATION: 12</td></tr></table></blockquote>DOM node of type NOTATION.</div></div><div class=CToolTip id="tt2463"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_PROCESSING_INSTRUCTION: 7</td></tr></table></blockquote>DOM node of type PROCESSING_INSTRUCTION.</div></div><div class=CToolTip id="tt2464"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_TEXT: 3</td></tr></table></blockquote>DOM node of type TEXT.</div></div><div class=CToolTip id="tt2465"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NONE: 'none'</td></tr></table></blockquote>Defines the value for none. </div></div><div class=CToolTip id="tt2466"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxToolbar.prototype.noReset</td></tr></table></blockquote>Specifies if resetMode requires a forced flag of true for resetting the current mode in the toolbar. </div></div><div class=CToolTip id="tt2467"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NORMALIZE: 'normalize'</td></tr></table></blockquote>Specifies the event name for normalize.</div></div><div class=CToolTip id="tt2468"><div class=CEvent>Fires after the window is normalized, that is, it returned from maximized or minimized state. </div></div><div class=CToolTip id="tt2469"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.normalizeImage</td></tr></table></blockquote>URL of the image to be used for the normalize icon in the titlebar.</div></div><div class=CToolTip id="tt2470"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxKeyHandler.prototype.normalKeys</td></tr></table></blockquote>Maps from keycodes to functions for non-pressed control keys.</div></div><div class=CToolTip id="tt2471"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxUndoableEdit.prototype.notify = function()</td></tr></table></blockquote>Hook to notify any listeners of the changes after an undo or redo has been carried out. </div></div><div class=CToolTip id="tt2472"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NOTIFY: 'notify'</td></tr></table></blockquote>Specifies the event name for notify.</div></div><div class=CToolTip id="tt2473"><div class=CEvent>Same as mxEvent.CHANGE, this event can be used for classes that need to implement a sync mechanism between this model and, say, a remote model. </div></div><div class=CToolTip id="tt2474"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NS_SVG: 'http://www.w3.org/2000/svg'</td></tr></table></blockquote>Defines the SVG namespace.</div></div><div class=CToolTip id="tt2475"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NS_XHTML: 'http://www.w3.org/1999/xhtml'</td></tr></table></blockquote>Defines the XHTML namespace.</div></div><div class=CToolTip id="tt2476"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NS_XLINK: 'http://www.w3.org/1999/xlink'</td></tr></table></blockquote>Defines the XLink namespace.</div></div><div class=CToolTip id="tt2477"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WeightedCellSorter.prototype.nudge</td></tr></table></blockquote>Whether or not to flip equal weight values.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt2442"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxConnectionConstraint.prototype.name</td></tr></table></blockquote>Optional string that specifies the name of the constraint.</div></div><div class=CToolTip id="tt2443"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEventObject.prototype.name</td></tr></table></blockquote>Holds the name.</div></div><div class=CToolTip id="tt2444"><div class=CVariable>Specifies if native double click events should be detected. </div></div><div class=CToolTip id="tt2445"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxFastOrganicLayout.prototype.neighbours</td></tr></table></blockquote>Local copy of cell neighbours.</div></div><div class=CToolTip id="tt2446"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMedianHybridCrossingReduction.prototype.nestedBestRanks</td></tr></table></blockquote>Stores each rank as a collection of cells in the best order found for each layer so far</div></div><div class=CToolTip id="tt2447"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphModel.prototype.nextId</td></tr></table></blockquote>Specifies the next Id to be created. </div></div><div class=CToolTip id="tt2448"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.nextLayerConnectedCache</td></tr></table></blockquote>A store of connections to the layer above for speed</div></div><div class=CToolTip id="tt2449"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.nextLayerConnectedCells</td></tr></table></blockquote>A cached version of the cells this cell connects to on the next layer up</div></div><div class=CToolTip id="tt2450"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "colspan=2>NO_FO: !document.createElementNS || document.createElementNS(</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'http://www.w3.org/2000/svg',</td></tr><tr><td> </td><td class="PParameter prettyprint " nowrap width=100%>'foreignObject'</td></tr><tr><td class="PAfterParameters prettyprint "colspan=2>) !</td></tr></table></td></tr></table></blockquote>True if foreignObject support is not available. </div></div><div class=CToolTip id="tt2451"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompactTreeLayout.prototype.node</td></tr></table></blockquote>The internal node representation of the root cell. </div></div><div class=CToolTip id="tt2452"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxShape.prototype.node</td></tr></table></blockquote>Holds the outermost DOM node that represents this shape.</div></div><div class=CToolTip id="tt2453"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompactTreeLayout.prototype.nodeDistance</td></tr></table></blockquote>Holds the nodeDistance. </div></div><div class=CToolTip id="tt2454"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxRadialTreeLayout.prototype.nodeDistance</td></tr></table></blockquote>Holds the nodeDistance. </div></div><div class=CToolTip id="tt2455"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_ATTRIBUTE: 2</td></tr></table></blockquote>DOM node of type ATTRIBUTE.</div></div><div class=CToolTip id="tt2456"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_CDATA: 4</td></tr></table></blockquote>DOM node of type CDATA.</div></div><div class=CToolTip id="tt2457"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_COMMENT: 8</td></tr></table></blockquote>DOM node of type COMMENT.</div></div><div class=CToolTip id="tt2458"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_DOCUMENT: 9</td></tr></table></blockquote>DOM node of type DOCUMENT.</div></div><div class=CToolTip id="tt2459"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_DOCUMENT_FRAGMENT: 11</td></tr></table></blockquote>DOM node of type DOCUMENT_FRAGMENT.</div></div><div class=CToolTip id="tt2460"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_DOCUMENTTYPE: 10</td></tr></table></blockquote>DOM node of type DOCUMENTTYPE.</div></div><div class=CToolTip id="tt2461"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_ELEMENT: 1</td></tr></table></blockquote>DOM node of type ELEMENT.</div></div><div class=CToolTip id="tt2462"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_ENTITY: 6</td></tr></table></blockquote>DOM node of type ENTITY.</div></div><div class=CToolTip id="tt2463"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_ENTITY_REFERENCE: 5</td></tr></table></blockquote>DOM node of type ENTITY_REFERENCE.</div></div><div class=CToolTip id="tt2464"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_NOTATION: 12</td></tr></table></blockquote>DOM node of type NOTATION.</div></div><div class=CToolTip id="tt2465"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_PROCESSING_INSTRUCTION: 7</td></tr></table></blockquote>DOM node of type PROCESSING_INSTRUCTION.</div></div><div class=CToolTip id="tt2466"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NODETYPE_TEXT: 3</td></tr></table></blockquote>DOM node of type TEXT.</div></div><div class=CToolTip id="tt2467"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NONE: 'none'</td></tr></table></blockquote>Defines the value for none. </div></div><div class=CToolTip id="tt2468"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxToolbar.prototype.noReset</td></tr></table></blockquote>Specifies if resetMode requires a forced flag of true for resetting the current mode in the toolbar. </div></div><div class=CToolTip id="tt2469"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">NORMALIZE: 'normalize'</td></tr></table></blockquote>Specifies the event name for normalize.</div></div><div class=CToolTip id="tt2470"><div class=CEvent>Fires after the window is normalized, that is, it returned from maximized or minimized state. </div></div><div class=CToolTip id="tt2471"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.normalizeImage</td></tr></table></blockquote>URL of the image to be used for the normalize icon in the titlebar.</div></div><div class=CToolTip id="tt2472"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettypr ... [truncated]
docs/js-api/index/General14.html+2 −2 modifieddocs/js-api/index/General15.html+2 −2 modified@@ -11,9 +11,9 @@ -<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Q"></a>Q</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadOp" id=link2663 onMouseOver="ShowTip(event, 'tt2660', 'link2663')" onMouseOut="HideTip('tt2660')" class=ISymbol>quadOp</a>, <span class=IParent>mxAbstractCanvas2D</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>quadTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadTo" id=link2664 onMouseOver="ShowTip(event, 'tt2661', 'link2664')" onMouseOut="HideTip('tt2661')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2665 onMouseOver="ShowTip(event, 'tt2662', 'link2665')" onMouseOut="HideTip('tt2662')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2666 onMouseOver="ShowTip(event, 'tt2663', 'link2666')" onMouseOut="HideTip('tt2663')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table> +<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Q"></a>Q</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadOp" id=link2665 onMouseOver="ShowTip(event, 'tt2662', 'link2665')" onMouseOut="HideTip('tt2662')" class=ISymbol>quadOp</a>, <span class=IParent>mxAbstractCanvas2D</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>quadTo</span><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.quadTo" id=link2666 onMouseOver="ShowTip(event, 'tt2663', 'link2666')" onMouseOut="HideTip('tt2663')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2667 onMouseOver="ShowTip(event, 'tt2664', 'link2667')" onMouseOut="HideTip('tt2664')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2668 onMouseOver="ShowTip(event, 'tt2665', 'link2668')" onMouseOut="HideTip('tt2665')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt2660"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxAbstractCanvas2D.prototype.quadOp</td></tr></table></blockquote>Contains the string used for quadratic paths. </div></div><div class=CToolTip id="tt2661"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt2662"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt2663"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt2662"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxAbstractCanvas2D.prototype.quadOp</td></tr></table></blockquote>Contains the string used for quadratic paths. </div></div><div class=CToolTip id="tt2663"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt2664"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt2665"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class="PParameter prettyprint " nowrap>x1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y1,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x2,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y2</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS--> </div><!--Index-->
docs/js-api/index/General16.html+2 −2 modifieddocs/js-api/index/General17.html+2 −2 modifieddocs/js-api/index/General18.html+2 −2 modifieddocs/js-api/index/General19.html+2 −2 modifieddocs/js-api/index/General20.html+2 −2 modifieddocs/js-api/index/General21.html+5 −5 modified@@ -11,21 +11,21 @@ -<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="#W">W</a> · <a href="#X">X</a> · <a href="#Y">Y</a> · <a href="#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="W"></a>W</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.w0" id=link3727 onMouseOver="ShowTip(event, 'tt3722', 'link3727')" onMouseOut="HideTip('tt3722')" class=ISymbol>w0</a>, <span class=IParent>mxStencil</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.warn" id=link3728 onMouseOver="ShowTip(event, 'tt3723', 'link3728')" onMouseOut="HideTip('tt3723')" class=ISymbol>warn</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.WARN" id=link3729 onMouseOver="ShowTip(event, 'tt3724', 'link3729')" onMouseOut="HideTip('tt3724')" class=ISymbol>WARN</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.warningImage" id=link3730 onMouseOver="ShowTip(event, 'tt3725', 'link3730')" onMouseOut="HideTip('tt3725')" class=ISymbol>warningImage</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.waypointsEnabled" id=link3731 onMouseOver="ShowTip(event, 'tt3726', 'link3731')" onMouseOut="HideTip('tt3726')" class=ISymbol>waypointsEnabled</a>, <span class=IParent>mxConnectionHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>WeightedCellSorter</span><div class=ISubIndex><span class=IParent>Global</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter" id=link3732 onMouseOver="ShowTip(event, 'tt3727', 'link3732')" onMouseOut="HideTip('tt3727')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter" id=link3733 onMouseOver="ShowTip(event, 'tt3727', 'link3733')" onMouseOut="HideTip('tt3727')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div><span class=IParent>WeightedCellSorter</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter.WeightedCellSorter" id=link3734 onMouseOver="ShowTip(event, 'tt3728', 'link3734')" onMouseOut="HideTip('tt3728')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter.WeightedCellSorter" id=link3735 onMouseOver="ShowTip(event, 'tt3728', 'link3735')" onMouseOut="HideTip('tt3728')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.weightedMedian" id=link3736 onMouseOver="ShowTip(event, 'tt3729', 'link3736')" onMouseOut="HideTip('tt3729')" class=ISymbol>weightedMedian</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>weightedValue</span>, <span class=IParent>WeightedCellSorter</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter.weightedValue" id=link3737 onMouseOver="ShowTip(event, 'tt3730', 'link3737')" onMouseOut="HideTip('tt3730')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter.weightedValue" id=link3738 onMouseOver="ShowTip(event, 'tt3730', 'link3738')" onMouseOut="HideTip('tt3730')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.widestRank" id=link3739 onMouseOver="ShowTip(event, 'tt3731', 'link3739')" onMouseOut="HideTip('tt3731')" class=ISymbol>widestRank</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.widestRankValue" id=link3740 onMouseOver="ShowTip(event, 'tt3732', 'link3740')" onMouseOut="HideTip('tt3732')" class=ISymbol>widestRankValue</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>width</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.width" id=link3741 onMouseOver="ShowTip(event, 'tt3733', 'link3741')" onMouseOut="HideTip('tt3733')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxImage-js.html#mxImage.width" id=link3742 onMouseOver="ShowTip(event, 'tt3734', 'link3742')" onMouseOut="HideTip('tt3734')" class=IParent>mxImage</a><a href="../files/util/mxRectangle-js.html#mxRectangle.width" id=link3743 onMouseOver="ShowTip(event, 'tt3735', 'link3743')" onMouseOut="HideTip('tt3735')" class=IParent>mxRectangle</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.Windows" class=ISymbol>Windows</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxXmlRequest-js.html#mxXmlRequest.withCredentials" id=link3744 onMouseOver="ShowTip(event, 'tt3736', 'link3744')" onMouseOut="HideTip('tt3736')" class=ISymbol>withCredentials</a>, <span class=IParent>mxXmlRequest</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.wnd" id=link3745 onMouseOver="ShowTip(event, 'tt3737', 'link3745')" onMouseOut="HideTip('tt3737')" class=ISymbol>wnd</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.WORD_WRAP" id=link3746 onMouseOver="ShowTip(event, 'tt3738', 'link3746')" onMouseOut="HideTip('tt3738')" class=ISymbol>WORD_WRAP</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellEditor-js.html#mxCellEditor.wordWrapPadding" id=link3747 onMouseOver="ShowTip(event, 'tt3739', 'link3747')" onMouseOut="HideTip('tt3739')" class=ISymbol>wordWrapPadding</a>, <span class=IParent>mxCellEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.wrap" id=link3748 onMouseOver="ShowTip(event, 'tt3740', 'link3748')" onMouseOut="HideTip('tt3740')" class=ISymbol>wrap</a>, <span class=IParent>mxStackLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>write</span><div class=ISubIndex><a href="../files/util/mxLog-js.html#mxLog.write" id=link3749 onMouseOver="ShowTip(event, 'tt3741', 'link3749')" onMouseOut="HideTip('tt3741')" class=IParent>mxLog</a><a href="../files/util/mxUtils-js.html#mxUtils.write" id=link3750 onMouseOver="ShowTip(event, 'tt3742', 'link3750')" onMouseOut="HideTip('tt3742')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writeAttribute" id=link3751 onMouseOver="ShowTip(event, 'tt3743', 'link3751')" onMouseOut="HideTip('tt3743')" class=ISymbol>writeAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writeComplexAttribute" id=link3752 onMouseOver="ShowTip(event, 'tt3744', 'link3752')" onMouseOut="HideTip('tt3744')" class=ISymbol>writeComplexAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.writeDefaults" id=link3753 onMouseOver="ShowTip(event, 'tt3745', 'link3753')" onMouseOut="HideTip('tt3745')" class=ISymbol>writeDefaults</a>, <span class=IParent>mxXmlCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.writeGraphModel" id=link3754 onMouseOver="ShowTip(event, 'tt3746', 'link3754')" onMouseOut="HideTip('tt3746')" class=ISymbol>writeGraphModel</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.writeHead" id=link3755 onMouseOver="ShowTip(event, 'tt3747', 'link3755')" onMouseOut="HideTip('tt3747')" class=ISymbol>writeHead</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>writeln</span><div class=ISubIndex><a href="../files/util/mxLog-js.html#mxLog.writeln" id=link3756 onMouseOver="ShowTip(event, 'tt3748', 'link3756')" onMouseOut="HideTip('tt3748')" class=IParent>mxLog</a><a href="../files/util/mxUtils-js.html#mxUtils.writeln" id=link3757 onMouseOver="ShowTip(event, 'tt3749', 'link3757')" onMouseOut="HideTip('tt3749')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.writePostfix" id=link3758 onMouseOver="ShowTip(event, 'tt3750', 'link3758')" onMouseOut="HideTip('tt3750')" class=ISymbol>writePostfix</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writePrimitiveAttribute" id=link3759 onMouseOver="ShowTip(event, 'tt3751', 'link3759')" onMouseOut="HideTip('tt3751')" class=ISymbol>writePrimitiveAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=IHeading><a name="X"></a>X</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>x</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.x" id=link3760 onMouseOver="ShowTip(event, 'tt3752', 'link3760')" onMouseOut="HideTip('tt3752')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxPoint-js.html#mxPoint.x" id=link3761 onMouseOver="ShowTip(event, 'tt3753', 'link3761')" onMouseOut="HideTip('tt3753')" class=IParent>mxPoint</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>x0</span><div class=ISubIndex><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout.x0" id=link3762 onMouseOver="ShowTip(event, 'tt3754', 'link3762')" onMouseOut="HideTip('tt3754')" class=IParent>mxCircleLayout</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.x0" id=link3763 onMouseOver="ShowTip(event, 'tt3755', 'link3763')" onMouseOut="HideTip('tt3755')" class=IParent>mxPrintPreview</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.x0" id=link3764 onMouseOver="ShowTip(event, 'tt3756', 'link3764')" onMouseOut="HideTip('tt3756')" class=IParent>mxStackLayout</a></div></td></tr><tr><td class=IHeading><a name="Y"></a>Y</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>y</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.y" id=link3765 onMouseOver="ShowTip(event, 'tt3757', 'link3765')" onMouseOut="HideTip('tt3757')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxPoint-js.html#mxPoint.y" id=link3766 onMouseOver="ShowTip(event, 'tt3758', 'link3766')" onMouseOut="HideTip('tt3758')" class=IParent>mxPoint</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>y0</span><div class=ISubIndex><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout.y0" id=link3767 onMouseOver="ShowTip(event, 'tt3759', 'link3767')" onMouseOut="HideTip('tt3759')" class=IParent>mxCircleLayout</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.y0" id=link3768 onMouseOver="ShowTip(event, 'tt3760', 'link3768')" onMouseOut="HideTip('tt3760')" class=IParent>mxPrintPreview</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.y0" id=link3769 onMouseOver="ShowTip(event, 'tt3761', 'link3769')" onMouseOut="HideTip('tt3761')" class=IParent>mxStackLayout</a></div></td></tr><tr><td class=IHeading><a name="Z"></a>Z</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>zIndex</span><div class=ISubIndex><a href="../files/view/mxCellEditor-js.html#mxCellEditor.zIndex" id=link3770 onMouseOver="ShowTip(event, 'tt3762', 'link3770')" onMouseOut="HideTip('tt3762')" class=IParent>mxCellEditor</a><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.zIndex" id=link3771 onMouseOver="ShowTip(event, 'tt3763', 'link3771')" onMouseOut="HideTip('tt3763')" class=IParent>mxPopupMenu</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.zIndex" id=link3772 onMouseOver="ShowTip(event, 'tt3764', 'link3772')" onMouseOut="HideTip('tt3764')" class=IParent>mxTooltipHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoom" id=link3773 onMouseOver="ShowTip(event, 'tt3765', 'link3773')" onMouseOut="HideTip('tt3765')" class=ISymbol>zoom</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomActual" id=link3774 onMouseOver="ShowTip(event, 'tt3766', 'link3774')" onMouseOut="HideTip('tt3766')" class=ISymbol>zoomActual</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomFactor" id=link3775 onMouseOver="ShowTip(event, 'tt3767', 'link3775')" onMouseOut="HideTip('tt3767')" class=ISymbol>zoomFactor</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomIn" id=link3776 onMouseOver="ShowTip(event, 'tt3768', 'link3776')" onMouseOut="HideTip('tt3768')" class=ISymbol>zoomIn</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomOut" id=link3777 onMouseOver="ShowTip(event, 'tt3769', 'link3777')" onMouseOut="HideTip('tt3769')" class=ISymbol>zoomOut</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomTo" id=link3778 onMouseOver="ShowTip(event, 'tt3770', 'link3778')" onMouseOut="HideTip('tt3770')" class=ISymbol>zoomTo</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomToRect" id=link3779 onMouseOver="ShowTip(event, 'tt3771', 'link3779')" onMouseOut="HideTip('tt3771')" class=ISymbol>zoomToRect</a>, <span class=IParent>mxGraph</span></td></tr></table> +<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="General8.html#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="#W">W</a> · <a href="#X">X</a> · <a href="#Y">Y</a> · <a href="#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="W"></a>W</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.w0" id=link3729 onMouseOver="ShowTip(event, 'tt3724', 'link3729')" onMouseOut="HideTip('tt3724')" class=ISymbol>w0</a>, <span class=IParent>mxStencil</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.warn" id=link3730 onMouseOver="ShowTip(event, 'tt3725', 'link3730')" onMouseOut="HideTip('tt3725')" class=ISymbol>warn</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxLog-js.html#mxLog.WARN" id=link3731 onMouseOver="ShowTip(event, 'tt3726', 'link3731')" onMouseOut="HideTip('tt3726')" class=ISymbol>WARN</a>, <span class=IParent>mxLog</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.warningImage" id=link3732 onMouseOver="ShowTip(event, 'tt3727', 'link3732')" onMouseOut="HideTip('tt3727')" class=ISymbol>warningImage</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.waypointsEnabled" id=link3733 onMouseOver="ShowTip(event, 'tt3728', 'link3733')" onMouseOut="HideTip('tt3728')" class=ISymbol>waypointsEnabled</a>, <span class=IParent>mxConnectionHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>WeightedCellSorter</span><div class=ISubIndex><span class=IParent>Global</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter" id=link3734 onMouseOver="ShowTip(event, 'tt3729', 'link3734')" onMouseOut="HideTip('tt3729')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter" id=link3735 onMouseOver="ShowTip(event, 'tt3729', 'link3735')" onMouseOut="HideTip('tt3729')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div><span class=IParent>WeightedCellSorter</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter.WeightedCellSorter" id=link3736 onMouseOver="ShowTip(event, 'tt3730', 'link3736')" onMouseOut="HideTip('tt3730')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter.WeightedCellSorter" id=link3737 onMouseOver="ShowTip(event, 'tt3730', 'link3737')" onMouseOut="HideTip('tt3730')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.weightedMedian" id=link3738 onMouseOver="ShowTip(event, 'tt3731', 'link3738')" onMouseOut="HideTip('tt3731')" class=ISymbol>weightedMedian</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>weightedValue</span>, <span class=IParent>WeightedCellSorter</span><div class=ISubIndex><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#WeightedCellSorter.weightedValue" id=link3739 onMouseOver="ShowTip(event, 'tt3732', 'link3739')" onMouseOut="HideTip('tt3732')" class=IFile>layout/<wbr>hierarchical/<wbr>stage/<wbr>mxCoordinateAssignment.js</a><a href="../files/layout/mxCompactTreeLayout-js.html#WeightedCellSorter.weightedValue" id=link3740 onMouseOver="ShowTip(event, 'tt3732', 'link3740')" onMouseOut="HideTip('tt3732')" class=IFile>layout/<wbr>mxCompactTreeLayout.js</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.widestRank" id=link3741 onMouseOver="ShowTip(event, 'tt3733', 'link3741')" onMouseOut="HideTip('tt3733')" class=ISymbol>widestRank</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.widestRankValue" id=link3742 onMouseOver="ShowTip(event, 'tt3734', 'link3742')" onMouseOut="HideTip('tt3734')" class=ISymbol>widestRankValue</a>, <span class=IParent>mxCoordinateAssignment</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>width</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.width" id=link3743 onMouseOver="ShowTip(event, 'tt3735', 'link3743')" onMouseOut="HideTip('tt3735')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxImage-js.html#mxImage.width" id=link3744 onMouseOver="ShowTip(event, 'tt3736', 'link3744')" onMouseOut="HideTip('tt3736')" class=IParent>mxImage</a><a href="../files/util/mxRectangle-js.html#mxRectangle.width" id=link3745 onMouseOver="ShowTip(event, 'tt3737', 'link3745')" onMouseOut="HideTip('tt3737')" class=IParent>mxRectangle</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.Windows" class=ISymbol>Windows</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxXmlRequest-js.html#mxXmlRequest.withCredentials" id=link3746 onMouseOver="ShowTip(event, 'tt3738', 'link3746')" onMouseOut="HideTip('tt3738')" class=ISymbol>withCredentials</a>, <span class=IParent>mxXmlRequest</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.wnd" id=link3747 onMouseOver="ShowTip(event, 'tt3739', 'link3747')" onMouseOut="HideTip('tt3739')" class=ISymbol>wnd</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.WORD_WRAP" id=link3748 onMouseOver="ShowTip(event, 'tt3740', 'link3748')" onMouseOut="HideTip('tt3740')" class=ISymbol>WORD_WRAP</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxCellEditor-js.html#mxCellEditor.wordWrapPadding" id=link3749 onMouseOver="ShowTip(event, 'tt3741', 'link3749')" onMouseOut="HideTip('tt3741')" class=ISymbol>wordWrapPadding</a>, <span class=IParent>mxCellEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.wrap" id=link3750 onMouseOver="ShowTip(event, 'tt3742', 'link3750')" onMouseOut="HideTip('tt3742')" class=ISymbol>wrap</a>, <span class=IParent>mxStackLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>write</span><div class=ISubIndex><a href="../files/util/mxLog-js.html#mxLog.write" id=link3751 onMouseOver="ShowTip(event, 'tt3743', 'link3751')" onMouseOut="HideTip('tt3743')" class=IParent>mxLog</a><a href="../files/util/mxUtils-js.html#mxUtils.write" id=link3752 onMouseOver="ShowTip(event, 'tt3744', 'link3752')" onMouseOut="HideTip('tt3744')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writeAttribute" id=link3753 onMouseOver="ShowTip(event, 'tt3745', 'link3753')" onMouseOut="HideTip('tt3745')" class=ISymbol>writeAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writeComplexAttribute" id=link3754 onMouseOver="ShowTip(event, 'tt3746', 'link3754')" onMouseOut="HideTip('tt3746')" class=ISymbol>writeComplexAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.writeDefaults" id=link3755 onMouseOver="ShowTip(event, 'tt3747', 'link3755')" onMouseOut="HideTip('tt3747')" class=ISymbol>writeDefaults</a>, <span class=IParent>mxXmlCanvas2D</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.writeGraphModel" id=link3756 onMouseOver="ShowTip(event, 'tt3748', 'link3756')" onMouseOut="HideTip('tt3748')" class=ISymbol>writeGraphModel</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.writeHead" id=link3757 onMouseOver="ShowTip(event, 'tt3749', 'link3757')" onMouseOut="HideTip('tt3749')" class=ISymbol>writeHead</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>writeln</span><div class=ISubIndex><a href="../files/util/mxLog-js.html#mxLog.writeln" id=link3758 onMouseOver="ShowTip(event, 'tt3750', 'link3758')" onMouseOut="HideTip('tt3750')" class=IParent>mxLog</a><a href="../files/util/mxUtils-js.html#mxUtils.writeln" id=link3759 onMouseOver="ShowTip(event, 'tt3751', 'link3759')" onMouseOut="HideTip('tt3751')" class=IParent>mxUtils</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.writePostfix" id=link3760 onMouseOver="ShowTip(event, 'tt3752', 'link3760')" onMouseOut="HideTip('tt3752')" class=ISymbol>writePostfix</a>, <span class=IParent>mxPrintPreview</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.writePrimitiveAttribute" id=link3761 onMouseOver="ShowTip(event, 'tt3753', 'link3761')" onMouseOut="HideTip('tt3753')" class=ISymbol>writePrimitiveAttribute</a>, <span class=IParent>mxObjectCodec</span></td></tr><tr><td class=IHeading><a name="X"></a>X</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>x</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.x" id=link3762 onMouseOver="ShowTip(event, 'tt3754', 'link3762')" onMouseOut="HideTip('tt3754')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxPoint-js.html#mxPoint.x" id=link3763 onMouseOver="ShowTip(event, 'tt3755', 'link3763')" onMouseOut="HideTip('tt3755')" class=IParent>mxPoint</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>x0</span><div class=ISubIndex><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout.x0" id=link3764 onMouseOver="ShowTip(event, 'tt3756', 'link3764')" onMouseOut="HideTip('tt3756')" class=IParent>mxCircleLayout</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.x0" id=link3765 onMouseOver="ShowTip(event, 'tt3757', 'link3765')" onMouseOut="HideTip('tt3757')" class=IParent>mxPrintPreview</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.x0" id=link3766 onMouseOver="ShowTip(event, 'tt3758', 'link3766')" onMouseOut="HideTip('tt3758')" class=IParent>mxStackLayout</a></div></td></tr><tr><td class=IHeading><a name="Y"></a>Y</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>y</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.y" id=link3767 onMouseOver="ShowTip(event, 'tt3759', 'link3767')" onMouseOut="HideTip('tt3759')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxPoint-js.html#mxPoint.y" id=link3768 onMouseOver="ShowTip(event, 'tt3760', 'link3768')" onMouseOut="HideTip('tt3760')" class=IParent>mxPoint</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>y0</span><div class=ISubIndex><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout.y0" id=link3769 onMouseOver="ShowTip(event, 'tt3761', 'link3769')" onMouseOut="HideTip('tt3761')" class=IParent>mxCircleLayout</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.y0" id=link3770 onMouseOver="ShowTip(event, 'tt3762', 'link3770')" onMouseOut="HideTip('tt3762')" class=IParent>mxPrintPreview</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.y0" id=link3771 onMouseOver="ShowTip(event, 'tt3763', 'link3771')" onMouseOut="HideTip('tt3763')" class=IParent>mxStackLayout</a></div></td></tr><tr><td class=IHeading><a name="Z"></a>Z</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>zIndex</span><div class=ISubIndex><a href="../files/view/mxCellEditor-js.html#mxCellEditor.zIndex" id=link3772 onMouseOver="ShowTip(event, 'tt3764', 'link3772')" onMouseOut="HideTip('tt3764')" class=IParent>mxCellEditor</a><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.zIndex" id=link3773 onMouseOver="ShowTip(event, 'tt3765', 'link3773')" onMouseOut="HideTip('tt3765')" class=IParent>mxPopupMenu</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.zIndex" id=link3774 onMouseOver="ShowTip(event, 'tt3766', 'link3774')" onMouseOut="HideTip('tt3766')" class=IParent>mxTooltipHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoom" id=link3775 onMouseOver="ShowTip(event, 'tt3767', 'link3775')" onMouseOut="HideTip('tt3767')" class=ISymbol>zoom</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomActual" id=link3776 onMouseOver="ShowTip(event, 'tt3768', 'link3776')" onMouseOut="HideTip('tt3768')" class=ISymbol>zoomActual</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomFactor" id=link3777 onMouseOver="ShowTip(event, 'tt3769', 'link3777')" onMouseOut="HideTip('tt3769')" class=ISymbol>zoomFactor</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomIn" id=link3778 onMouseOver="ShowTip(event, 'tt3770', 'link3778')" onMouseOut="HideTip('tt3770')" class=ISymbol>zoomIn</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomOut" id=link3779 onMouseOver="ShowTip(event, 'tt3771', 'link3779')" onMouseOut="HideTip('tt3771')" class=ISymbol>zoomOut</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomTo" id=link3780 onMouseOver="ShowTip(event, 'tt3772', 'link3780')" onMouseOut="HideTip('tt3772')" class=ISymbol>zoomTo</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomToRect" id=link3781 onMouseOver="ShowTip(event, 'tt3773', 'link3781')" onMouseOut="HideTip('tt3773')" class=ISymbol>zoomToRect</a>, <span class=IParent>mxGraph</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt3722"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStencil.prototype.w0</td></tr></table></blockquote>Holds the width of the shape. </div></div><div class=CToolTip id="tt3723"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">warn: function()</td></tr></table></blockquote>Adds all arguments to the console if WARN is enabled.</div></div><div class=CToolTip id="tt3724"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WARN: true</td></tr></table></blockquote>Specifies if the output for warn should be visible in the console. </div></div><div class=CToolTip id="tt3725"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.warningImage</td></tr></table></blockquote>Specifies the mxImage for the image to be used to display a warning overlay. </div></div><div class=CToolTip id="tt3726"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxConnectionHandler.prototype.waypointsEnabled</td></tr></table></blockquote>Specifies if single clicks should add waypoints on the new edge. </div></div><div class=CToolTip id="tt3727"><div class=CClass>A utility class used to track cells whilst sorting occurs on the weighted sum of their connected edges. </div></div><div class=CToolTip id="tt3728"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function WeightedCellSorter(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>weightedValue</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Constructs a new weighted cell sorted for the given cell and weight.</div></div><div class=CToolTip id="tt3729"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxMedianHybridCrossingReduction.prototype.weightedMedian = function(</td><td class="PParameter prettyprint " nowrap>iteration,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>model</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sweeps up or down the layout attempting to minimise the median placement of connected cells on adjacent ranks</div></div><div class=CToolTip id="tt3730"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WeightedCellSorter.prototype.weightedValue</td></tr></table></blockquote>The weighted value of the cell stored.</div></div><div class=CToolTip id="tt3731"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.widestRank</td></tr></table></blockquote>The rank that has the widest x position</div></div><div class=CToolTip id="tt3732"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.widestRankValue</td></tr></table></blockquote>The X-coordinate of the edge of the widest rank</div></div><div class=CToolTip id="tt3733"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.width</td></tr></table></blockquote>The width of this cell</div></div><div class=CToolTip id="tt3734"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxImage.prototype.width</td></tr></table></blockquote>Integer that specifies the width of the image.</div></div><div class=CToolTip id="tt3735"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxRectangle.prototype.width</td></tr></table></blockquote>Holds the width of the rectangle. </div></div><div class=CToolTip id="tt3736"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlRequest.prototype.withCredentials</td></tr></table></blockquote>Specifies if withCredentials should be used in HTML5-compliant browsers. </div></div><div class=CToolTip id="tt3737"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.wnd</td></tr></table></blockquote>Reference to the preview window.</div></div><div class=CToolTip id="tt3738"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WORD_WRAP: 'normal'</td></tr></table></blockquote>Defines the CSS value for the word-wrap property. </div></div><div class=CToolTip id="tt3739"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellEditor.prototype.wordWrapPadding</td></tr></table></blockquote>Correction factor for word wrapping width. </div></div><div class=CToolTip id="tt3740"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.wrap</td></tr></table></blockquote>Value at which a new column or row should be created. </div></div><div class=CToolTip id="tt3741"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">write: function()</td></tr></table></blockquote>Adds the specified strings to the console.</div></div><div class=CToolTip id="tt3742"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>write: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates a text node for the given string and appends it to the given parent. </div></div><div class=CToolTip id="tt3743"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writeAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value into node using writePrimitiveAttribute or writeComplexAttribute depending on the type of the value.</div></div><div class=CToolTip id="tt3744"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writeComplexAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value as a child node of the given node.</div></div><div class=CToolTip id="tt3745"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlCanvas2D.prototype.writeDefaults = function()</td></tr></table></blockquote></div></div><div class=CToolTip id="tt3746"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEditor.prototype.writeGraphModel = function (</td><td class="PParameter prettyprint " nowrap>linefeed</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook to create the string representation of the diagram. </div></div><div class=CToolTip id="tt3747"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writeHead = function(</td><td class="PParameter prettyprint " nowrap>doc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>css</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the HEAD section into the given document, without the opening and closing HEAD tags.</div></div><div class=CToolTip id="tt3748"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">writeln: function()</td></tr></table></blockquote>Adds the specified strings to the console, appending a linefeed at the end of each string.</div></div><div class=CToolTip id="tt3749"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>writeln: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates a text node for the given string and appends it to the given parent with an additional linefeed. </div></div><div class=CToolTip id="tt3750"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writePostfix = function(</td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Called before closing the body of the page. </div></div><div class=CToolTip id="tt3751"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writePrimitiveAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value as an attribute of the given node.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt3724"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStencil.prototype.w0</td></tr></table></blockquote>Holds the width of the shape. </div></div><div class=CToolTip id="tt3725"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">warn: function()</td></tr></table></blockquote>Adds all arguments to the console if WARN is enabled.</div></div><div class=CToolTip id="tt3726"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WARN: true</td></tr></table></blockquote>Specifies if the output for warn should be visible in the console. </div></div><div class=CToolTip id="tt3727"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.warningImage</td></tr></table></blockquote>Specifies the mxImage for the image to be used to display a warning overlay. </div></div><div class=CToolTip id="tt3728"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxConnectionHandler.prototype.waypointsEnabled</td></tr></table></blockquote>Specifies if single clicks should add waypoints on the new edge. </div></div><div class=CToolTip id="tt3729"><div class=CClass>A utility class used to track cells whilst sorting occurs on the weighted sum of their connected edges. </div></div><div class=CToolTip id="tt3730"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>function WeightedCellSorter(</td><td class="PParameter prettyprint " nowrap>cell,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>weightedValue</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Constructs a new weighted cell sorted for the given cell and weight.</div></div><div class=CToolTip id="tt3731"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxMedianHybridCrossingReduction.prototype.weightedMedian = function(</td><td class="PParameter prettyprint " nowrap>iteration,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>model</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Sweeps up or down the layout attempting to minimise the median placement of connected cells on adjacent ranks</div></div><div class=CToolTip id="tt3732"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WeightedCellSorter.prototype.weightedValue</td></tr></table></blockquote>The weighted value of the cell stored.</div></div><div class=CToolTip id="tt3733"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.widestRank</td></tr></table></blockquote>The rank that has the widest x position</div></div><div class=CToolTip id="tt3734"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCoordinateAssignment.prototype.widestRankValue</td></tr></table></blockquote>The X-coordinate of the edge of the widest rank</div></div><div class=CToolTip id="tt3735"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.width</td></tr></table></blockquote>The width of this cell</div></div><div class=CToolTip id="tt3736"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxImage.prototype.width</td></tr></table></blockquote>Integer that specifies the width of the image.</div></div><div class=CToolTip id="tt3737"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxRectangle.prototype.width</td></tr></table></blockquote>Holds the width of the rectangle. </div></div><div class=CToolTip id="tt3738"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlRequest.prototype.withCredentials</td></tr></table></blockquote>Specifies if withCredentials should be used in HTML5-compliant browsers. </div></div><div class=CToolTip id="tt3739"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.wnd</td></tr></table></blockquote>Reference to the preview window.</div></div><div class=CToolTip id="tt3740"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WORD_WRAP: 'normal'</td></tr></table></blockquote>Defines the CSS value for the word-wrap property. </div></div><div class=CToolTip id="tt3741"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellEditor.prototype.wordWrapPadding</td></tr></table></blockquote>Correction factor for word wrapping width. </div></div><div class=CToolTip id="tt3742"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.wrap</td></tr></table></blockquote>Value at which a new column or row should be created. </div></div><div class=CToolTip id="tt3743"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">write: function()</td></tr></table></blockquote>Adds the specified strings to the console.</div></div><div class=CToolTip id="tt3744"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>write: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates a text node for the given string and appends it to the given parent. </div></div><div class=CToolTip id="tt3745"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writeAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value into node using writePrimitiveAttribute or writeComplexAttribute depending on the type of the value.</div></div><div class=CToolTip id="tt3746"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writeComplexAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value as a child node of the given node.</div></div><div class=CToolTip id="tt3747"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxXmlCanvas2D.prototype.writeDefaults = function()</td></tr></table></blockquote></div></div><div class=CToolTip id="tt3748"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxEditor.prototype.writeGraphModel = function (</td><td class="PParameter prettyprint " nowrap>linefeed</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Hook to create the string representation of the diagram. </div></div><div class=CToolTip id="tt3749"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writeHead = function(</td><td class="PParameter prettyprint " nowrap>doc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>css</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the HEAD section into the given document, without the opening and closing HEAD tags.</div></div><div class=CToolTip id="tt3750"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">writeln: function()</td></tr></table></blockquote>Adds the specified strings to the console, appending a linefeed at the end of each string.</div></div><div class=CToolTip id="tt3751"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>writeln: function(</td><td class="PParameter prettyprint " nowrap>parent,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>text</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Creates a text node for the given string and appends it to the given parent with an additional linefeed. </div></div><div class=CToolTip id="tt3752"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPrintPreview.prototype.writePostfix = function(</td><td class="PParameter prettyprint " nowrap>doc</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Called before closing the body of the page. </div></div><div class=CToolTip id="tt3753"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxObjectCodec.prototype.writePrimitiveAttribute = function(</td><td class="PParameter prettyprint " nowrap>enc,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>obj,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>name,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>value,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Writes the given value as an attribute of the given node.</div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt3752"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.x</td></tr></table></blockquote>The x position of this cell for each layer it occupies</div></div><div class=CToolTip id="tt3753"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPoint.prototype.x</td></tr></table></blockquote>Holds the x-coordinate of the point. </div></div><div class=CToolTip id="tt3754"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCircleLayout.prototype.x0</td></tr></table></blockquote>Integer specifying the left coordinate of the circle. </div></div><div class=CToolTip id="tt3755"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.x0</td></tr></table></blockquote>Holds the horizontal offset of the output.</div></div><div class=CToolTip id="tt3756"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.x0</td></tr></table></blockquote>Specifies the horizontal origin of the layout. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt3754"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.x</td></tr></table></blockquote>The x position of this cell for each layer it occupies</div></div><div class=CToolTip id="tt3755"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPoint.prototype.x</td></tr></table></blockquote>Holds the x-coordinate of the point. </div></div><div class=CToolTip id="tt3756"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCircleLayout.prototype.x0</td></tr></table></blockquote>Integer specifying the left coordinate of the circle. </div></div><div class=CToolTip id="tt3757"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.x0</td></tr></table></blockquote>Holds the horizontal offset of the output.</div></div><div class=CToolTip id="tt3758"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.x0</td></tr></table></blockquote>Specifies the horizontal origin of the layout. </div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt3757"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.y</td></tr></table></blockquote>The y position of this cell for each layer it occupies</div></div><div class=CToolTip id="tt3758"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPoint.prototype.y</td></tr></table></blockquote>Holds the y-coordinate of the point. </div></div><div class=CToolTip id="tt3759"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCircleLayout.prototype.y0</td></tr></table></blockquote>Integer specifying the top coordinate of the circle. </div></div><div class=CToolTip id="tt3760"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.y0</td></tr></table></blockquote>Holds the vertical offset of the output.</div></div><div class=CToolTip id="tt3761"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.y0</td></tr></table></blockquote>Specifies the vertical origin of the layout. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt3759"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.y</td></tr></table></blockquote>The y position of this cell for each layer it occupies</div></div><div class=CToolTip id="tt3760"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPoint.prototype.y</td></tr></table></blockquote>Holds the y-coordinate of the point. </div></div><div class=CToolTip id="tt3761"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCircleLayout.prototype.y0</td></tr></table></blockquote>Integer specifying the top coordinate of the circle. </div></div><div class=CToolTip id="tt3762"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPrintPreview.prototype.y0</td></tr></table></blockquote>Holds the vertical offset of the output.</div></div><div class=CToolTip id="tt3763"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.y0</td></tr></table></blockquote>Specifies the vertical origin of the layout. </div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt3762"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellEditor.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the textarea. </div></div><div class=CToolTip id="tt3763"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPopupMenu.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the popupmenu and its shadow. </div></div><div class=CToolTip id="tt3764"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the tooltip and its shadow. </div></div><div class=CToolTip id="tt3765"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.zoom = function(</td><td class="PParameter prettyprint " nowrap>factor,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>center</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Zooms the graph using the given factor. </div></div><div class=CToolTip id="tt3766"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.zoomActual = function()</td></tr></table></blockquote>Resets the zoom and panning in the view.</div></div><div class=CToolTip id="tt3767"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.zoomFactor</td></tr></table></blockquote>Specifies the factor used for zoomIn and zoomOut. </div></div><div class=CToolTip id="tt3768"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.zoomIn = function()</td></tr></table></blockquote>Zooms into the graph by zoomFactor.</div></div><div class=CToolTip id="tt3769"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.zoomOut = function()</td></tr></table></blockquote>Zooms out of the graph by zoomFactor.</div></div><div class=CTool ... [truncated]
docs/js-api/index/General3.html+2 −2 modifieddocs/js-api/index/General4.html+2 −2 modifieddocs/js-api/index/General5.html+2 −2 modifieddocs/js-api/index/General6.html+2 −2 modifieddocs/js-api/index/General7.html+2 −2 modifieddocs/js-api/index/General8.html+2 −2 modified@@ -11,9 +11,9 @@ -<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="H"></a>H</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.h0" id=link1450 onMouseOver="ShowTip(event, 'tt1448', 'link1450')" onMouseOut="HideTip('tt1448')" class=ISymbol>h0</a>, <span class=IParent>mxStencil</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HANDLE_FILLCOLOR" id=link1451 onMouseOver="ShowTip(event, 'tt1449', 'link1451')" onMouseOut="HideTip('tt1449')" class=ISymbol>HANDLE_FILLCOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HANDLE_SIZE" id=link1452 onMouseOver="ShowTip(event, 'tt1450', 'link1452')" onMouseOut="HideTip('tt1450')" class=ISymbol>HANDLE_SIZE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HANDLE_STROKECOLOR" id=link1453 onMouseOver="ShowTip(event, 'tt1451', 'link1453')" onMouseOut="HideTip('tt1451')" class=ISymbol>HANDLE_STROKECOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>handleImage</span><div class=ISubIndex><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.handleImage" id=link1454 onMouseOver="ShowTip(event, 'tt1452', 'link1454')" onMouseOut="HideTip('tt1452')" class=IParent>mxEdgeHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.handleImage" id=link1455 onMouseOver="ShowTip(event, 'tt1453', 'link1455')" onMouseOut="HideTip('tt1453')" class=IParent>mxVertexHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPanningManager-js.html#mxPanningManager.handleMouseOut" id=link1456 onMouseOver="ShowTip(event, 'tt1454', 'link1456')" onMouseOut="HideTip('tt1454')" class=ISymbol>handleMouseOut</a>, <span class=IParent>mxPanningManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxDefaultKeyHandler-js.html#mxDefaultKeyHandler.handler" id=link1457 onMouseOver="ShowTip(event, 'tt1455', 'link1457')" onMouseOut="HideTip('tt1455')" class=ISymbol>handler</a>, <span class=IParent>mxDefaultKeyHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.handlers" id=link1458 onMouseOver="ShowTip(event, 'tt1456', 'link1458')" onMouseOut="HideTip('tt1456')" class=ISymbol>handlers</a>, <span class=IParent>mxSelectionCellsHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDivResizer-js.html#mxDivResizer.handlingResize" id=link1459 onMouseOver="ShowTip(event, 'tt1457', 'link1459')" onMouseOut="HideTip('tt1457')" class=ISymbol>handlingResize</a>, <span class=IParent>mxDivResizer</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxCell-js.html#mxCell.hasAttribute" id=link1460 onMouseOver="ShowTip(event, 'tt1458', 'link1460')" onMouseOut="HideTip('tt1458')" class=ISymbol>hasAttribute</a>, <span class=IParent>mxCell</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyNode-js.html#mxGraphHierarchyNode.hashCode" id=link1461 onMouseOver="ShowTip(event, 'tt1459', 'link1461')" onMouseOut="HideTip('tt1459')" class=ISymbol>hashCode</a>, <span class=IParent>mxGraphHierarchyNode</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.hasScrollbars" id=link1462 onMouseOver="ShowTip(event, 'tt1460', 'link1462')" onMouseOut="HideTip('tt1460')" class=ISymbol>hasScrollbars</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.hasValidState" id=link1463 onMouseOver="ShowTip(event, 'tt1461', 'link1463')" onMouseOut="HideTip('tt1461')" class=ISymbol>hasValidState</a>, <span class=IParent>mxCellMarker</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>height</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.height" id=link1464 onMouseOver="ShowTip(event, 'tt1462', 'link1464')" onMouseOut="HideTip('tt1462')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxImage-js.html#mxImage.height" id=link1465 onMouseOver="ShowTip(event, 'tt1463', 'link1465')" onMouseOut="HideTip('tt1463')" class=IParent>mxImage</a><a href="../files/util/mxRectangle-js.html#mxRectangle.height" id=link1466 onMouseOver="ShowTip(event, 'tt1464', 'link1466')" onMouseOut="HideTip('tt1464')" class=IParent>mxRectangle</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.help" id=link1467 onMouseOver="ShowTip(event, 'tt1465', 'link1467')" onMouseOut="HideTip('tt1465')" class=ISymbol>help</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.helpResource" id=link1468 onMouseOver="ShowTip(event, 'tt1466', 'link1468')" onMouseOut="HideTip('tt1466')" class=ISymbol>helpResource</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.helpWidth" id=link1469 onMouseOver="ShowTip(event, 'tt1467', 'link1469')" onMouseOut="HideTip('tt1467')" class=ISymbol>helpWidth</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.helpWindowImage" id=link1470 onMouseOver="ShowTip(event, 'tt1468', 'link1470')" onMouseOut="HideTip('tt1468')" class=ISymbol>helpWindowImage</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPerimeter-js.html#mxPerimeter.HexagonPerimeter" id=link1471 onMouseOver="ShowTip(event, 'tt1469', 'link1471')" onMouseOut="HideTip('tt1469')" class=ISymbol>HexagonPerimeter</a>, <span class=IParent>mxPerimeter</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>hide</span><div class=ISubIndex><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.hide" id=link1472 onMouseOver="ShowTip(event, 'tt1470', 'link1472')" onMouseOut="HideTip('tt1470')" class=IParent>mxCellHighlight</a><a href="../files/util/mxGuide-js.html#mxGuide.hide" id=link1473 onMouseOver="ShowTip(event, 'tt1471', 'link1473')" onMouseOut="HideTip('tt1471')" class=IParent>mxGuide</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hide" id=link1474 onMouseOver="ShowTip(event, 'tt1472', 'link1474')" onMouseOut="HideTip('tt1472')" class=IParent>mxTooltipHandler</a><a href="../files/util/mxWindow-js.html#mxWindow.hide" id=link1475 onMouseOver="ShowTip(event, 'tt1473', 'link1475')" onMouseOut="HideTip('tt1473')" class=IParent>mxWindow</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>HIDE</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.HIDE" id=link1476 onMouseOver="ShowTip(event, 'tt1474', 'link1476')" onMouseOut="HideTip('tt1474')" class=IParent>mxEvent</a><a href="../files/util/mxWindow-js.html#mxWindow.mxEvent.HIDE" id=link1477 onMouseOver="ShowTip(event, 'tt1475', 'link1477')" onMouseOut="HideTip('tt1475')" class=IParent>mxWindow.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>hideHandles</span><div class=ISubIndex><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.hideHandles" id=link1478 onMouseOver="ShowTip(event, 'tt1476', 'link1478')" onMouseOut="HideTip('tt1476')" class=IParent>mxEdgeHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.hideHandles" id=link1479 onMouseOver="ShowTip(event, 'tt1477', 'link1479')" onMouseOut="HideTip('tt1477')" class=IParent>mxVertexHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.hideMenu" id=link1480 onMouseOver="ShowTip(event, 'tt1478', 'link1480')" onMouseOut="HideTip('tt1478')" class=ISymbol>hideMenu</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hideOnHover" id=link1481 onMouseOver="ShowTip(event, 'tt1479', 'link1481')" onMouseOut="HideTip('tt1479')" class=ISymbol>hideOnHover</a>, <span class=IParent>mxTooltipHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.hideProperties" id=link1482 onMouseOver="ShowTip(event, 'tt1480', 'link1482')" onMouseOut="HideTip('tt1480')" class=ISymbol>hideProperties</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.hideSizers" id=link1483 onMouseOver="ShowTip(event, 'tt1481', 'link1483')" onMouseOut="HideTip('tt1481')" class=ISymbol>hideSizers</a>, <span class=IParent>mxVertexHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.hideSubmenu" id=link1484 onMouseOver="ShowTip(event, 'tt1482', 'link1484')" onMouseOut="HideTip('tt1482')" class=ISymbol>hideSubmenu</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hideTooltip" id=link1485 onMouseOver="ShowTip(event, 'tt1483', 'link1485')" onMouseOut="HideTip('tt1483')" class=ISymbol>hideTooltip</a>, <span class=IParent>mxTooltipHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HIGHLIGHT_COLOR" id=link1486 onMouseOver="ShowTip(event, 'tt1484', 'link1486')" onMouseOut="HideTip('tt1484')" class=ISymbol>HIGHLIGHT_COLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HIGHLIGHT_OPACITY" id=link1487 onMouseOver="ShowTip(event, 'tt1485', 'link1487')" onMouseOut="HideTip('tt1485')" class=ISymbol>HIGHLIGHT_OPACITY</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HIGHLIGHT_STROKEWIDTH" id=link1488 onMouseOver="ShowTip(event, 'tt1486', 'link1488')" onMouseOut="HideTip('tt1486')" class=ISymbol>HIGHLIGHT_STROKEWIDTH</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.highlightColor" id=link1489 onMouseOver="ShowTip(event, 'tt1487', 'link1489')" onMouseOut="HideTip('tt1487')" class=ISymbol>highlightColor</a>, <span class=IParent>mxConstraintHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.highlightDropTargets" id=link1490 onMouseOver="ShowTip(event, 'tt1488', 'link1490')" onMouseOut="HideTip('tt1488')" class=ISymbol>highlightDropTargets</a>, <span class=IParent>mxDragSource</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.highlightEnabled" id=link1491 onMouseOver="ShowTip(event, 'tt1489', 'link1491')" onMouseOut="HideTip('tt1489')" class=ISymbol>highlightEnabled</a>, <span class=IParent>mxGraphHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUndoManager-js.html#mxUndoManager.history" id=link1492 onMouseOver="ShowTip(event, 'tt1490', 'link1492')" onMouseOut="HideTip('tt1490')" class=ISymbol>history</a>, <span class=IParent>mxUndoManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.hitsSwimlaneContent" id=link1493 onMouseOver="ShowTip(event, 'tt1491', 'link1493')" onMouseOut="HideTip('tt1491')" class=ISymbol>hitsSwimlaneContent</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.home" id=link1494 onMouseOver="ShowTip(event, 'tt1492', 'link1494')" onMouseOut="HideTip('tt1492')" class=ISymbol>home</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>horizontal</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.horizontal" id=link1495 onMouseOver="ShowTip(event, 'tt1493', 'link1495')" onMouseOut="HideTip('tt1493')" class=IParent>mxCompactTreeLayout</a><a href="../files/util/mxGuide-js.html#mxGuide.horizontal" id=link1496 onMouseOver="ShowTip(event, 'tt1494', 'link1496')" onMouseOut="HideTip('tt1494')" class=IParent>mxGuide</a><a href="../files/layout/mxPartitionLayout-js.html#mxPartitionLayout.horizontal" id=link1497 onMouseOver="ShowTip(event, 'tt1495', 'link1497')" onMouseOut="HideTip('tt1495')" class=IParent>mxPartitionLayout</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.horizontal" id=link1498 onMouseOver="ShowTip(event, 'tt1496', 'link1498')" onMouseOut="HideTip('tt1496')" class=IParent>mxStackLayout</a><a href="../files/view/mxSwimlaneManager-js.html#mxSwimlaneManager.horizontal" id=link1499 onMouseOver="ShowTip(event, 'tt1497', 'link1499')" onMouseOut="HideTip('tt1497')" class=IParent>mxSwimlaneManager</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.horizontalFlow" id=link1500 onMouseOver="ShowTip(event, 'tt1498', 'link1500')" onMouseOut="HideTip('tt1498')" class=ISymbol>horizontalFlow</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.horizontalLayout" id=link1501 onMouseOver="ShowTip(event, 'tt1499', 'link1501')" onMouseOut="HideTip('tt1499')" class=ISymbol>horizontalLayout</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.horizontalOffset" id=link1502 onMouseOver="ShowTip(event, 'tt1500', 'link1502')" onMouseOut="HideTip('tt1500')" class=ISymbol>horizontalOffset</a>, <span class=IParent>mxVertexHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.hotspot" id=link1503 onMouseOver="ShowTip(event, 'tt1501', 'link1503')" onMouseOut="HideTip('tt1501')" class=ISymbol>hotspot</a>, <span class=IParent>mxCellMarker</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.hotspotEnabled" id=link1504 onMouseOver="ShowTip(event, 'tt1502', 'link1504')" onMouseOut="HideTip('tt1502')" class=ISymbol>hotspotEnabled</a>, <span class=IParent>mxCellMarker</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.htmlEntities" id=link1505 onMouseOver="ShowTip(event, 'tt1503', 'link1505')" onMouseOut="HideTip('tt1503')" class=ISymbol>htmlEntities</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.htmlLabels" id=link1506 onMouseOver="ShowTip(event, 'tt1504', 'link1506')" onMouseOut="HideTip('tt1504')" class=ISymbol>htmlLabels</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.htmlPreview" id=link1507 onMouseOver="ShowTip(event, 'tt1505', 'link1507')" onMouseOut="HideTip('tt1505')" class=ISymbol>htmlPreview</a>, <span class=IParent>mxGraphHandler</span></td></tr></table> +<div id=Index><div class=IPageTitle>Index</div><div class=INavigationBar>$#! · 0-9 · <a href="General.html#A">A</a> · <a href="General2.html#B">B</a> · <a href="General3.html#C">C</a> · <a href="General4.html#D">D</a> · <a href="General5.html#E">E</a> · <a href="General6.html#F">F</a> · <a href="General7.html#G">G</a> · <a href="#H">H</a> · <a href="General9.html#I">I</a> · <a href="General10.html#J">J</a> · <a href="General10.html#K">K</a> · <a href="General11.html#L">L</a> · <a href="General12.html#M">M</a> · <a href="General13.html#N">N</a> · <a href="General13.html#O">O</a> · <a href="General14.html#P">P</a> · <a href="General15.html#Q">Q</a> · <a href="General16.html#R">R</a> · <a href="General17.html#S">S</a> · <a href="General18.html#T">T</a> · <a href="General19.html#U">U</a> · <a href="General20.html#V">V</a> · <a href="General21.html#W">W</a> · <a href="General21.html#X">X</a> · <a href="General21.html#Y">Y</a> · <a href="General21.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="H"></a>H</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.h0" id=link1453 onMouseOver="ShowTip(event, 'tt1451', 'link1453')" onMouseOut="HideTip('tt1451')" class=ISymbol>h0</a>, <span class=IParent>mxStencil</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HANDLE_FILLCOLOR" id=link1454 onMouseOver="ShowTip(event, 'tt1452', 'link1454')" onMouseOut="HideTip('tt1452')" class=ISymbol>HANDLE_FILLCOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HANDLE_SIZE" id=link1455 onMouseOver="ShowTip(event, 'tt1453', 'link1455')" onMouseOut="HideTip('tt1453')" class=ISymbol>HANDLE_SIZE</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HANDLE_STROKECOLOR" id=link1456 onMouseOver="ShowTip(event, 'tt1454', 'link1456')" onMouseOut="HideTip('tt1454')" class=ISymbol>HANDLE_STROKECOLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>handleImage</span><div class=ISubIndex><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.handleImage" id=link1457 onMouseOver="ShowTip(event, 'tt1455', 'link1457')" onMouseOut="HideTip('tt1455')" class=IParent>mxEdgeHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.handleImage" id=link1458 onMouseOver="ShowTip(event, 'tt1456', 'link1458')" onMouseOut="HideTip('tt1456')" class=IParent>mxVertexHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPanningManager-js.html#mxPanningManager.handleMouseOut" id=link1459 onMouseOver="ShowTip(event, 'tt1457', 'link1459')" onMouseOut="HideTip('tt1457')" class=ISymbol>handleMouseOut</a>, <span class=IParent>mxPanningManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxDefaultKeyHandler-js.html#mxDefaultKeyHandler.handler" id=link1460 onMouseOver="ShowTip(event, 'tt1458', 'link1460')" onMouseOut="HideTip('tt1458')" class=ISymbol>handler</a>, <span class=IParent>mxDefaultKeyHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.handlers" id=link1461 onMouseOver="ShowTip(event, 'tt1459', 'link1461')" onMouseOut="HideTip('tt1459')" class=ISymbol>handlers</a>, <span class=IParent>mxSelectionCellsHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDivResizer-js.html#mxDivResizer.handlingResize" id=link1462 onMouseOver="ShowTip(event, 'tt1460', 'link1462')" onMouseOut="HideTip('tt1460')" class=ISymbol>handlingResize</a>, <span class=IParent>mxDivResizer</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/model/mxCell-js.html#mxCell.hasAttribute" id=link1463 onMouseOver="ShowTip(event, 'tt1461', 'link1463')" onMouseOut="HideTip('tt1461')" class=ISymbol>hasAttribute</a>, <span class=IParent>mxCell</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyNode-js.html#mxGraphHierarchyNode.hashCode" id=link1464 onMouseOver="ShowTip(event, 'tt1462', 'link1464')" onMouseOut="HideTip('tt1462')" class=ISymbol>hashCode</a>, <span class=IParent>mxGraphHierarchyNode</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.hasScrollbars" id=link1465 onMouseOver="ShowTip(event, 'tt1463', 'link1465')" onMouseOut="HideTip('tt1463')" class=ISymbol>hasScrollbars</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.hasValidState" id=link1466 onMouseOver="ShowTip(event, 'tt1464', 'link1466')" onMouseOut="HideTip('tt1464')" class=ISymbol>hasValidState</a>, <span class=IParent>mxCellMarker</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>height</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.height" id=link1467 onMouseOver="ShowTip(event, 'tt1465', 'link1467')" onMouseOut="HideTip('tt1465')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxImage-js.html#mxImage.height" id=link1468 onMouseOver="ShowTip(event, 'tt1466', 'link1468')" onMouseOut="HideTip('tt1466')" class=IParent>mxImage</a><a href="../files/util/mxRectangle-js.html#mxRectangle.height" id=link1469 onMouseOver="ShowTip(event, 'tt1467', 'link1469')" onMouseOut="HideTip('tt1467')" class=IParent>mxRectangle</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.help" id=link1470 onMouseOver="ShowTip(event, 'tt1468', 'link1470')" onMouseOut="HideTip('tt1468')" class=ISymbol>help</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.helpResource" id=link1471 onMouseOver="ShowTip(event, 'tt1469', 'link1471')" onMouseOut="HideTip('tt1469')" class=ISymbol>helpResource</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.helpWidth" id=link1472 onMouseOver="ShowTip(event, 'tt1470', 'link1472')" onMouseOut="HideTip('tt1470')" class=ISymbol>helpWidth</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.helpWindowImage" id=link1473 onMouseOver="ShowTip(event, 'tt1471', 'link1473')" onMouseOut="HideTip('tt1471')" class=ISymbol>helpWindowImage</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxPerimeter-js.html#mxPerimeter.HexagonPerimeter" id=link1474 onMouseOver="ShowTip(event, 'tt1472', 'link1474')" onMouseOut="HideTip('tt1472')" class=ISymbol>HexagonPerimeter</a>, <span class=IParent>mxPerimeter</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>hide</span><div class=ISubIndex><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.hide" id=link1475 onMouseOver="ShowTip(event, 'tt1473', 'link1475')" onMouseOut="HideTip('tt1473')" class=IParent>mxCellHighlight</a><a href="../files/util/mxGuide-js.html#mxGuide.hide" id=link1476 onMouseOver="ShowTip(event, 'tt1474', 'link1476')" onMouseOut="HideTip('tt1474')" class=IParent>mxGuide</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hide" id=link1477 onMouseOver="ShowTip(event, 'tt1475', 'link1477')" onMouseOut="HideTip('tt1475')" class=IParent>mxTooltipHandler</a><a href="../files/util/mxWindow-js.html#mxWindow.hide" id=link1478 onMouseOver="ShowTip(event, 'tt1476', 'link1478')" onMouseOut="HideTip('tt1476')" class=IParent>mxWindow</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>HIDE</span><div class=ISubIndex><a href="../files/util/mxEvent-js.html#mxEvent.HIDE" id=link1479 onMouseOver="ShowTip(event, 'tt1477', 'link1479')" onMouseOut="HideTip('tt1477')" class=IParent>mxEvent</a><a href="../files/util/mxWindow-js.html#mxWindow.mxEvent.HIDE" id=link1480 onMouseOver="ShowTip(event, 'tt1478', 'link1480')" onMouseOut="HideTip('tt1478')" class=IParent>mxWindow.<wbr>mxEvent</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>hideHandles</span><div class=ISubIndex><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.hideHandles" id=link1481 onMouseOver="ShowTip(event, 'tt1479', 'link1481')" onMouseOut="HideTip('tt1479')" class=IParent>mxEdgeHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.hideHandles" id=link1482 onMouseOver="ShowTip(event, 'tt1480', 'link1482')" onMouseOut="HideTip('tt1480')" class=IParent>mxVertexHandler</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.hideMenu" id=link1483 onMouseOver="ShowTip(event, 'tt1481', 'link1483')" onMouseOut="HideTip('tt1481')" class=ISymbol>hideMenu</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hideOnHover" id=link1484 onMouseOver="ShowTip(event, 'tt1482', 'link1484')" onMouseOut="HideTip('tt1482')" class=ISymbol>hideOnHover</a>, <span class=IParent>mxTooltipHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.hideProperties" id=link1485 onMouseOver="ShowTip(event, 'tt1483', 'link1485')" onMouseOut="HideTip('tt1483')" class=ISymbol>hideProperties</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.hideSizers" id=link1486 onMouseOver="ShowTip(event, 'tt1484', 'link1486')" onMouseOut="HideTip('tt1484')" class=ISymbol>hideSizers</a>, <span class=IParent>mxVertexHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.hideSubmenu" id=link1487 onMouseOver="ShowTip(event, 'tt1485', 'link1487')" onMouseOut="HideTip('tt1485')" class=ISymbol>hideSubmenu</a>, <span class=IParent>mxPopupMenu</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.hideTooltip" id=link1488 onMouseOver="ShowTip(event, 'tt1486', 'link1488')" onMouseOut="HideTip('tt1486')" class=ISymbol>hideTooltip</a>, <span class=IParent>mxTooltipHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HIGHLIGHT_COLOR" id=link1489 onMouseOver="ShowTip(event, 'tt1487', 'link1489')" onMouseOut="HideTip('tt1487')" class=ISymbol>HIGHLIGHT_COLOR</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HIGHLIGHT_OPACITY" id=link1490 onMouseOver="ShowTip(event, 'tt1488', 'link1490')" onMouseOut="HideTip('tt1488')" class=ISymbol>HIGHLIGHT_OPACITY</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxConstants-js.html#mxConstants.HIGHLIGHT_STROKEWIDTH" id=link1491 onMouseOver="ShowTip(event, 'tt1489', 'link1491')" onMouseOut="HideTip('tt1489')" class=ISymbol>HIGHLIGHT_STROKEWIDTH</a>, <span class=IParent>mxConstants</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.highlightColor" id=link1492 onMouseOver="ShowTip(event, 'tt1490', 'link1492')" onMouseOut="HideTip('tt1490')" class=ISymbol>highlightColor</a>, <span class=IParent>mxConstraintHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.highlightDropTargets" id=link1493 onMouseOver="ShowTip(event, 'tt1491', 'link1493')" onMouseOut="HideTip('tt1491')" class=ISymbol>highlightDropTargets</a>, <span class=IParent>mxDragSource</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.highlightEnabled" id=link1494 onMouseOver="ShowTip(event, 'tt1492', 'link1494')" onMouseOut="HideTip('tt1492')" class=ISymbol>highlightEnabled</a>, <span class=IParent>mxGraphHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUndoManager-js.html#mxUndoManager.history" id=link1495 onMouseOver="ShowTip(event, 'tt1493', 'link1495')" onMouseOut="HideTip('tt1493')" class=ISymbol>history</a>, <span class=IParent>mxUndoManager</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.hitsSwimlaneContent" id=link1496 onMouseOver="ShowTip(event, 'tt1494', 'link1496')" onMouseOut="HideTip('tt1494')" class=ISymbol>hitsSwimlaneContent</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.home" id=link1497 onMouseOver="ShowTip(event, 'tt1495', 'link1497')" onMouseOut="HideTip('tt1495')" class=ISymbol>home</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>horizontal</span><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.horizontal" id=link1498 onMouseOver="ShowTip(event, 'tt1496', 'link1498')" onMouseOut="HideTip('tt1496')" class=IParent>mxCompactTreeLayout</a><a href="../files/util/mxGuide-js.html#mxGuide.horizontal" id=link1499 onMouseOver="ShowTip(event, 'tt1497', 'link1499')" onMouseOut="HideTip('tt1497')" class=IParent>mxGuide</a><a href="../files/layout/mxPartitionLayout-js.html#mxPartitionLayout.horizontal" id=link1500 onMouseOver="ShowTip(event, 'tt1498', 'link1500')" onMouseOut="HideTip('tt1498')" class=IParent>mxPartitionLayout</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.horizontal" id=link1501 onMouseOver="ShowTip(event, 'tt1499', 'link1501')" onMouseOut="HideTip('tt1499')" class=IParent>mxStackLayout</a><a href="../files/view/mxSwimlaneManager-js.html#mxSwimlaneManager.horizontal" id=link1502 onMouseOver="ShowTip(event, 'tt1500', 'link1502')" onMouseOut="HideTip('tt1500')" class=IParent>mxSwimlaneManager</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.horizontalFlow" id=link1503 onMouseOver="ShowTip(event, 'tt1501', 'link1503')" onMouseOut="HideTip('tt1501')" class=ISymbol>horizontalFlow</a>, <span class=IParent>mxEditor</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.horizontalLayout" id=link1504 onMouseOver="ShowTip(event, 'tt1502', 'link1504')" onMouseOut="HideTip('tt1502')" class=ISymbol>horizontalLayout</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.horizontalOffset" id=link1505 onMouseOver="ShowTip(event, 'tt1503', 'link1505')" onMouseOut="HideTip('tt1503')" class=ISymbol>horizontalOffset</a>, <span class=IParent>mxVertexHandler</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.hotspot" id=link1506 onMouseOver="ShowTip(event, 'tt1504', 'link1506')" onMouseOut="HideTip('tt1504')" class=ISymbol>hotspot</a>, <span class=IParent>mxCellMarker</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.hotspotEnabled" id=link1507 onMouseOver="ShowTip(event, 'tt1505', 'link1507')" onMouseOut="HideTip('tt1505')" class=ISymbol>hotspotEnabled</a>, <span class=IParent>mxCellMarker</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.htmlEntities" id=link1508 onMouseOver="ShowTip(event, 'tt1506', 'link1508')" onMouseOut="HideTip('tt1506')" class=ISymbol>htmlEntities</a>, <span class=IParent>mxUtils</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.htmlLabels" id=link1509 onMouseOver="ShowTip(event, 'tt1507', 'link1509')" onMouseOut="HideTip('tt1507')" class=ISymbol>htmlLabels</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.htmlPreview" id=link1510 onMouseOver="ShowTip(event, 'tt1508', 'link1510')" onMouseOut="HideTip('tt1508')" class=ISymbol>htmlPreview</a>, <span class=IParent>mxGraphHandler</span></td></tr></table> <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1448"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStencil.prototype.h0</td></tr></table></blockquote>Holds the height of the shape. </div></div><div class=CToolTip id="tt1449"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HANDLE_FILLCOLOR: '#00FF00'</td></tr></table></blockquote>Defines the color to be used for the handle fill color. </div></div><div class=CToolTip id="tt1450"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HANDLE_SIZE: 6</td></tr></table></blockquote>Defines the default size for handles. </div></div><div class=CToolTip id="tt1451"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HANDLE_STROKECOLOR: 'black'</td></tr></table></blockquote>Defines the color to be used for the handle stroke color. </div></div><div class=CToolTip id="tt1452"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEdgeHandler.prototype.handleImage</td></tr></table></blockquote>Optional mxImage to be used as handles. </div></div><div class=CToolTip id="tt1453"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.handleImage</td></tr></table></blockquote>Optional mxImage to be used as handles. </div></div><div class=CToolTip id="tt1454"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPanningManager.prototype.handleMouseOut</td></tr></table></blockquote>Specifies if mouse events outside of the component should be handled. </div></div><div class=CToolTip id="tt1455"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxDefaultKeyHandler.prototype.handler</td></tr></table></blockquote>Holds the mxKeyHandler for key event handling.</div></div><div class=CToolTip id="tt1456"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSelectionCellsHandler.prototype.handlers</td></tr></table></blockquote>mxDictionary that maps from cells to handlers.</div></div><div class=CToolTip id="tt1457"><div class=CFunction>Boolean specifying if the width should be updated.</div></div><div class=CToolTip id="tt1458"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCell.prototype.hasAttribute = function(</td><td class="PParameter prettyprint " nowrap>name</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the user object is an XML node that contains the given attribute.</div></div><div class=CToolTip id="tt1459"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHierarchyNode.prototype.hashCode</td></tr></table></blockquote>Assigns a unique hashcode for each node. </div></div><div class=CToolTip id="tt1460"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>hasScrollbars: function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the overflow CSS property of the given node is either scroll or auto.</div></div><div class=CToolTip id="tt1461"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.hasValidState = function()</td></tr></table></blockquote>Returns true if validState is not null.</div></div><div class=CToolTip id="tt1462"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.height</td></tr></table></blockquote>The height of this cell</div></div><div class=CToolTip id="tt1463"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxImage.prototype.height</td></tr></table></blockquote>Integer that specifies the height of the image.</div></div><div class=CToolTip id="tt1464"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxRectangle.prototype.height</td></tr></table></blockquote>Holds the height of the rectangle. </div></div><div class=CToolTip id="tt1465"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.help</td></tr></table></blockquote>Holds the mxWindow created in showHelp.</div></div><div class=CToolTip id="tt1466"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.helpResource</td></tr></table></blockquote>Specifies the resource key for the help window title. </div></div><div class=CToolTip id="tt1467"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.helpWidth</td></tr></table></blockquote>Specifies the width of the help window in pixels. </div></div><div class=CToolTip id="tt1468"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.helpWindowImage</td></tr></table></blockquote>Icon for the help window.</div></div><div class=CToolTip id="tt1469"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>HexagonPerimeter: function (</td><td class="PParameter prettyprint " nowrap>bounds,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>next,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>orthogonal</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Describes a hexagon perimeter. </div></div><div class=CToolTip id="tt1470"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellHighlight.prototype.hide = function()</td></tr></table></blockquote>Resets the state of the cell marker.</div></div><div class=CToolTip id="tt1471"><div class=CFunction>Hides all current guides.</div></div><div class=CToolTip id="tt1472"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hide = function()</td></tr></table></blockquote>Hides the tooltip and resets the timer.</div></div><div class=CToolTip id="tt1473"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.hide = function()</td></tr></table></blockquote>Hides the window.</div></div><div class=CToolTip id="tt1474"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HIDE: 'hide'</td></tr></table></blockquote>Specifies the event name for hide.</div></div><div class=CToolTip id="tt1475"><div class=CEvent>Fires after the window is hidden. </div></div><div class=CToolTip id="tt1476"><div class=CFunction>Shortcut to hideSizers.</div></div><div class=CToolTip id="tt1477"><div class=CFunction>Shortcut to hideSizers.</div></div><div class=CToolTip id="tt1478"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPopupMenu.prototype.hideMenu = function()</td></tr></table></blockquote>Removes the menu and all submenus.</div></div><div class=CToolTip id="tt1479"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hideOnHover</td></tr></table></blockquote>Specifies if the tooltip should be hidden if the mouse is moved over the current cell. </div></div><div class=CToolTip id="tt1480"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.hideProperties = function ()</td></tr></table></blockquote>Hides the properties dialog.</div></div><div class=CToolTip id="tt1481"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.hideSizers = function()</td></tr></table></blockquote>Hides all sizers except.</div></div><div class=CToolTip id="tt1482"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPopupMenu.prototype.hideSubmenu = function(</td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Removes all submenus inside the given parent.</div></div><div class=CToolTip id="tt1483"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hideTooltip = function()</td></tr></table></blockquote>Hides the tooltip.</div></div><div class=CToolTip id="tt1484"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HIGHLIGHT_COLOR: '#00FF00'</td></tr></table></blockquote>Defines the color to be used for the cell highlighting. </div></div><div class=CToolTip id="tt1485"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HIGHLIGHT_OPACITY: 100</td></tr></table></blockquote>Opacity (in %) used for the highlights (including outline). </div></div><div class=CToolTip id="tt1486"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HIGHLIGHT_STROKEWIDTH: 3</td></tr></table></blockquote>Defines the strokewidth to be used for the highlights. </div></div><div class=CToolTip id="tt1487"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxConstraintHandler.prototype.highlightColor</td></tr></table></blockquote>Specifies the color for the highlight. </div></div><div class=CToolTip id="tt1488"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxDragSource.prototype.highlightDropTargets</td></tr></table></blockquote>Specifies if drop targets should be highlighted. </div></div><div class=CToolTip id="tt1489"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHandler.prototype.highlightEnabled</td></tr></table></blockquote>Specifies if drop targets under the mouse should be enabled. </div></div><div class=CToolTip id="tt1490"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxUndoManager.prototype.history</td></tr></table></blockquote>Array that contains the steps of the command history.</div></div><div class=CToolTip id="tt1491"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototype.hitsSwimlaneContent = function(</td><td class="PParameter prettyprint " nowrap>swimlane,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the given coordinate pair is inside the content are of the given swimlane.</div></div><div class=CToolTip id="tt1492"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.home = function()</td></tr></table></blockquote>Uses the root of the model as the root of the displayed cell hierarchy and selects the previous root.</div></div><div class=CToolTip id="tt1493"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompactTreeLayout.prototype.horizontal</td></tr></table></blockquote>Specifies the orientation of the layout. </div></div><div class=CToolTip id="tt1494"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGuide.prototype.horizontal</td></tr></table></blockquote>Specifies if horizontal guides are enabled. </div></div><div class=CToolTip id="tt1495"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPartitionLayout.prototype.horizontal</td></tr></table></blockquote>Boolean indicating the direction in which the space is partitioned. </div></div><div class=CToolTip id="tt1496"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStackLayout.prototype.horizontal</td></tr></table></blockquote>Specifies the orientation of the layout. </div></div><div class=CToolTip id="tt1497"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneManager.prototype.horizontal</td></tr></table></blockquote>Specifies the orientation of the swimlanes. </div></div><div class=CToolTip id="tt1498"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.horizontalFlow</td></tr></table></blockquote>Specifies the direction of the flow in the diagram. </div></div><div class=CToolTip id="tt1499"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCompactTreeLayout.prototype.horizontalLayout = function(</td><td class="PParameter prettyprint " nowrap>node,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y0,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>bounds</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt1500"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.horizontalOffset</td></tr></table></blockquote>The horizontal offset for the handles. </div></div><div class=CToolTip id="tt1501"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.hotspot</td></tr></table></blockquote>Specifies the portion of the width and height that should trigger a highlight. </div></div><div class=CToolTip id="tt1502"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.hotspotEnabled</td></tr></table></blockquote>Specifies if the hotspot is enabled. </div></div><div class=CToolTip id="tt1503"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>htmlEntities: function(</td><td class="PParameter prettyprint " nowrap>s,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>newline</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces characters (less than, greater than, newlines and quotes) with their HTML entities in the given string and returns the result.</div></div><div class=CToolTip id="tt1504"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.htmlLabels</td></tr></table></blockquote>Specifies the return value for isHtmlLabel. </div></div><div class=CToolTip id="tt1505"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHandler.prototype.htmlPreview</td></tr></table></blockquote>Specifies if the graph container should be used for preview. </div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1451"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxStencil.prototype.h0</td></tr></table></blockquote>Holds the height of the shape. </div></div><div class=CToolTip id="tt1452"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HANDLE_FILLCOLOR: '#00FF00'</td></tr></table></blockquote>Defines the color to be used for the handle fill color. </div></div><div class=CToolTip id="tt1453"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HANDLE_SIZE: 6</td></tr></table></blockquote>Defines the default size for handles. </div></div><div class=CToolTip id="tt1454"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HANDLE_STROKECOLOR: 'black'</td></tr></table></blockquote>Defines the color to be used for the handle stroke color. </div></div><div class=CToolTip id="tt1455"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEdgeHandler.prototype.handleImage</td></tr></table></blockquote>Optional mxImage to be used as handles. </div></div><div class=CToolTip id="tt1456"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.handleImage</td></tr></table></blockquote>Optional mxImage to be used as handles. </div></div><div class=CToolTip id="tt1457"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPanningManager.prototype.handleMouseOut</td></tr></table></blockquote>Specifies if mouse events outside of the component should be handled. </div></div><div class=CToolTip id="tt1458"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxDefaultKeyHandler.prototype.handler</td></tr></table></blockquote>Holds the mxKeyHandler for key event handling.</div></div><div class=CToolTip id="tt1459"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSelectionCellsHandler.prototype.handlers</td></tr></table></blockquote>mxDictionary that maps from cells to handlers.</div></div><div class=CToolTip id="tt1460"><div class=CFunction>Boolean specifying if the width should be updated.</div></div><div class=CToolTip id="tt1461"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCell.prototype.hasAttribute = function(</td><td class="PParameter prettyprint " nowrap>name</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the user object is an XML node that contains the given attribute.</div></div><div class=CToolTip id="tt1462"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHierarchyNode.prototype.hashCode</td></tr></table></blockquote>Assigns a unique hashcode for each node. </div></div><div class=CToolTip id="tt1463"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>hasScrollbars: function(</td><td class="PParameter prettyprint " nowrap>node</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Returns true if the overflow CSS property of the given node is either scroll or auto.</div></div><div class=CToolTip id="tt1464"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.hasValidState = function()</td></tr></table></blockquote>Returns true if validState is not null.</div></div><div class=CToolTip id="tt1465"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphAbstractHierarchyCell.prototype.height</td></tr></table></blockquote>The height of this cell</div></div><div class=CToolTip id="tt1466"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxImage.prototype.height</td></tr></table></blockquote>Integer that specifies the height of the image.</div></div><div class=CToolTip id="tt1467"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxRectangle.prototype.height</td></tr></table></blockquote>Holds the height of the rectangle. </div></div><div class=CToolTip id="tt1468"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.help</td></tr></table></blockquote>Holds the mxWindow created in showHelp.</div></div><div class=CToolTip id="tt1469"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.helpResource</td></tr></table></blockquote>Specifies the resource key for the help window title. </div></div><div class=CToolTip id="tt1470"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.helpWidth</td></tr></table></blockquote>Specifies the width of the help window in pixels. </div></div><div class=CToolTip id="tt1471"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.helpWindowImage</td></tr></table></blockquote>Icon for the help window.</div></div><div class=CToolTip id="tt1472"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>HexagonPerimeter: function (</td><td class="PParameter prettyprint " nowrap>bounds,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>vertex,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>next,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>orthogonal</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Describes a hexagon perimeter. </div></div><div class=CToolTip id="tt1473"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellHighlight.prototype.hide = function()</td></tr></table></blockquote>Resets the state of the cell marker.</div></div><div class=CToolTip id="tt1474"><div class=CFunction>Hides all current guides.</div></div><div class=CToolTip id="tt1475"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hide = function()</td></tr></table></blockquote>Hides the tooltip and resets the timer.</div></div><div class=CToolTip id="tt1476"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.hide = function()</td></tr></table></blockquote>Hides the window.</div></div><div class=CToolTip id="tt1477"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HIDE: 'hide'</td></tr></table></blockquote>Specifies the event name for hide.</div></div><div class=CToolTip id="tt1478"><div class=CEvent>Fires after the window is hidden. </div></div><div class=CToolTip id="tt1479"><div class=CFunction>Shortcut to hideSizers.</div></div><div class=CToolTip id="tt1480"><div class=CFunction>Shortcut to hideSizers.</div></div><div class=CToolTip id="tt1481"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxPopupMenu.prototype.hideMenu = function()</td></tr></table></blockquote>Removes the menu and all submenus.</div></div><div class=CToolTip id="tt1482"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hideOnHover</td></tr></table></blockquote>Specifies if the tooltip should be hidden if the mouse is moved over the current cell. </div></div><div class=CToolTip id="tt1483"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.hideProperties = function ()</td></tr></table></blockquote>Hides the properties dialog.</div></div><div class=CToolTip id="tt1484"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.hideSizers = function()</td></tr></table></blockquote>Hides all sizers except.</div></div><div class=CToolTip id="tt1485"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxPopupMenu.prototype.hideSubmenu = function(</td><td class="PParameter prettyprint " nowrap>parent</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote>Removes all submenus inside the given parent.</div></div><div class=CToolTip id="tt1486"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTooltipHandler.prototype.hideTooltip = function()</td></tr></table></blockquote>Hides the tooltip.</div></div><div class=CToolTip id="tt1487"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HIGHLIGHT_COLOR: '#00FF00'</td></tr></table></blockquote>Defines the color to be used for the cell highlighting. </div></div><div class=CToolTip id="tt1488"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HIGHLIGHT_OPACITY: 100</td></tr></table></blockquote>Opacity (in %) used for the highlights (including outline). </div></div><div class=CToolTip id="tt1489"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">HIGHLIGHT_STROKEWIDTH: 3</td></tr></table></blockquote>Defines the strokewidth to be used for the highlights. </div></div><div class=CToolTip id="tt1490"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxConstraintHandler.prototype.highlightColor</td></tr></table></blockquote>Specifies the color for the highlight. </div></div><div class=CToolTip id="tt1491"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxDragSource.prototype.highlightDropTargets</td></tr></table></blockquote>Specifies if drop targets should be highlighted. </div></div><div class=CToolTip id="tt1492"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHandler.prototype.highlightEnabled</td></tr></table></blockquote>Specifies if drop targets under the mouse should be enabled. </div></div><div class=CToolTip id="tt1493"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxUndoManager.prototype.history</td></tr></table></blockquote>Array that contains the steps of the command history.</div></div><div class=CToolTip id="tt1494"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxGraph.prototy ... [truncated]
docs/js-api/index/General9.html+2 −2 modifieddocs/js-api/index/Variables16.html+1 −1 modified@@ -17,7 +17,7 @@ <!--START_ND_TOOLTIPS--> -<div class=CToolTip id="tt1256"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VALID_COLOR: '#00FF00'</td></tr></table></blockquote>Defines the color to be used for the coloring valid connection previews. </div></div><div class=CToolTip id="tt1257"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.validating</td></tr></table></blockquote>Specifies if mxGraph.validateGraph should automatically be invoked after each change. </div></div><div class=CToolTip id="tt1258"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.validColor</td></tr></table></blockquote>Holds the valid marker color.</div></div><div class=CToolTip id="tt1259"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMultiplicity.prototype.validNeighbors</td></tr></table></blockquote>Holds an array of strings that specify the type of neighbor for which this rule applies. </div></div><div class=CToolTip id="tt1260"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMultiplicity.prototype.validNeighborsAllowed</td></tr></table></blockquote>Boolean indicating if the list of validNeighbors are those that are allowed for this rule or those that are not allowed for this rule.</div></div><div class=CToolTip id="tt1261"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.validState</td></tr></table></blockquote>Holds the marked mxCellState if it is valid.</div></div><div class=CToolTip id="tt1262"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCell.prototype.value</td></tr></table></blockquote>Holds the user object. </div></div><div class=CToolTip id="tt1263"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMultiplicity.prototype.value</td></tr></table></blockquote>Optional string that specifies the value of the attribute to be passed to mxUtils.isNode to check if the rule applies to a cell.</div></div><div class=CToolTip id="tt1264"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">values: []</td></tr></table></blockquote>Maps from strings to objects.</div></div><div class=CToolTip id="tt1265"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERSION: '3.7.5'</td></tr></table></blockquote>Contains the current version of the mxGraph library. </div></div><div class=CToolTip id="tt1266"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCell.prototype.vertex</td></tr></table></blockquote>Specifies whether the cell is a vertex. </div></div><div class=CToolTip id="tt1267"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERTEX_SELECTION_COLOR: '#00FF00'</td></tr></table></blockquote>Defines the color to be used for the selection border of vertices. </div></div><div class=CToolTip id="tt1268"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERTEX_SELECTION_STROKEWIDTH: 1</td></tr></table></blockquote>Defines the strokewidth to be used for vertex selections. </div></div><div class=CToolTip id="tt1269"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxFastOrganicLayout.prototype.vertexArray</td></tr></table></blockquote>An array of all vertices to be laid out.</div></div><div class=CToolTip id="tt1270"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.vertexLabelsMovable</td></tr></table></blockquote>Specifies the return value for vertices in isLabelMovable. </div></div><div class=CToolTip id="tt1271"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHierarchyModel.prototype.vertexMapper</td></tr></table></blockquote>Map from graph vertices to internal model nodes.</div></div><div class=CToolTip id="tt1272"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneModel.prototype.vertexMapper</td></tr></table></blockquote>Map from graph vertices to internal model nodes.</div></div><div class=CToolTip id="tt1273"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGuide.prototype.vertical</td></tr></table></blockquote>Specifies if vertical guides are enabled. </div></div><div class=CToolTip id="tt1274"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellOverlay.prototype.verticalAlign</td></tr></table></blockquote>Holds the vertical alignment for the overlay. </div></div><div class=CToolTip id="tt1275"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.verticalOffset</td></tr></table></blockquote>The horizontal offset for the handles. </div></div><div class=CToolTip id="tt1276"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxText.prototype.verticalTextRotation</td></tr></table></blockquote>Rotation for vertical text. </div></div><div class=CToolTip id="tt1277"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellState.prototype.view</td></tr></table></blockquote>Reference to the enclosing mxGraphView.</div></div><div class=CToolTip id="tt1278"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.view</td></tr></table></blockquote>Holds the mxGraphView that caches the mxCellStates for the cells.</div></div><div class=CToolTip id="tt1279"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.view</td></tr></table></blockquote>Holds the width of the rectangle. </div></div><div class=CToolTip id="tt1280"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VIRTUAL_HANDLE: -100000</td></tr></table></blockquote>Start index for the virtual handles in an mxMouseEvent. </div></div><div class=CToolTip id="tt1281"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEdgeHandler.prototype.virtualBendOpacity</td></tr></table></blockquote>Opacity to be used for virtual bends (see virtualBendsEnabled). </div></div><div class=CToolTip id="tt1282"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEdgeHandler.prototype.virtualBendsEnabled</td></tr></table></blockquote>Specifies if virtual bends should be added in the center of each segments. </div></div><div class=CToolTip id="tt1283"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCell.prototype.visible</td></tr></table></blockquote>Specifies whether the cell is visible. </div></div><div class=CToolTip id="tt1284"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxShape.prototype.visible</td></tr></table></blockquote>Specifies if the shape is visible. </div></div><div class=CToolTip id="tt1285"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.visible</td></tr></table></blockquote>Boolean flag that represents the visible state of the window.</div></div><div class=CToolTip id="tt1286"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellState.prototype.visibleSourceState</td></tr></table></blockquote>Caches the visible source terminal state.</div></div><div class=CToolTip id="tt1287"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellState.prototype.visibleTargetState</td></tr></table></blockquote>Caches the visible target terminal state.</div></div><div class=CToolTip id="tt1288"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompactTreeLayout.prototype.visited</td></tr></table></blockquote>Specifies if the tree should be moved to the top, left corner if it is inside a top-level layer. </div></div><div class=CToolTip id="tt1289"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WeightedCellSorter.prototype.visited</td></tr></table></blockquote>Whether or not this cell has been visited in the current assignment.</div></div><div class=CToolTip id="tt1290"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VML_PREFIX: 'v'</td></tr></table></blockquote>Prefix for VML namespace in node names. </div></div><div class=CToolTip id="tt1291"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VML_SHADOWCOLOR: 'gray'</td></tr></table></blockquote>Used for shadow color in filters where transparency is not supported (Microsoft Internet Explorer). </div></div><div class=CToolTip id="tt1292"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxDoubleEllipse.prototype.vmlScale</td></tr></table></blockquote>Scale for improving the precision of VML rendering. </div></div><div class=CToolTip id="tt1293"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxShape.prototype.vmlScale</td></tr></table></blockquote>Scale for improving the precision of VML rendering. </div></div><div class=CToolTip id="tt1294"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVmlCanvas2D.prototype.vmlScale</td></tr></table></blockquote>Specifies the scale used to draw VML shapes.</div></div><!--END_ND_TOOLTIPS--> +<div class=CToolTip id="tt1256"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VALID_COLOR: '#00FF00'</td></tr></table></blockquote>Defines the color to be used for the coloring valid connection previews. </div></div><div class=CToolTip id="tt1257"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEditor.prototype.validating</td></tr></table></blockquote>Specifies if mxGraph.validateGraph should automatically be invoked after each change. </div></div><div class=CToolTip id="tt1258"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.validColor</td></tr></table></blockquote>Holds the valid marker color.</div></div><div class=CToolTip id="tt1259"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMultiplicity.prototype.validNeighbors</td></tr></table></blockquote>Holds an array of strings that specify the type of neighbor for which this rule applies. </div></div><div class=CToolTip id="tt1260"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMultiplicity.prototype.validNeighborsAllowed</td></tr></table></blockquote>Boolean indicating if the list of validNeighbors are those that are allowed for this rule or those that are not allowed for this rule.</div></div><div class=CToolTip id="tt1261"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellMarker.prototype.validState</td></tr></table></blockquote>Holds the marked mxCellState if it is valid.</div></div><div class=CToolTip id="tt1262"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCell.prototype.value</td></tr></table></blockquote>Holds the user object. </div></div><div class=CToolTip id="tt1263"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxMultiplicity.prototype.value</td></tr></table></blockquote>Optional string that specifies the value of the attribute to be passed to mxUtils.isNode to check if the rule applies to a cell.</div></div><div class=CToolTip id="tt1264"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">values: []</td></tr></table></blockquote>Maps from strings to objects.</div></div><div class=CToolTip id="tt1265"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERSION: '3.7.6'</td></tr></table></blockquote>Contains the current version of the mxGraph library. </div></div><div class=CToolTip id="tt1266"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCell.prototype.vertex</td></tr></table></blockquote>Specifies whether the cell is a vertex. </div></div><div class=CToolTip id="tt1267"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERTEX_SELECTION_COLOR: '#00FF00'</td></tr></table></blockquote>Defines the color to be used for the selection border of vertices. </div></div><div class=CToolTip id="tt1268"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VERTEX_SELECTION_STROKEWIDTH: 1</td></tr></table></blockquote>Defines the strokewidth to be used for vertex selections. </div></div><div class=CToolTip id="tt1269"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxFastOrganicLayout.prototype.vertexArray</td></tr></table></blockquote>An array of all vertices to be laid out.</div></div><div class=CToolTip id="tt1270"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.vertexLabelsMovable</td></tr></table></blockquote>Specifies the return value for vertices in isLabelMovable. </div></div><div class=CToolTip id="tt1271"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraphHierarchyModel.prototype.vertexMapper</td></tr></table></blockquote>Map from graph vertices to internal model nodes.</div></div><div class=CToolTip id="tt1272"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxSwimlaneModel.prototype.vertexMapper</td></tr></table></blockquote>Map from graph vertices to internal model nodes.</div></div><div class=CToolTip id="tt1273"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGuide.prototype.vertical</td></tr></table></blockquote>Specifies if vertical guides are enabled. </div></div><div class=CToolTip id="tt1274"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellOverlay.prototype.verticalAlign</td></tr></table></blockquote>Holds the vertical alignment for the overlay. </div></div><div class=CToolTip id="tt1275"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVertexHandler.prototype.verticalOffset</td></tr></table></blockquote>The horizontal offset for the handles. </div></div><div class=CToolTip id="tt1276"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxText.prototype.verticalTextRotation</td></tr></table></blockquote>Rotation for vertical text. </div></div><div class=CToolTip id="tt1277"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellState.prototype.view</td></tr></table></blockquote>Reference to the enclosing mxGraphView.</div></div><div class=CToolTip id="tt1278"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxGraph.prototype.view</td></tr></table></blockquote>Holds the mxGraphView that caches the mxCellStates for the cells.</div></div><div class=CToolTip id="tt1279"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxTemporaryCellStates.prototype.view</td></tr></table></blockquote>Holds the width of the rectangle. </div></div><div class=CToolTip id="tt1280"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VIRTUAL_HANDLE: -100000</td></tr></table></blockquote>Start index for the virtual handles in an mxMouseEvent. </div></div><div class=CToolTip id="tt1281"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEdgeHandler.prototype.virtualBendOpacity</td></tr></table></blockquote>Opacity to be used for virtual bends (see virtualBendsEnabled). </div></div><div class=CToolTip id="tt1282"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxEdgeHandler.prototype.virtualBendsEnabled</td></tr></table></blockquote>Specifies if virtual bends should be added in the center of each segments. </div></div><div class=CToolTip id="tt1283"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCell.prototype.visible</td></tr></table></blockquote>Specifies whether the cell is visible. </div></div><div class=CToolTip id="tt1284"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxShape.prototype.visible</td></tr></table></blockquote>Specifies if the shape is visible. </div></div><div class=CToolTip id="tt1285"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxWindow.prototype.visible</td></tr></table></blockquote>Boolean flag that represents the visible state of the window.</div></div><div class=CToolTip id="tt1286"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellState.prototype.visibleSourceState</td></tr></table></blockquote>Caches the visible source terminal state.</div></div><div class=CToolTip id="tt1287"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCellState.prototype.visibleTargetState</td></tr></table></blockquote>Caches the visible target terminal state.</div></div><div class=CToolTip id="tt1288"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxCompactTreeLayout.prototype.visited</td></tr></table></blockquote>Specifies if the tree should be moved to the top, left corner if it is inside a top-level layer. </div></div><div class=CToolTip id="tt1289"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">WeightedCellSorter.prototype.visited</td></tr></table></blockquote>Whether or not this cell has been visited in the current assignment.</div></div><div class=CToolTip id="tt1290"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VML_PREFIX: 'v'</td></tr></table></blockquote>Prefix for VML namespace in node names. </div></div><div class=CToolTip id="tt1291"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">VML_SHADOWCOLOR: 'gray'</td></tr></table></blockquote>Used for shadow color in filters where transparency is not supported (Microsoft Internet Explorer). </div></div><div class=CToolTip id="tt1292"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxDoubleEllipse.prototype.vmlScale</td></tr></table></blockquote>Scale for improving the precision of VML rendering. </div></div><div class=CToolTip id="tt1293"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxShape.prototype.vmlScale</td></tr></table></blockquote>Scale for improving the precision of VML rendering. </div></div><div class=CToolTip id="tt1294"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td class="prettyprint">mxVmlCanvas2D.prototype.vmlScale</td></tr></table></blockquote>Specifies the scale used to draw VML shapes.</div></div><!--END_ND_TOOLTIPS--> <!--START_ND_TOOLTIPS-->
docs/js-api/javascript/searchdata.js+53 −53 modified@@ -1,8 +1,8 @@ var indexSectionsWithContent = { - "Files": { + "Cookies": { "Symbols": false, "Numbers": false, - "A": true, + "A": false, "B": false, "C": false, "D": false, @@ -29,7 +29,7 @@ var indexSectionsWithContent = { "Y": false, "Z": false }, - "Events": { + "General": { "Symbols": false, "Numbers": false, "A": true, @@ -40,24 +40,24 @@ var indexSectionsWithContent = { "F": true, "G": true, "H": true, - "I": false, - "J": false, - "K": false, + "I": true, + "J": true, + "K": true, "L": true, "M": true, "N": true, "O": true, "P": true, - "Q": false, + "Q": true, "R": true, "S": true, "T": true, "U": true, - "V": false, - "W": false, - "X": false, - "Y": false, - "Z": false + "V": true, + "W": true, + "X": true, + "Y": true, + "Z": true }, "Functions": { "Symbols": false, @@ -89,37 +89,7 @@ var indexSectionsWithContent = { "Y": false, "Z": true }, - "Cookies": { - "Symbols": false, - "Numbers": false, - "A": false, - "B": false, - "C": false, - "D": false, - "E": false, - "F": false, - "G": false, - "H": false, - "I": false, - "J": false, - "K": false, - "L": false, - "M": true, - "N": false, - "O": false, - "P": false, - "Q": false, - "R": false, - "S": false, - "T": false, - "U": false, - "V": false, - "W": false, - "X": false, - "Y": false, - "Z": false - }, - "General": { + "Variables": { "Symbols": false, "Numbers": false, "A": true, @@ -149,7 +119,7 @@ var indexSectionsWithContent = { "Y": true, "Z": true }, - "Variables": { + "Events": { "Symbols": false, "Numbers": false, "A": true, @@ -160,24 +130,24 @@ var indexSectionsWithContent = { "F": true, "G": true, "H": true, - "I": true, - "J": true, - "K": true, + "I": false, + "J": false, + "K": false, "L": true, "M": true, "N": true, "O": true, "P": true, - "Q": true, + "Q": false, "R": true, "S": true, "T": true, "U": true, - "V": true, - "W": true, - "X": true, - "Y": true, - "Z": true + "V": false, + "W": false, + "X": false, + "Y": false, + "Z": false }, "Classes": { "Symbols": false, @@ -208,5 +178,35 @@ var indexSectionsWithContent = { "X": false, "Y": false, "Z": false + }, + "Files": { + "Symbols": false, + "Numbers": false, + "A": true, + "B": false, + "C": false, + "D": false, + "E": false, + "F": false, + "G": false, + "H": false, + "I": false, + "J": false, + "K": false, + "L": false, + "M": true, + "N": false, + "O": false, + "P": false, + "Q": false, + "R": false, + "S": false, + "T": false, + "U": false, + "V": false, + "W": false, + "X": false, + "Y": false, + "Z": false } } \ No newline at end of file
docs/js-api/search/FunctionsC.html+1 −1 modifieddocs/js-api/search/FunctionsD.html+1 −1 modified@@ -11,7 +11,7 @@ -<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_dblClick><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.dblClick" target=_parent class=ISymbol>dblClick</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_debug><div class=IEntry><a href="../files/util/mxLog-js.html#mxLog.debug" target=_parent class=ISymbol>debug</a>, <span class=IParent>mxLog</span></div></div><div class=SRResult id=SR_decode><div class=IEntry><a href="javascript:searchResults.Toggle('SR_decode')" class=ISymbol>decode</a><div class=ISubIndex><a href="../files/io/mxCodec-js.html#mxCodec.decode" target=_parent class=IParent>mxCodec</a><a href="../files/io/mxDefaultKeyHandlerCodec-js.html#mxDefaultKeyHandlerCodec.decode" target=_parent class=IParent>mxDefaultKeyHandlerCodec</a><a href="../files/io/mxDefaultPopupMenuCodec-js.html#mxDefaultPopupMenuCodec.decode" target=_parent class=IParent>mxDefaultPopupMenuCodec</a><a href="../files/io/mxDefaultToolbarCodec-js.html#mxDefaultToolbarCodec.decode" target=_parent class=IParent>mxDefaultToolbarCodec</a><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decode" target=_parent class=IParent>mxObjectCodec</a><a href="../files/io/mxStylesheetCodec-js.html#mxStylesheetCodec.decode" target=_parent class=IParent>mxStylesheetCodec</a></div></div></div><div class=SRResult id=SR_decodeAttribute><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeAttribute" target=_parent class=ISymbol>decodeAttribute</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_decodeAttributes><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeAttributes" target=_parent class=ISymbol>decodeAttributes</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_decodeCell><div class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec.decodeCell" target=_parent class=ISymbol>decodeCell</a>, <span class=IParent>mxCodec</span></div></div><div class=SRResult id=SR_decodeChild><div class=IEntry><a href="javascript:searchResults.Toggle('SR_decodeChild')" class=ISymbol>decodeChild</a><div class=ISubIndex><a href="../files/io/mxEditorCodec-js.html#mxEditorCodec.decodeChild" target=_parent class=IParent>mxEditorCodec</a><a href="../files/io/mxModelCodec-js.html#mxModelCodec.decodeChild" target=_parent class=IParent>mxModelCodec</a><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeChild" target=_parent class=IParent>mxObjectCodec</a></div></div></div><div class=SRResult id=SR_decodeChildren><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeChildren" target=_parent class=ISymbol>decodeChildren</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_decodeNode><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeNode" target=_parent class=ISymbol>decodeNode</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_decodeRoot><div class=IEntry><a href="../files/io/mxModelCodec-js.html#mxModelCodec.decodeRoot" target=_parent class=ISymbol>decodeRoot</a>, <span class=IParent>mxModelCodec</span></div></div><div class=SRResult id=SR_decodeTemplates><div class=IEntry><a href="../files/io/mxEditorCodec-js.html#mxEditorCodec.decodeTemplates" target=_parent class=ISymbol>decodeTemplates</a>, <span class=IParent>mxEditorCodec</span></div></div><div class=SRResult id=SR_destroy><div class=IEntry><a href="javascript:searchResults.Toggle('SR_destroy')" class=ISymbol>destroy</a><div class=ISubIndex><a href="../files/util/mxAutoSaveManager-js.html#mxAutoSaveManager.destroy" target=_parent class=IParent>mxAutoSaveManager</a><a href="../files/view/mxCellEditor-js.html#mxCellEditor.destroy" target=_parent class=IParent>mxCellEditor</a><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.destroy" target=_parent class=IParent>mxCellHighlight</a><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.destroy" target=_parent class=IParent>mxCellMarker</a><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.destroy" target=_parent class=IParent>mxCellRenderer</a><a href="../files/view/mxCellState-js.html#mxCellState.destroy" target=_parent class=IParent>mxCellState</a><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.destroy" target=_parent class=IParent>mxCellTracker</a><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.destroy" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.destroy" target=_parent class=IParent>mxConstraintHandler</a><a href="../files/editor/mxDefaultKeyHandler-js.html#mxDefaultKeyHandler.destroy" target=_parent class=IParent>mxDefaultKeyHandler</a><a href="../files/editor/mxDefaultToolbar-js.html#mxDefaultToolbar.destroy" target=_parent class=IParent>mxDefaultToolbar</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.destroy" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/editor/mxEditor-js.html#mxEditor.destroy" target=_parent class=IParent>mxEditor</a><a href="../files/view/mxGraph-js.html#mxGraph.destroy" target=_parent class=IParent>mxGraph</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.destroy" target=_parent class=IParent>mxGraphHandler</a><a href="../files/view/mxGraphView-js.html#mxGraphView.destroy" target=_parent class=IParent>mxGraphView</a><a href="../files/util/mxGuide-js.html#mxGuide.destroy" target=_parent class=IParent>mxGuide</a><a href="../files/handler/mxHandle-js.html#mxHandle.destroy" target=_parent class=IParent>mxHandle</a><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.destroy" target=_parent class=IParent>mxKeyHandler</a><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.destroy" target=_parent class=IParent>mxLayoutManager</a><a href="../files/view/mxOutline-js.html#mxOutline.destroy" target=_parent class=IParent>mxOutline</a><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.destroy" target=_parent class=IParent>mxPanningHandler</a><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.destroy" target=_parent class=IParent>mxPopupMenu</a><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.destroy" target=_parent class=IParent>mxPopupMenuHandler</a><a href="../files/handler/mxRubberband-js.html#mxRubberband.destroy" target=_parent class=IParent>mxRubberband</a><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.destroy" target=_parent class=IParent>mxSelectionCellsHandler</a><a href="../files/shape/mxShape-js.html#mxShape.destroy" target=_parent class=IParent>mxShape</a><a href="../files/view/mxSwimlaneManager-js.html#mxSwimlaneManager.destroy" target=_parent class=IParent>mxSwimlaneManager</a><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.destroy" target=_parent class=IParent>mxTemporaryCellStates</a><a href="../files/util/mxToolbar-js.html#mxToolbar.destroy" target=_parent class=IParent>mxToolbar</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.destroy" target=_parent class=IParent>mxTooltipHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.destroy" target=_parent class=IParent>mxVertexHandler</a><a href="../files/util/mxWindow-js.html#mxWindow.destroy" target=_parent class=IParent>mxWindow</a></div></div></div><div class=SRResult id=SR_destroyBends><div class=IEntry><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.destroyBends" target=_parent class=ISymbol>destroyBends</a>, <span class=IParent>mxEdgeHandler</span></div></div><div class=SRResult id=SR_destroyCanvas><div class=IEntry><a href="../files/shape/mxShape-js.html#mxShape.destroyCanvas" target=_parent class=ISymbol>destroyCanvas</a>, <span class=IParent>mxShape</span></div></div><div class=SRResult id=SR_destroyFocusHighlight><div class=IEntry><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.destroyFocusHighlight" target=_parent class=ISymbol>destroyFocusHighlight</a>, <span class=IParent>mxConstraintHandler</span></div></div><div class=SRResult id=SR_destroyIcons><div class=IEntry><a href="javascript:searchResults.Toggle('SR_destroyIcons')" class=ISymbol>destroyIcons</a><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.destroyIcons" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.destroyIcons" target=_parent class=IParent>mxConstraintHandler</a></div></div></div><div class=SRResult id=SR_destroyShapes><div class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.destroyShapes" target=_parent class=ISymbol>destroyShapes</a>, <span class=IParent>mxGraphHandler</span></div></div><div class=SRResult id=SR_dfs><div class=IEntry><a href="javascript:searchResults.Toggle('SR_dfs')" class=ISymbol>dfs</a><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.dfs" target=_parent class=IParent>mxCompactTreeLayout</a><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel.dfs" target=_parent class=IParent>mxGraphHierarchyModel</a><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.dfs" target=_parent class=IParent>mxSwimlaneModel</a></div></div></div><div class=SRResult id=SR_die><div class=IEntry><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.die" target=_parent class=ISymbol>die</a>, <span class=IParent>mxUndoableEdit</span></div></div><div class=SRResult id=SR_disableContextMenu><div class=IEntry><a href="../files/util/mxEvent-js.html#mxEvent.disableContextMenu" target=_parent class=ISymbol>disableContextMenu</a>, <span class=IParent>mxEvent</span></div></div><div class=SRResult id=SR_disconnect><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxChildChange.disconnect" target=_parent class=ISymbol>disconnect</a>, <span class=IParent>mxChildChange</span></div></div><div class=SRResult id=SR_disconnectGraph><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.disconnectGraph" target=_parent class=ISymbol>disconnectGraph</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_dispose><div class=IEntry><a href="../files/mxClient-js.html#mxClient.dispose" target=_parent class=ISymbol>dispose</a>, <span class=IParent>mxClient</span></div></div><div class=SRResult id=SR_doResizeContainer><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.doResizeContainer" target=_parent class=ISymbol>doResizeContainer</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_dragEnter><div class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.dragEnter" target=_parent class=ISymbol>dragEnter</a>, <span class=IParent>mxDragSource</span></div></div><div class=SRResult id=SR_dragExit><div class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.dragExit" target=_parent class=ISymbol>dragExit</a>, <span class=IParent>mxDragSource</span></div></div><div class=SRResult id=SR_dragOver><div class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.dragOver" target=_parent class=ISymbol>dragOver</a>, <span class=IParent>mxDragSource</span></div></div><div class=SRResult id=SR_drawCellState><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.drawCellState" target=_parent class=ISymbol>drawCellState</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_drawChildren><div class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.drawChildren" target=_parent class=ISymbol>drawChildren</a>, <span class=IParent>mxStencil</span></div></div><div class=SRResult id=SR_drawHighlight><div class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.drawHighlight" target=_parent class=ISymbol>drawHighlight</a>, <span class=IParent>mxCellHighlight</span></div></div><div class=SRResult id=SR_drawNode><div class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.drawNode" target=_parent class=ISymbol>drawNode</a>, <span class=IParent>mxStencil</span></div></div><div class=SRResult id=SR_drawOverlays><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.drawOverlays" target=_parent class=ISymbol>drawOverlays</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_drawPreview><div class=IEntry><a href="javascript:searchResults.Toggle('SR_drawPreview')" class=ISymbol>drawPreview</a><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.drawPreview" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.drawPreview" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.drawPreview" target=_parent class=IParent>mxVertexHandler</a></div></div></div><div class=SRResult id=SR_drawShape><div class=IEntry><a href="javascript:searchResults.Toggle('SR_drawShape')" class=ISymbol>drawShape</a><div class=ISubIndex><a href="../files/util/mxImageExport-js.html#mxImageExport.drawShape" target=_parent class=IParent>mxImageExport</a><a href="../files/shape/mxStencil-js.html#mxStencil.drawShape" target=_parent class=IParent>mxStencil</a></div></div></div><div class=SRResult id=SR_drawState><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.drawState" target=_parent class=ISymbol>drawState</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_drawText><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.drawText" target=_parent class=ISymbol>drawText</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_drop><div class=IEntry><a href="javascript:searchResults.Toggle('SR_drop')" class=ISymbol>drop</a><div class=ISubIndex><a href="../files/editor/mxDefaultToolbar-js.html#mxDefaultToolbar.drop" target=_parent class=IParent>mxDefaultToolbar</a><a href="../files/util/mxDragSource-js.html#mxDragSource.drop" target=_parent class=IParent>mxDragSource</a></div></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!-- +<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_dblClick><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.dblClick" target=_parent class=ISymbol>dblClick</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_debug><div class=IEntry><a href="../files/util/mxLog-js.html#mxLog.debug" target=_parent class=ISymbol>debug</a>, <span class=IParent>mxLog</span></div></div><div class=SRResult id=SR_decode><div class=IEntry><a href="javascript:searchResults.Toggle('SR_decode')" class=ISymbol>decode</a><div class=ISubIndex><a href="../files/io/mxCodec-js.html#mxCodec.decode" target=_parent class=IParent>mxCodec</a><a href="../files/io/mxDefaultKeyHandlerCodec-js.html#mxDefaultKeyHandlerCodec.decode" target=_parent class=IParent>mxDefaultKeyHandlerCodec</a><a href="../files/io/mxDefaultPopupMenuCodec-js.html#mxDefaultPopupMenuCodec.decode" target=_parent class=IParent>mxDefaultPopupMenuCodec</a><a href="../files/io/mxDefaultToolbarCodec-js.html#mxDefaultToolbarCodec.decode" target=_parent class=IParent>mxDefaultToolbarCodec</a><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decode" target=_parent class=IParent>mxObjectCodec</a><a href="../files/io/mxStylesheetCodec-js.html#mxStylesheetCodec.decode" target=_parent class=IParent>mxStylesheetCodec</a></div></div></div><div class=SRResult id=SR_decodeAttribute><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeAttribute" target=_parent class=ISymbol>decodeAttribute</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_decodeAttributes><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeAttributes" target=_parent class=ISymbol>decodeAttributes</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_decodeCell><div class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec.decodeCell" target=_parent class=ISymbol>decodeCell</a>, <span class=IParent>mxCodec</span></div></div><div class=SRResult id=SR_decodeChild><div class=IEntry><a href="javascript:searchResults.Toggle('SR_decodeChild')" class=ISymbol>decodeChild</a><div class=ISubIndex><a href="../files/io/mxEditorCodec-js.html#mxEditorCodec.decodeChild" target=_parent class=IParent>mxEditorCodec</a><a href="../files/io/mxModelCodec-js.html#mxModelCodec.decodeChild" target=_parent class=IParent>mxModelCodec</a><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeChild" target=_parent class=IParent>mxObjectCodec</a></div></div></div><div class=SRResult id=SR_decodeChildren><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeChildren" target=_parent class=ISymbol>decodeChildren</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_decodeNode><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.decodeNode" target=_parent class=ISymbol>decodeNode</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_decodeRoot><div class=IEntry><a href="../files/io/mxModelCodec-js.html#mxModelCodec.decodeRoot" target=_parent class=ISymbol>decodeRoot</a>, <span class=IParent>mxModelCodec</span></div></div><div class=SRResult id=SR_decodeTemplates><div class=IEntry><a href="../files/io/mxEditorCodec-js.html#mxEditorCodec.decodeTemplates" target=_parent class=ISymbol>decodeTemplates</a>, <span class=IParent>mxEditorCodec</span></div></div><div class=SRResult id=SR_destroy><div class=IEntry><a href="javascript:searchResults.Toggle('SR_destroy')" class=ISymbol>destroy</a><div class=ISubIndex><a href="../files/util/mxAutoSaveManager-js.html#mxAutoSaveManager.destroy" target=_parent class=IParent>mxAutoSaveManager</a><a href="../files/view/mxCellEditor-js.html#mxCellEditor.destroy" target=_parent class=IParent>mxCellEditor</a><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.destroy" target=_parent class=IParent>mxCellHighlight</a><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.destroy" target=_parent class=IParent>mxCellMarker</a><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.destroy" target=_parent class=IParent>mxCellRenderer</a><a href="../files/view/mxCellState-js.html#mxCellState.destroy" target=_parent class=IParent>mxCellState</a><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.destroy" target=_parent class=IParent>mxCellTracker</a><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.destroy" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.destroy" target=_parent class=IParent>mxConstraintHandler</a><a href="../files/editor/mxDefaultKeyHandler-js.html#mxDefaultKeyHandler.destroy" target=_parent class=IParent>mxDefaultKeyHandler</a><a href="../files/editor/mxDefaultToolbar-js.html#mxDefaultToolbar.destroy" target=_parent class=IParent>mxDefaultToolbar</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.destroy" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/editor/mxEditor-js.html#mxEditor.destroy" target=_parent class=IParent>mxEditor</a><a href="../files/view/mxGraph-js.html#mxGraph.destroy" target=_parent class=IParent>mxGraph</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.destroy" target=_parent class=IParent>mxGraphHandler</a><a href="../files/view/mxGraphView-js.html#mxGraphView.destroy" target=_parent class=IParent>mxGraphView</a><a href="../files/util/mxGuide-js.html#mxGuide.destroy" target=_parent class=IParent>mxGuide</a><a href="../files/handler/mxHandle-js.html#mxHandle.destroy" target=_parent class=IParent>mxHandle</a><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.destroy" target=_parent class=IParent>mxKeyHandler</a><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.destroy" target=_parent class=IParent>mxLayoutManager</a><a href="../files/view/mxOutline-js.html#mxOutline.destroy" target=_parent class=IParent>mxOutline</a><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.destroy" target=_parent class=IParent>mxPanningHandler</a><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.destroy" target=_parent class=IParent>mxPopupMenu</a><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.destroy" target=_parent class=IParent>mxPopupMenuHandler</a><a href="../files/handler/mxRubberband-js.html#mxRubberband.destroy" target=_parent class=IParent>mxRubberband</a><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.destroy" target=_parent class=IParent>mxSelectionCellsHandler</a><a href="../files/shape/mxShape-js.html#mxShape.destroy" target=_parent class=IParent>mxShape</a><a href="../files/view/mxSwimlaneManager-js.html#mxSwimlaneManager.destroy" target=_parent class=IParent>mxSwimlaneManager</a><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.destroy" target=_parent class=IParent>mxTemporaryCellStates</a><a href="../files/util/mxToolbar-js.html#mxToolbar.destroy" target=_parent class=IParent>mxToolbar</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.destroy" target=_parent class=IParent>mxTooltipHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.destroy" target=_parent class=IParent>mxVertexHandler</a><a href="../files/util/mxWindow-js.html#mxWindow.destroy" target=_parent class=IParent>mxWindow</a></div></div></div><div class=SRResult id=SR_destroyBends><div class=IEntry><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.destroyBends" target=_parent class=ISymbol>destroyBends</a>, <span class=IParent>mxEdgeHandler</span></div></div><div class=SRResult id=SR_destroyCanvas><div class=IEntry><a href="../files/shape/mxShape-js.html#mxShape.destroyCanvas" target=_parent class=ISymbol>destroyCanvas</a>, <span class=IParent>mxShape</span></div></div><div class=SRResult id=SR_destroyFocusHighlight><div class=IEntry><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.destroyFocusHighlight" target=_parent class=ISymbol>destroyFocusHighlight</a>, <span class=IParent>mxConstraintHandler</span></div></div><div class=SRResult id=SR_destroyIcons><div class=IEntry><a href="javascript:searchResults.Toggle('SR_destroyIcons')" class=ISymbol>destroyIcons</a><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.destroyIcons" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.destroyIcons" target=_parent class=IParent>mxConstraintHandler</a></div></div></div><div class=SRResult id=SR_destroyShapes><div class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.destroyShapes" target=_parent class=ISymbol>destroyShapes</a>, <span class=IParent>mxGraphHandler</span></div></div><div class=SRResult id=SR_dfs><div class=IEntry><a href="javascript:searchResults.Toggle('SR_dfs')" class=ISymbol>dfs</a><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.dfs" target=_parent class=IParent>mxCompactTreeLayout</a><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel.dfs" target=_parent class=IParent>mxGraphHierarchyModel</a><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.dfs" target=_parent class=IParent>mxSwimlaneModel</a></div></div></div><div class=SRResult id=SR_die><div class=IEntry><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.die" target=_parent class=ISymbol>die</a>, <span class=IParent>mxUndoableEdit</span></div></div><div class=SRResult id=SR_disableContextMenu><div class=IEntry><a href="../files/util/mxEvent-js.html#mxEvent.disableContextMenu" target=_parent class=ISymbol>disableContextMenu</a>, <span class=IParent>mxEvent</span></div></div><div class=SRResult id=SR_disconnect><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxChildChange.disconnect" target=_parent class=ISymbol>disconnect</a>, <span class=IParent>mxChildChange</span></div></div><div class=SRResult id=SR_disconnectGraph><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.disconnectGraph" target=_parent class=ISymbol>disconnectGraph</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_dispose><div class=IEntry><a href="../files/mxClient-js.html#mxClient.dispose" target=_parent class=ISymbol>dispose</a>, <span class=IParent>mxClient</span></div></div><div class=SRResult id=SR_doRedrawShape><div class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.doRedrawShape" target=_parent class=ISymbol>doRedrawShape</a>, <span class=IParent>mxCellRenderer</span></div></div><div class=SRResult id=SR_doResizeContainer><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.doResizeContainer" target=_parent class=ISymbol>doResizeContainer</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_dragEnter><div class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.dragEnter" target=_parent class=ISymbol>dragEnter</a>, <span class=IParent>mxDragSource</span></div></div><div class=SRResult id=SR_dragExit><div class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.dragExit" target=_parent class=ISymbol>dragExit</a>, <span class=IParent>mxDragSource</span></div></div><div class=SRResult id=SR_dragOver><div class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.dragOver" target=_parent class=ISymbol>dragOver</a>, <span class=IParent>mxDragSource</span></div></div><div class=SRResult id=SR_drawCellState><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.drawCellState" target=_parent class=ISymbol>drawCellState</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_drawChildren><div class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.drawChildren" target=_parent class=ISymbol>drawChildren</a>, <span class=IParent>mxStencil</span></div></div><div class=SRResult id=SR_drawHighlight><div class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.drawHighlight" target=_parent class=ISymbol>drawHighlight</a>, <span class=IParent>mxCellHighlight</span></div></div><div class=SRResult id=SR_drawNode><div class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.drawNode" target=_parent class=ISymbol>drawNode</a>, <span class=IParent>mxStencil</span></div></div><div class=SRResult id=SR_drawOverlays><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.drawOverlays" target=_parent class=ISymbol>drawOverlays</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_drawPreview><div class=IEntry><a href="javascript:searchResults.Toggle('SR_drawPreview')" class=ISymbol>drawPreview</a><div class=ISubIndex><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.drawPreview" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.drawPreview" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.drawPreview" target=_parent class=IParent>mxVertexHandler</a></div></div></div><div class=SRResult id=SR_drawShape><div class=IEntry><a href="javascript:searchResults.Toggle('SR_drawShape')" class=ISymbol>drawShape</a><div class=ISubIndex><a href="../files/util/mxImageExport-js.html#mxImageExport.drawShape" target=_parent class=IParent>mxImageExport</a><a href="../files/shape/mxStencil-js.html#mxStencil.drawShape" target=_parent class=IParent>mxStencil</a></div></div></div><div class=SRResult id=SR_drawState><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.drawState" target=_parent class=ISymbol>drawState</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_drawText><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.drawText" target=_parent class=ISymbol>drawText</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_drop><div class=IEntry><a href="javascript:searchResults.Toggle('SR_drop')" class=ISymbol>drop</a><div class=ISubIndex><a href="../files/editor/mxDefaultToolbar-js.html#mxDefaultToolbar.drop" target=_parent class=IParent>mxDefaultToolbar</a><a href="../files/util/mxDragSource-js.html#mxDragSource.drop" target=_parent class=IParent>mxDragSource</a></div></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults", "HTML");
docs/js-api/search/FunctionsG.html+1 −1 modifieddocs/js-api/search/FunctionsM.html+1 −1 modified@@ -11,7 +11,7 @@ -<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_makeDraggable><div class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.makeDraggable" target=_parent class=ISymbol>makeDraggable</a>, <span class=IParent>mxUtils</span></div></div><div class=SRResult id=SR_map><div class=IEntry><a href="../files/util/mxDictionary-js.html#mxDictionary.map" target=_parent class=ISymbol>map</a>, <span class=IParent>mxDictionary</span></div></div><div class=SRResult id=SR_mark><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mark')" class=ISymbol>mark</a><div class=ISubIndex><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.mark" target=_parent class=IParent>mxCellHighlight</a><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.mark" target=_parent class=IParent>mxCellMarker</a></div></div></div><div class=SRResult id=SR_markCell><div class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.markCell" target=_parent class=ISymbol>markCell</a>, <span class=IParent>mxCellMarker</span></div></div><div class=SRResult id=SR_maxChainDfs><div class=IEntry><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.maxChainDfs" target=_parent class=ISymbol>maxChainDfs</a>, <span class=IParent>mxSwimlaneModel</span></div></div><div class=SRResult id=SR_MedianCellSorter><div class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#MedianCellSorter.MedianCellSorter" target=_parent class=ISymbol>MedianCellSorter</a>, <span class=IParent>MedianCellSorter</span></div></div><div class=SRResult id=SR_medianPos><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.medianPos" target=_parent class=ISymbol>medianPos</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_medianRank><div class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.medianRank" target=_parent class=ISymbol>medianRank</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></div></div><div class=SRResult id=SR_medianValue><div class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.medianValue" target=_parent class=ISymbol>medianValue</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></div></div><div class=SRResult id=SR_medianXValue><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.medianXValue" target=_parent class=ISymbol>medianXValue</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_merge><div class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.merge" target=_parent class=ISymbol>merge</a>, <span class=IParent>mxCompactTreeLayout</span></div></div><div class=SRResult id=SR_mergeChildren><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.mergeChildren" target=_parent class=ISymbol>mergeChildren</a>, <span class=IParent>mxGraphModel</span></div></div><div class=SRResult id=SR_minNode><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.minNode" target=_parent class=ISymbol>minNode</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_minPath><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.minPath" target=_parent class=ISymbol>minPath</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_mixedModeHtml><div class=IEntry><a href="../files/shape/mxShape-js.html#mxShape.mixedModeHtml" target=_parent class=ISymbol>mixedModeHtml</a>, <span class=IParent>mxShape</span></div></div><div class=SRResult id=SR_mod><div class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.mod" target=_parent class=ISymbol>mod</a>, <span class=IParent>mxUtils</span></div></div><div class=SRResult id=SR_mouseDown><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mouseDown')" class=ISymbol>mouseDown</a><div class=ISubIndex><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.mouseDown" target=_parent class=IParent>mxCellTracker</a><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.mouseDown" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/util/mxDragSource-js.html#mxDragSource.mouseDown" target=_parent class=IParent>mxDragSource</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.mouseDown" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.mouseDown" target=_parent class=IParent>mxGraphHandler</a><a href="../files/view/mxOutline-js.html#mxOutline.mouseDown" target=_parent class=IParent>mxOutline</a><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.mouseDown" target=_parent class=IParent>mxPanningHandler</a><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.mouseDown" target=_parent class=IParent>mxPopupMenuHandler</a><a href="../files/handler/mxRubberband-js.html#mxRubberband.mouseDown" target=_parent class=IParent>mxRubberband</a><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.mouseDown" target=_parent class=IParent>mxSelectionCellsHandler</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.mouseDown" target=_parent class=IParent>mxTooltipHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.mouseDown" target=_parent class=IParent>mxVertexHandler</a></div></div></div><div class=SRResult id=SR_mouseMove><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mouseMove')" class=ISymbol>mouseMove</a><div class=ISubIndex><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.mouseMove" target=_parent class=IParent>mxCellTracker</a><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.mouseMove" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/util/mxDragSource-js.html#mxDragSource.mouseMove" target=_parent class=IParent>mxDragSource</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.mouseMove" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.mouseMove" target=_parent class=IParent>mxGraphHandler</a><a href="../files/view/mxOutline-js.html#mxOutline.mouseMove" target=_parent class=IParent>mxOutline</a><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.mouseMove" target=_parent class=IParent>mxPanningHandler</a><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.mouseMove" target=_parent class=IParent>mxPopupMenuHandler</a><a href="../files/handler/mxRubberband-js.html#mxRubberband.mouseMove" target=_parent class=IParent>mxRubberband</a><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.mouseMove" target=_parent class=IParent>mxSelectionCellsHandler</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.mouseMove" target=_parent class=IParent>mxTooltipHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.mouseMove" target=_parent class=IParent>mxVertexHandler</a></div></div></div><div class=SRResult id=SR_mouseUp><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mouseUp')" class=ISymbol>mouseUp</a><div class=ISubIndex><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.mouseUp" target=_parent class=IParent>mxCellTracker</a><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.mouseUp" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/util/mxDragSource-js.html#mxDragSource.mouseUp" target=_parent class=IParent>mxDragSource</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.mouseUp" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.mouseUp" target=_parent class=IParent>mxGraphHandler</a><a href="../files/view/mxOutline-js.html#mxOutline.mouseUp" target=_parent class=IParent>mxOutline</a><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.mouseUp" target=_parent class=IParent>mxPanningHandler</a><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.mouseUp" target=_parent class=IParent>mxPopupMenuHandler</a><a href="../files/handler/mxRubberband-js.html#mxRubberband.mouseUp" target=_parent class=IParent>mxRubberband</a><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.mouseUp" target=_parent class=IParent>mxSelectionCellsHandler</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.mouseUp" target=_parent class=IParent>mxTooltipHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.mouseUp" target=_parent class=IParent>mxVertexHandler</a></div></div></div><div class=SRResult id=SR_move><div class=IEntry><a href="../files/util/mxGuide-js.html#mxGuide.move" target=_parent class=ISymbol>move</a>, <span class=IParent>mxGuide</span></div></div><div class=SRResult id=SR_moveCell><div class=IEntry><a href="javascript:searchResults.Toggle('SR_moveCell')" class=ISymbol>moveCell</a><div class=ISubIndex><a href="../files/layout/mxCompositeLayout-js.html#mxCompositeLayout.moveCell" target=_parent class=IParent>mxCompositeLayout</a><a href="../files/layout/mxGraphLayout-js.html#mxGraphLayout.moveCell" target=_parent class=IParent>mxGraphLayout</a><a href="../files/layout/mxPartitionLayout-js.html#mxPartitionLayout.moveCell" target=_parent class=IParent>mxPartitionLayout</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.moveCell" target=_parent class=IParent>mxStackLayout</a></div></div></div><div class=SRResult id=SR_moveCells><div class=IEntry><a href="javascript:searchResults.Toggle('SR_moveCells')" class=ISymbol>moveCells</a><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.moveCells" target=_parent class=IParent>mxGraph</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.moveCells" target=_parent class=IParent>mxGraphHandler</a></div></div></div><div class=SRResult id=SR_moveChildren><div class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.moveChildren" target=_parent class=ISymbol>moveChildren</a>, <span class=IParent>mxVertexHandler</span></div></div><div class=SRResult id=SR_moveLabel><div class=IEntry><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.moveLabel" target=_parent class=ISymbol>moveLabel</a>, <span class=IParent>mxEdgeHandler</span></div></div><div class=SRResult id=SR_moveNode><div class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.moveNode" target=_parent class=ISymbol>moveNode</a>, <span class=IParent>mxCompactTreeLayout</span></div></div><div class=SRResult id=SR_moveState><div class=IEntry><a href="../files/view/mxCellStatePreview-js.html#mxCellStatePreview.moveState" target=_parent class=ISymbol>moveState</a>, <span class=IParent>mxCellStatePreview</span></div></div><div class=SRResult id=SR_moveTo><div class=IEntry><a href="javascript:searchResults.Toggle('SR_moveTo')" class=ISymbol>moveTo</a><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.moveTo" target=_parent class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.moveTo" target=_parent class=IParent>mxXmlCanvas2D</a></div></div></div><div class=SRResult id=SR_mxAbstractCanvas2D><div class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.mxAbstractCanvas2D" target=_parent class=ISymbol>mxAbstractCanvas2D</a>, <span class=IParent>mxAbstractCanvas2D</span></div></div><div class=SRResult id=SR_mxActor><div class=IEntry><a href="../files/shape/mxActor-js.html#mxActor.mxActor" target=_parent class=ISymbol>mxActor</a>, <span class=IParent>mxActor</span></div></div><div class=SRResult id=SR_mxAnimation><div class=IEntry><a href="../files/util/mxAnimation-js.html#mxAnimation.mxAnimation" target=_parent class=ISymbol>mxAnimation</a>, <span class=IParent>mxAnimation</span></div></div><div class=SRResult id=SR_mxArrow><div class=IEntry><a href="../files/shape/mxArrow-js.html#mxArrow.mxArrow" target=_parent class=ISymbol>mxArrow</a>, <span class=IParent>mxArrow</span></div></div><div class=SRResult id=SR_mxArrowConnector><div class=IEntry><a href="../files/shape/mxArrowConnector-js.html#mxArrowConnector.mxArrowConnector" target=_parent class=ISymbol>mxArrowConnector</a>, <span class=IParent>mxArrowConnector</span></div></div><div class=SRResult id=SR_mxAutoSaveManager><div class=IEntry><a href="../files/util/mxAutoSaveManager-js.html#mxAutoSaveManager.mxAutoSaveManager" target=_parent class=ISymbol>mxAutoSaveManager</a>, <span class=IParent>mxAutoSaveManager</span></div></div><div class=SRResult id=SR_mxCell><div class=IEntry><a href="../files/model/mxCell-js.html#mxCell.mxCell" target=_parent class=ISymbol>mxCell</a>, <span class=IParent>mxCell</span></div></div><div class=SRResult id=SR_mxCellAttributeChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxCellAttributeChange.mxCellAttributeChange" target=_parent class=ISymbol>mxCellAttributeChange</a>, <span class=IParent>mxCellAttributeChange</span></div></div><div class=SRResult id=SR_mxCellEditor><div class=IEntry><a href="../files/view/mxCellEditor-js.html#mxCellEditor.mxCellEditor" target=_parent class=ISymbol>mxCellEditor</a>, <span class=IParent>mxCellEditor</span></div></div><div class=SRResult id=SR_mxCellHighlight><div class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.mxCellHighlight" target=_parent class=ISymbol>mxCellHighlight</a>, <span class=IParent>mxCellHighlight</span></div></div><div class=SRResult id=SR_mxCellMarker><div class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.mxCellMarker" target=_parent class=ISymbol>mxCellMarker</a>, <span class=IParent>mxCellMarker</span></div></div><div class=SRResult id=SR_mxCellOverlay><div class=IEntry><a href="../files/view/mxCellOverlay-js.html#mxCellOverlay.mxCellOverlay" target=_parent class=ISymbol>mxCellOverlay</a>, <span class=IParent>mxCellOverlay</span></div></div><div class=SRResult id=SR_mxCellRenderer><div class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.mxCellRenderer" target=_parent class=ISymbol>mxCellRenderer</a>, <span class=IParent>mxCellRenderer</span></div></div><div class=SRResult id=SR_mxCellState><div class=IEntry><a href="../files/view/mxCellState-js.html#mxCellState.mxCellState" target=_parent class=ISymbol>mxCellState</a>, <span class=IParent>mxCellState</span></div></div><div class=SRResult id=SR_mxCellStatePreview><div class=IEntry><a href="../files/view/mxCellStatePreview-js.html#mxCellStatePreview.mxCellStatePreview" target=_parent class=ISymbol>mxCellStatePreview</a>, <span class=IParent>mxCellStatePreview</span></div></div><div class=SRResult id=SR_mxCellTracker><div class=IEntry><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.mxCellTracker" target=_parent class=ISymbol>mxCellTracker</a>, <span class=IParent>mxCellTracker</span></div></div><div class=SRResult id=SR_mxChildChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxChildChange.mxChildChange" target=_parent class=ISymbol>mxChildChange</a>, <span class=IParent>mxChildChange</span></div></div><div class=SRResult id=SR_mxCircleLayout><div class=IEntry><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout.mxCircleLayout" target=_parent class=ISymbol>mxCircleLayout</a>, <span class=IParent>mxCircleLayout</span></div></div><div class=SRResult id=SR_mxCloud><div class=IEntry><a href="../files/shape/mxCloud-js.html#mxCloud.mxCloud" target=_parent class=ISymbol>mxCloud</a>, <span class=IParent>mxCloud</span></div></div><div class=SRResult id=SR_mxCodec><div class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec.mxCodec" target=_parent class=ISymbol>mxCodec</a>, <span class=IParent>mxCodec</span></div></div><div class=SRResult id=SR_mxCollapseChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxCollapseChange.mxCollapseChange" target=_parent class=ISymbol>mxCollapseChange</a>, <span class=IParent>mxCollapseChange</span></div></div><div class=SRResult id=SR_mxCompactTreeLayout><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxCompactTreeLayout')" class=ISymbol>mxCompactTreeLayout</a><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.mxCompactTreeLayout" target=_parent class=IParent>mxCompactTreeLayout</a><a href="../files/layout/mxFastOrganicLayout-js.html#mxFastOrganicLayout.mxCompactTreeLayout" target=_parent class=IParent>mxFastOrganicLayout</a><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout.mxCompactTreeLayout" target=_parent class=IParent>mxParallelEdgeLayout</a></div></div></div><div class=SRResult id=SR_mxCompositeLayout><div class=IEntry><a href="../files/layout/mxCompositeLayout-js.html#mxCompositeLayout.mxCompositeLayout" target=_parent class=ISymbol>mxCompositeLayout</a>, <span class=IParent>mxCompositeLayout</span></div></div><div class=SRResult id=SR_mxConnectionConstraint><div class=IEntry><a href="../files/view/mxConnectionConstraint-js.html#mxConnectionConstraint.mxConnectionConstraint" target=_parent class=ISymbol>mxConnectionConstraint</a>, <span class=IParent>mxConnectionConstraint</span></div></div><div class=SRResult id=SR_mxConnectionHandler><div class=IEntry><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.mxConnectionHandler" target=_parent class=ISymbol>mxConnectionHandler</a>, <span class=IParent>mxConnectionHandler</span></div></div><div class=SRResult id=SR_mxConnector><div class=IEntry><a href="../files/shape/mxConnector-js.html#mxConnector.mxConnector" target=_parent class=ISymbol>mxConnector</a>, <span class=IParent>mxConnector</span></div></div><div class=SRResult id=SR_mxConstraintHandler><div class=IEntry><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.mxConstraintHandler" target=_parent class=ISymbol>mxConstraintHandler</a>, <span class=IParent>mxConstraintHandler</span></div></div><div class=SRResult id=SR_mxCoordinateAssignment><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.mxCoordinateAssignment" target=_parent class=ISymbol>mxCoordinateAssignment</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_mxCurrentRootChange><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxCurrentRootChange')" class=ISymbol>mxCurrentRootChange</a><div class=ISubIndex><a href="../files/view/mxGraphView-js.html#mxCurrentRootChange.mxCurrentRootChange" target=_parent class=IParent>mxCurrentRootChange</a><a href="../files/view/mxGraphSelectionModel-js.html#mxSelectionChange.mxCurrentRootChange" target=_parent class=IParent>mxSelectionChange</a></div></div></div><div class=SRResult id=SR_mxCylinder><div class=IEntry><a href="../files/shape/mxCylinder-js.html#mxCylinder.mxCylinder" target=_parent class=ISymbol>mxCylinder</a>, <span class=IParent>mxCylinder</span></div></div><div class=SRResult id=SR_mxDefaultKeyHandler><div class=IEntry><a href="../files/editor/mxDefaultKeyHandler-js.html#mxDefaultKeyHandler.mxDefaultKeyHandler" target=_parent class=ISymbol>mxDefaultKeyHandler</a>, <span class=IParent>mxDefaultKeyHandler</span></div></div><div class=SRResult id=SR_mxDefaultPopupMenu><div class=IEntry><a href="../files/editor/mxDefaultPopupMenu-js.html#mxDefaultPopupMenu.mxDefaultPopupMenu" target=_parent class=ISymbol>mxDefaultPopupMenu</a>, <span class=IParent>mxDefaultPopupMenu</span></div></div><div class=SRResult id=SR_mxDefaultToolbar><div class=IEntry><a href="../files/editor/mxDefaultToolbar-js.html#mxDefaultToolbar.mxDefaultToolbar" target=_parent class=ISymbol>mxDefaultToolbar</a>, <span class=IParent>mxDefaultToolbar</span></div></div><div class=SRResult id=SR_mxDivResizer><div class=IEntry><a href="../files/util/mxDivResizer-js.html#mxDivResizer.mxDivResizer" target=_parent class=ISymbol>mxDivResizer</a>, <span class=IParent>mxDivResizer</span></div></div><div class=SRResult id=SR_mxDoubleEllipse><div class=IEntry><a href="../files/shape/mxDoubleEllipse-js.html#mxDoubleEllipse.mxDoubleEllipse" target=_parent class=ISymbol>mxDoubleEllipse</a>, <span class=IParent>mxDoubleEllipse</span></div></div><div class=SRResult id=SR_mxDragSource><div class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.mxDragSource" target=_parent class=ISymbol>mxDragSource</a>, <span class=IParent>mxDragSource</span></div></div><div class=SRResult id=SR_mxEdgeHandler><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxEdgeHandler')" class=ISymbol>mxEdgeHandler</a><div class=ISubIndex><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.mxEdgeHandler" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxElbowEdgeHandler-js.html#mxElbowEdgeHandler.mxEdgeHandler" target=_parent class=IParent>mxElbowEdgeHandler</a></div></div></div><div class=SRResult id=SR_mxEdgeLabelLayout><div class=IEntry><a href="../files/layout/mxEdgeLabelLayout-js.html#mxEdgeLabelLayout.mxEdgeLabelLayout" target=_parent class=ISymbol>mxEdgeLabelLayout</a>, <span class=IParent>mxEdgeLabelLayout</span></div></div><div class=SRResult id=SR_mxEditor><div class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.mxEditor" target=_parent class=ISymbol>mxEditor</a>, <span class=IParent>mxEditor</span></div></div><div class=SRResult id=SR_mxEllipse><div class=IEntry><a href="../files/shape/mxEllipse-js.html#mxEllipse.mxEllipse" target=_parent class=ISymbol>mxEllipse</a>, <span class=IParent>mxEllipse</span></div></div><div class=SRResult id=SR_mxEventObject><div class=IEntry><a href="../files/util/mxEventObject-js.html#mxEventObject.mxEventObject" target=_parent class=ISymbol>mxEventObject</a>, <span class=IParent>mxEventObject</span></div></div><div class=SRResult id=SR_mxEventSource><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxEventSource')" class=ISymbol>mxEventSource</a><div class=ISubIndex><a href="../files/util/mxDictionary-js.html#mxDictionary.mxEventSource" target=_parent class=IParent>mxDictionary</a><a href="../files/util/mxEventSource-js.html#mxEventSource.mxEventSource" target=_parent class=IParent>mxEventSource</a></div></div></div><div class=SRResult id=SR_mxForm><div class=IEntry><a href="../files/util/mxForm-js.html#mxForm.mxForm" target=_parent class=ISymbol>mxForm</a>, <span class=IParent>mxForm</span></div></div><div class=SRResult id=SR_mxGenericChangeCodec><div class=IEntry><a href="../files/io/mxGenericChangeCodec-js.html#mxGenericChangeCodec.mxGenericChangeCodec" target=_parent class=ISymbol>mxGenericChangeCodec</a>, <span class=IParent>mxGenericChangeCodec</span></div></div><div class=SRResult id=SR_mxGeometry><div class=IEntry><a href="../files/model/mxGeometry-js.html#mxGeometry.mxGeometry" target=_parent class=ISymbol>mxGeometry</a>, <span class=IParent>mxGeometry</span></div></div><div class=SRResult id=SR_mxGeometryChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGeometryChange.mxGeometryChange" target=_parent class=ISymbol>mxGeometryChange</a>, <span class=IParent>mxGeometryChange</span></div></div><div class=SRResult id=SR_mxGraph><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.mxGraph" target=_parent class=ISymbol>mxGraph</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_mxGraphAbstractHierarchyCell><div class=IEntry><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.mxGraphAbstractHierarchyCell" target=_parent class=ISymbol>mxGraphAbstractHierarchyCell</a>, <span class=IParent>mxGraphAbstractHierarchyCell</span></div></div><div class=SRResult id=SR_mxGraphHandler><div class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.mxGraphHandler" target=_parent class=ISymbol>mxGraphHandler</a>, <span class=IParent>mxGraphHandler</span></div></div><div class=SRResult id=SR_mxGraphHierarchyEdge><div class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyEdge-js.html#mxGraphHierarchyEdge.mxGraphHierarchyEdge" target=_parent class=ISymbol>mxGraphHierarchyEdge</a>, <span class=IParent>mxGraphHierarchyEdge</span></div></div><div class=SRResult id=SR_mxGraphHierarchyModel><div class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel.mxGraphHierarchyModel" target=_parent class=ISymbol>mxGraphHierarchyModel</a>, <span class=IParent>mxGraphHierarchyModel</span></div></div><div class=SRResult id=SR_mxGraphHierarchyNode><div class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyNode-js.html#mxGraphHierarchyNode.mxGraphHierarchyNode" target=_parent class=ISymbol>mxGraphHierarchyNode</a>, <span class=IParent>mxGraphHierarchyNode</span></div></div><div class=SRResult id=SR_mxGraphLayout><div class=IEntry><a href="../files/layout/mxGraphLayout-js.html#mxGraphLayout.mxGraphLayout" target=_parent class=ISymbol>mxGraphLayout</a>, <span class=IParent>mxGraphLayout</span></div></div><div class=SRResult id=SR_mxGraphModel><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.mxGraphModel" target=_parent class=ISymbol>mxGraphModel</a>, <span class=IParent>mxGraphModel</span></div></div><div class=SRResult id=SR_mxGraphSelectionModel><div class=IEntry><a href="../files/view/mxGraphSelectionModel-js.html#mxGraphSelectionModel.mxGraphSelectionModel" target=_parent class=ISymbol>mxGraphSelectionModel</a>, <span class=IParent>mxGraphSelectionModel</span></div></div><div class=SRResult id=SR_mxGraphView><div class=IEntry><a href="../files/view/mxGraphView-js.html#mxGraphView.mxGraphView" target=_parent class=ISymbol>mxGraphView</a>, <span class=IParent>mxGraphView</span></div></div><div class=SRResult id=SR_mxGuide><div class=IEntry><a href="../files/util/mxGuide-js.html#mxGuide.mxGuide" target=_parent class=ISymbol>mxGuide</a>, <span class=IParent>mxGuide</span></div></div><div class=SRResult id=SR_mxHandle><div class=IEntry><a href="../files/handler/mxHandle-js.html#mxHandle.mxHandle" target=_parent class=ISymbol>mxHandle</a>, <span class=IParent>mxHandle</span></div></div><div class=SRResult id=SR_mxHexagon><div class=IEntry><a href="../files/shape/mxHexagon-js.html#mxHexagon.mxHexagon" target=_parent class=ISymbol>mxHexagon</a>, <span class=IParent>mxHexagon</span></div></div><div class=SRResult id=SR_mxHierarchicalLayout><div class=IEntry><a href="../files/layout/hierarchical/mxHierarchicalLayout-js.html#mxHierarchicalLayout.mxHierarchicalLayout" target=_parent class=ISymbol>mxHierarchicalLayout</a>, <span class=IParent>mxHierarchicalLayout</span></div></div><div class=SRResult id=SR_mxHierarchicalLayoutStage><div class=IEntry><a href="../files/layout/hierarchical/stage/mxHierarchicalLayoutStage-js.html#mxHierarchicalLayoutStage.mxHierarchicalLayoutStage" target=_parent class=ISymbol>mxHierarchicalLayoutStage</a>, <span class=IParent>mxHierarchicalLayoutStage</span></div></div><div class=SRResult id=SR_mxImage><div class=IEntry><a href="../files/util/mxImage-js.html#mxImage.mxImage" target=_parent class=ISymbol>mxImage</a>, <span class=IParent>mxImage</span></div></div><div class=SRResult id=SR_mxImageExport><div class=IEntry><a href="../files/util/mxImageExport-js.html#mxImageExport.mxImageExport" target=_parent class=ISymbol>mxImageExport</a>, <span class=IParent>mxImageExport</span></div></div><div class=SRResult id=SR_mxImageShape><div class=IEntry><a href="../files/shape/mxImageShape-js.html#mxImageShape.mxImageShape" target=_parent class=ISymbol>mxImageShape</a>, <span class=IParent>mxImageShape</span></div></div><div class=SRResult id=SR_mxKeyHandler><div class=IEntry><a href="../files/handler/mxKeyHandler-js.html#mxKeyHandler.mxKeyHandler" target=_parent class=ISymbol>mxKeyHandler</a>, <span class=IParent>mxKeyHandler</span></div></div><div class=SRResult id=SR_mxLabel><div class=IEntry><a href="../files/shape/mxLabel-js.html#mxLabel.mxLabel" target=_parent class=ISymbol>mxLabel</a>, <span class=IParent>mxLabel</span></div></div><div class=SRResult id=SR_mxLayoutManager><div class=IEntry><a href="../files/view/mxLayoutManager-js.html#mxLayoutManager.mxLayoutManager" target=_parent class=ISymbol>mxLayoutManager</a>, <span class=IParent>mxLayoutManager</span></div></div><div class=SRResult id=SR_mxLine><div class=IEntry><a href="../files/shape/mxLine-js.html#mxLine.mxLine" target=_parent class=ISymbol>mxLine</a>, <span class=IParent>mxLine</span></div></div><div class=SRResult id=SR_mxMedianHybridCrossingReduction><div class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.mxMedianHybridCrossingReduction" target=_parent class=ISymbol>mxMedianHybridCrossingReduction</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></div></div><div class=SRResult id=SR_mxMinimumCycleRemover><div class=IEntry><a href="../files/layout/hierarchical/stage/mxMinimumCycleRemover-js.html#mxMinimumCycleRemover.mxMinimumCycleRemover" target=_parent class=ISymbol>mxMinimumCycleRemover</a>, <span class=IParent>mxMinimumCycleRemover</span></div></div><div class=SRResult id=SR_mxMorphing><div class=IEntry><a href="../files/util/mxMorphing-js.html#mxMorphing.mxMorphing" target=_parent class=ISymbol>mxMorphing</a>, <span class=IParent>mxMorphing</span></div></div><div class=SRResult id=SR_mxMouseEvent><div class=IEntry><a href="../files/util/mxMouseEvent-js.html#mxMouseEvent.mxMouseEvent" target=_parent class=ISymbol>mxMouseEvent</a>, <span class=IParent>mxMouseEvent</span></div></div><div class=SRResult id=SR_mxMultiplicity><div class=IEntry><a href="../files/view/mxMultiplicity-js.html#mxMultiplicity.mxMultiplicity" target=_parent class=ISymbol>mxMultiplicity</a>, <span class=IParent>mxMultiplicity</span></div></div><div class=SRResult id=SR_mxObjectCodec><div class=IEntry><a href="../files/io/mxObjectCodec-js.html#mxObjectCodec.mxObjectCodec" target=_parent class=ISymbol>mxObjectCodec</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_mxOutline><div class=IEntry><a href="../files/view/mxOutline-js.html#mxOutline.mxOutline" target=_parent class=ISymbol>mxOutline</a>, <span class=IParent>mxOutline</span></div></div><div class=SRResult id=SR_mxPanningHandler><div class=IEntry><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.mxPanningHandler" target=_parent class=ISymbol>mxPanningHandler</a>, <span class=IParent>mxPanningHandler</span></div></div><div class=SRResult id=SR_mxPartitionLayout><div class=IEntry><a href="../files/layout/mxPartitionLayout-js.html#mxPartitionLayout.mxPartitionLayout" target=_parent class=ISymbol>mxPartitionLayout</a>, <span class=IParent>mxPartitionLayout</span></div></div><div class=SRResult id=SR_mxPoint><div class=IEntry><a href="../files/util/mxPoint-js.html#mxPoint.mxPoint" target=_parent class=ISymbol>mxPoint</a>, <span class=IParent>mxPoint</span></div></div><div class=SRResult id=SR_mxPolyline><div class=IEntry><a href="../files/shape/mxPolyline-js.html#mxPolyline.mxPolyline" target=_parent class=ISymbol>mxPolyline</a>, <span class=IParent>mxPolyline</span></div></div><div class=SRResult id=SR_mxPopupMenu><div class=IEntry><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.mxPopupMenu" target=_parent class=ISymbol>mxPopupMenu</a>, <span class=IParent>mxPopupMenu</span></div></div><div class=SRResult id=SR_mxPopupMenuHandler><div class=IEntry><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.mxPopupMenuHandler" target=_parent class=ISymbol>mxPopupMenuHandler</a>, <span class=IParent>mxPopupMenuHandler</span></div></div><div class=SRResult id=SR_mxPrintPreview><div class=IEntry><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.mxPrintPreview" target=_parent class=ISymbol>mxPrintPreview</a>, <span class=IParent>mxPrintPreview</span></div></div><div class=SRResult id=SR_mxRadialTreeLayout><div class=IEntry><a href="../files/layout/mxRadialTreeLayout-js.html#mxRadialTreeLayout.mxRadialTreeLayout" target=_parent class=ISymbol>mxRadialTreeLayout</a>, <span class=IParent>mxRadialTreeLayout</span></div></div><div class=SRResult id=SR_mxRectangle><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxRectangle')" class=ISymbol>mxRectangle</a><div class=ISubIndex><a href="../files/util/mxRectangle-js.html#mxRectangle.mxRectangle" target=_parent class=IParent>mxRectangle</a><a href="../files/view/mxTemporaryCellStates-js.html#mxTemporaryCellStates.mxRectangle" target=_parent class=IParent>mxTemporaryCellStates</a></div></div></div><div class=SRResult id=SR_mxRectangleShape><div class=IEntry><a href="../files/shape/mxRectangleShape-js.html#mxRectangleShape.mxRectangleShape" target=_parent class=ISymbol>mxRectangleShape</a>, <span class=IParent>mxRectangleShape</span></div></div><div class=SRResult id=SR_mxRhombus><div class=IEntry><a href="../files/shape/mxRhombus-js.html#mxRhombus.mxRhombus" target=_parent class=ISymbol>mxRhombus</a>, <span class=IParent>mxRhombus</span></div></div><div class=SRResult id=SR_mxRootChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxRootChange.mxRootChange" target=_parent class=ISymbol>mxRootChange</a>, <span class=IParent>mxRootChange</span></div></div><div class=SRResult id=SR_mxRubberband><div class=IEntry><a href="../files/handler/mxRubberband-js.html#mxRubberband.mxRubberband" target=_parent class=ISymbol>mxRubberband</a>, <span class=IParent>mxRubberband</span></div></div><div class=SRResult id=SR_mxShape><div class=IEntry><a href="../files/shape/mxShape-js.html#mxShape.mxShape" target=_parent class=ISymbol>mxShape</a>, <span class=IParent>mxShape</span></div></div><div class=SRResult id=SR_mxStackLayout><div class=IEntry><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.mxStackLayout" target=_parent class=ISymbol>mxStackLayout</a>, <span class=IParent>mxStackLayout</span></div></div><div class=SRResult id=SR_mxStencil><div class=IEntry><a href="../files/shape/mxStencil-js.html#mxStencil.mxStencil" target=_parent class=ISymbol>mxStencil</a>, <span class=IParent>mxStencil</span></div></div><div class=SRResult id=SR_mxStyleChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxStyleChange.mxStyleChange" target=_parent class=ISymbol>mxStyleChange</a>, <span class=IParent>mxStyleChange</span></div></div><div class=SRResult id=SR_mxStylesheet><div class=IEntry><a href="../files/view/mxStylesheet-js.html#mxStylesheet.mxStylesheet" target=_parent class=ISymbol>mxStylesheet</a>, <span class=IParent>mxStylesheet</span></div></div><div class=SRResult id=SR_mxSvgCanvas2D><div class=IEntry><a href="../files/util/mxSvgCanvas2D-js.html#mxSvgCanvas2D.mxSvgCanvas2D" target=_parent class=ISymbol>mxSvgCanvas2D</a>, <span class=IParent>mxSvgCanvas2D</span></div></div><div class=SRResult id=SR_mxSwimlane><div class=IEntry><a href="../files/shape/mxSwimlane-js.html#mxSwimlane.mxSwimlane" target=_parent class=ISymbol>mxSwimlane</a>, <span class=IParent>mxSwimlane</span></div></div><div class=SRResult id=SR_mxSwimlaneLayout><div class=IEntry><a href="../files/layout/hierarchical/mxSwimlaneLayout-js.html#mxSwimlaneLayout.mxSwimlaneLayout" target=_parent class=ISymbol>mxSwimlaneLayout</a>, <span class=IParent>mxSwimlaneLayout</span></div></div><div class=SRResult id=SR_mxSwimlaneManager><div class=IEntry><a href="../files/view/mxSwimlaneManager-js.html#mxSwimlaneManager.mxSwimlaneManager" target=_parent class=ISymbol>mxSwimlaneManager</a>, <span class=IParent>mxSwimlaneManager</span></div></div><div class=SRResult id=SR_mxSwimlaneModel><div class=IEntry><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.mxSwimlaneModel" target=_parent class=ISymbol>mxSwimlaneModel</a>, <span class=IParent>mxSwimlaneModel</span></div></div><div class=SRResult id=SR_mxSwimlaneOrdering><div class=IEntry><a href="../files/layout/hierarchical/stage/mxSwimlaneOrdering-js.html#mxSwimlaneOrdering.mxSwimlaneOrdering" target=_parent class=ISymbol>mxSwimlaneOrdering</a>, <span class=IParent>mxSwimlaneOrdering</span></div></div><div class=SRResult id=SR_mxTerminalChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxTerminalChange.mxTerminalChange" target=_parent class=ISymbol>mxTerminalChange</a>, <span class=IParent>mxTerminalChange</span></div></div><div class=SRResult id=SR_mxText><div class=IEntry><a href="../files/shape/mxText-js.html#mxText.mxText" target=_parent class=ISymbol>mxText</a>, <span class=IParent>mxText</span></div></div><div class=SRResult id=SR_mxToolbar><div class=IEntry><a href="../files/util/mxToolbar-js.html#mxToolbar.mxToolbar" target=_parent class=ISymbol>mxToolbar</a>, <span class=IParent>mxToolbar</span></div></div><div class=SRResult id=SR_mxTooltipHandler><div class=IEntry><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.mxTooltipHandler" target=_parent class=ISymbol>mxTooltipHandler</a>, <span class=IParent>mxTooltipHandler</span></div></div><div class=SRResult id=SR_mxTriangle><div class=IEntry><a href="../files/shape/mxTriangle-js.html#mxTriangle.mxTriangle" target=_parent class=ISymbol>mxTriangle</a>, <span class=IParent>mxTriangle</span></div></div><div class=SRResult id=SR_mxUndoableEdit><div class=IEntry><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.mxUndoableEdit" target=_parent class=ISymbol>mxUndoableEdit</a>, <span class=IParent>mxUndoableEdit</span></div></div><div class=SRResult id=SR_mxUndoManager><div class=IEntry><a href="../files/util/mxUndoManager-js.html#mxUndoManager.mxUndoManager" target=_parent class=ISymbol>mxUndoManager</a>, <span class=IParent>mxUndoManager</span></div></div><div class=SRResult id=SR_mxValueChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxValueChange.mxValueChange" target=_parent class=ISymbol>mxValueChange</a>, <span class=IParent>mxValueChange</span></div></div><div class=SRResult id=SR_mxVertexHandler><div class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.mxVertexHandler" target=_parent class=ISymbol>mxVertexHandler</a>, <span class=IParent>mxVertexHandler</span></div></div><div class=SRResult id=SR_mxVisibleChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxVisibleChange.mxVisibleChange" target=_parent class=ISymbol>mxVisibleChange</a>, <span class=IParent>mxVisibleChange</span></div></div><div class=SRResult id=SR_mxWindow><div class=IEntry><a href="../files/util/mxWindow-js.html#mxWindow.mxWindow" target=_parent class=ISymbol>mxWindow</a>, <span class=IParent>mxWindow</span></div></div><div class=SRResult id=SR_mxXmlCanvas2D><div class=IEntry><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.mxXmlCanvas2D" target=_parent class=ISymbol>mxXmlCanvas2D</a>, <span class=IParent>mxXmlCanvas2D</span></div></div><div class=SRResult id=SR_mxXmlRequest><div class=IEntry><a href="../files/util/mxXmlRequest-js.html#mxXmlRequest.mxXmlRequest" target=_parent class=ISymbol>mxXmlRequest</a>, <span class=IParent>mxXmlRequest</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!-- +<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_makeDraggable><div class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.makeDraggable" target=_parent class=ISymbol>makeDraggable</a>, <span class=IParent>mxUtils</span></div></div><div class=SRResult id=SR_map><div class=IEntry><a href="../files/util/mxDictionary-js.html#mxDictionary.map" target=_parent class=ISymbol>map</a>, <span class=IParent>mxDictionary</span></div></div><div class=SRResult id=SR_mark><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mark')" class=ISymbol>mark</a><div class=ISubIndex><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.mark" target=_parent class=IParent>mxCellHighlight</a><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.mark" target=_parent class=IParent>mxCellMarker</a></div></div></div><div class=SRResult id=SR_markCell><div class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.markCell" target=_parent class=ISymbol>markCell</a>, <span class=IParent>mxCellMarker</span></div></div><div class=SRResult id=SR_maxChainDfs><div class=IEntry><a href="../files/layout/hierarchical/model/mxSwimlaneModel-js.html#mxSwimlaneModel.maxChainDfs" target=_parent class=ISymbol>maxChainDfs</a>, <span class=IParent>mxSwimlaneModel</span></div></div><div class=SRResult id=SR_MedianCellSorter><div class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#MedianCellSorter.MedianCellSorter" target=_parent class=ISymbol>MedianCellSorter</a>, <span class=IParent>MedianCellSorter</span></div></div><div class=SRResult id=SR_medianPos><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.medianPos" target=_parent class=ISymbol>medianPos</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_medianRank><div class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.medianRank" target=_parent class=ISymbol>medianRank</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></div></div><div class=SRResult id=SR_medianValue><div class=IEntry><a href="../files/layout/hierarchical/stage/mxMedianHybridCrossingReduction-js.html#mxMedianHybridCrossingReduction.medianValue" target=_parent class=ISymbol>medianValue</a>, <span class=IParent>mxMedianHybridCrossingReduction</span></div></div><div class=SRResult id=SR_medianXValue><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.medianXValue" target=_parent class=ISymbol>medianXValue</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_merge><div class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.merge" target=_parent class=ISymbol>merge</a>, <span class=IParent>mxCompactTreeLayout</span></div></div><div class=SRResult id=SR_mergeChildren><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGraphModel.mergeChildren" target=_parent class=ISymbol>mergeChildren</a>, <span class=IParent>mxGraphModel</span></div></div><div class=SRResult id=SR_minNode><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.minNode" target=_parent class=ISymbol>minNode</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_minPath><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.minPath" target=_parent class=ISymbol>minPath</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_mixedModeHtml><div class=IEntry><a href="../files/shape/mxShape-js.html#mxShape.mixedModeHtml" target=_parent class=ISymbol>mixedModeHtml</a>, <span class=IParent>mxShape</span></div></div><div class=SRResult id=SR_mod><div class=IEntry><a href="../files/util/mxUtils-js.html#mxUtils.mod" target=_parent class=ISymbol>mod</a>, <span class=IParent>mxUtils</span></div></div><div class=SRResult id=SR_mouseDown><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mouseDown')" class=ISymbol>mouseDown</a><div class=ISubIndex><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.mouseDown" target=_parent class=IParent>mxCellTracker</a><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.mouseDown" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/util/mxDragSource-js.html#mxDragSource.mouseDown" target=_parent class=IParent>mxDragSource</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.mouseDown" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.mouseDown" target=_parent class=IParent>mxGraphHandler</a><a href="../files/view/mxOutline-js.html#mxOutline.mouseDown" target=_parent class=IParent>mxOutline</a><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.mouseDown" target=_parent class=IParent>mxPanningHandler</a><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.mouseDown" target=_parent class=IParent>mxPopupMenuHandler</a><a href="../files/handler/mxRubberband-js.html#mxRubberband.mouseDown" target=_parent class=IParent>mxRubberband</a><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.mouseDown" target=_parent class=IParent>mxSelectionCellsHandler</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.mouseDown" target=_parent class=IParent>mxTooltipHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.mouseDown" target=_parent class=IParent>mxVertexHandler</a></div></div></div><div class=SRResult id=SR_mouseMove><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mouseMove')" class=ISymbol>mouseMove</a><div class=ISubIndex><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.mouseMove" target=_parent class=IParent>mxCellTracker</a><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.mouseMove" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/util/mxDragSource-js.html#mxDragSource.mouseMove" target=_parent class=IParent>mxDragSource</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.mouseMove" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.mouseMove" target=_parent class=IParent>mxGraphHandler</a><a href="../files/view/mxOutline-js.html#mxOutline.mouseMove" target=_parent class=IParent>mxOutline</a><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.mouseMove" target=_parent class=IParent>mxPanningHandler</a><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.mouseMove" target=_parent class=IParent>mxPopupMenuHandler</a><a href="../files/handler/mxRubberband-js.html#mxRubberband.mouseMove" target=_parent class=IParent>mxRubberband</a><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.mouseMove" target=_parent class=IParent>mxSelectionCellsHandler</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.mouseMove" target=_parent class=IParent>mxTooltipHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.mouseMove" target=_parent class=IParent>mxVertexHandler</a></div></div></div><div class=SRResult id=SR_mouseUp><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mouseUp')" class=ISymbol>mouseUp</a><div class=ISubIndex><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.mouseUp" target=_parent class=IParent>mxCellTracker</a><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.mouseUp" target=_parent class=IParent>mxConnectionHandler</a><a href="../files/util/mxDragSource-js.html#mxDragSource.mouseUp" target=_parent class=IParent>mxDragSource</a><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.mouseUp" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.mouseUp" target=_parent class=IParent>mxGraphHandler</a><a href="../files/view/mxOutline-js.html#mxOutline.mouseUp" target=_parent class=IParent>mxOutline</a><a href="../files/handler/mxPanningHandler-js.html#mxPanningHandler.mouseUp" target=_parent class=IParent>mxPanningHandler</a><a href="../files/handler/mxPopupMenuHandler-js.html#mxPopupMenuHandler.mouseUp" target=_parent class=IParent>mxPopupMenuHandler</a><a href="../files/handler/mxRubberband-js.html#mxRubberband.mouseUp" target=_parent class=IParent>mxRubberband</a><a href="../files/handler/mxSelectionCellsHandler-js.html#mxSelectionCellsHandler.mouseUp" target=_parent class=IParent>mxSelectionCellsHandler</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.mouseUp" target=_parent class=IParent>mxTooltipHandler</a><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.mouseUp" target=_parent class=IParent>mxVertexHandler</a></div></div></div><div class=SRResult id=SR_move><div class=IEntry><a href="../files/util/mxGuide-js.html#mxGuide.move" target=_parent class=ISymbol>move</a>, <span class=IParent>mxGuide</span></div></div><div class=SRResult id=SR_moveCell><div class=IEntry><a href="javascript:searchResults.Toggle('SR_moveCell')" class=ISymbol>moveCell</a><div class=ISubIndex><a href="../files/layout/mxCompositeLayout-js.html#mxCompositeLayout.moveCell" target=_parent class=IParent>mxCompositeLayout</a><a href="../files/layout/mxGraphLayout-js.html#mxGraphLayout.moveCell" target=_parent class=IParent>mxGraphLayout</a><a href="../files/layout/mxPartitionLayout-js.html#mxPartitionLayout.moveCell" target=_parent class=IParent>mxPartitionLayout</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.moveCell" target=_parent class=IParent>mxStackLayout</a></div></div></div><div class=SRResult id=SR_moveCells><div class=IEntry><a href="javascript:searchResults.Toggle('SR_moveCells')" class=ISymbol>moveCells</a><div class=ISubIndex><a href="../files/view/mxGraph-js.html#mxGraph.moveCells" target=_parent class=IParent>mxGraph</a><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.moveCells" target=_parent class=IParent>mxGraphHandler</a></div></div></div><div class=SRResult id=SR_moveChildren><div class=IEntry><a href="../files/handler/mxVertexHandler-js.html#mxVertexHandler.moveChildren" target=_parent class=ISymbol>moveChildren</a>, <span class=IParent>mxVertexHandler</span></div></div><div class=SRResult id=SR_moveLabel><div class=IEntry><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.moveLabel" target=_parent class=ISymbol>moveLabel</a>, <span class=IParent>mxEdgeHandler</span></div></div><div class=SRResult id=SR_moveNode><div class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.moveNode" target=_parent class=ISymbol>moveNode</a>, <span class=IParent>mxCompactTreeLayout</span></div></div><div class=SRResult id=SR_moveState><div class=IEntry><a href="../files/view/mxCellStatePreview-js.html#mxCellStatePreview.moveState" target=_parent class=ISymbol>moveState</a>, <span class=IParent>mxCellStatePreview</span></div></div><div class=SRResult id=SR_moveTo><div class=IEntry><a href="javascript:searchResults.Toggle('SR_moveTo')" class=ISymbol>moveTo</a><div class=ISubIndex><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.moveTo" target=_parent class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.moveTo" target=_parent class=IParent>mxXmlCanvas2D</a></div></div></div><div class=SRResult id=SR_mxAbstractCanvas2D><div class=IEntry><a href="../files/util/mxAbstractCanvas2D-js.html#mxAbstractCanvas2D.mxAbstractCanvas2D" target=_parent class=ISymbol>mxAbstractCanvas2D</a>, <span class=IParent>mxAbstractCanvas2D</span></div></div><div class=SRResult id=SR_mxActor><div class=IEntry><a href="../files/shape/mxActor-js.html#mxActor.mxActor" target=_parent class=ISymbol>mxActor</a>, <span class=IParent>mxActor</span></div></div><div class=SRResult id=SR_mxAnimation><div class=IEntry><a href="../files/util/mxAnimation-js.html#mxAnimation.mxAnimation" target=_parent class=ISymbol>mxAnimation</a>, <span class=IParent>mxAnimation</span></div></div><div class=SRResult id=SR_mxArrow><div class=IEntry><a href="../files/shape/mxArrow-js.html#mxArrow.mxArrow" target=_parent class=ISymbol>mxArrow</a>, <span class=IParent>mxArrow</span></div></div><div class=SRResult id=SR_mxArrowConnector><div class=IEntry><a href="../files/shape/mxArrowConnector-js.html#mxArrowConnector.mxArrowConnector" target=_parent class=ISymbol>mxArrowConnector</a>, <span class=IParent>mxArrowConnector</span></div></div><div class=SRResult id=SR_mxAutoSaveManager><div class=IEntry><a href="../files/util/mxAutoSaveManager-js.html#mxAutoSaveManager.mxAutoSaveManager" target=_parent class=ISymbol>mxAutoSaveManager</a>, <span class=IParent>mxAutoSaveManager</span></div></div><div class=SRResult id=SR_mxCell><div class=IEntry><a href="../files/model/mxCell-js.html#mxCell.mxCell" target=_parent class=ISymbol>mxCell</a>, <span class=IParent>mxCell</span></div></div><div class=SRResult id=SR_mxCellAttributeChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxCellAttributeChange.mxCellAttributeChange" target=_parent class=ISymbol>mxCellAttributeChange</a>, <span class=IParent>mxCellAttributeChange</span></div></div><div class=SRResult id=SR_mxCellEditor><div class=IEntry><a href="../files/view/mxCellEditor-js.html#mxCellEditor.mxCellEditor" target=_parent class=ISymbol>mxCellEditor</a>, <span class=IParent>mxCellEditor</span></div></div><div class=SRResult id=SR_mxCellHighlight><div class=IEntry><a href="../files/handler/mxCellHighlight-js.html#mxCellHighlight.mxCellHighlight" target=_parent class=ISymbol>mxCellHighlight</a>, <span class=IParent>mxCellHighlight</span></div></div><div class=SRResult id=SR_mxCellMarker><div class=IEntry><a href="../files/handler/mxCellMarker-js.html#mxCellMarker.mxCellMarker" target=_parent class=ISymbol>mxCellMarker</a>, <span class=IParent>mxCellMarker</span></div></div><div class=SRResult id=SR_mxCellOverlay><div class=IEntry><a href="../files/view/mxCellOverlay-js.html#mxCellOverlay.mxCellOverlay" target=_parent class=ISymbol>mxCellOverlay</a>, <span class=IParent>mxCellOverlay</span></div></div><div class=SRResult id=SR_mxCellRenderer><div class=IEntry><a href="../files/view/mxCellRenderer-js.html#mxCellRenderer.mxCellRenderer" target=_parent class=ISymbol>mxCellRenderer</a>, <span class=IParent>mxCellRenderer</span></div></div><div class=SRResult id=SR_mxCellState><div class=IEntry><a href="../files/view/mxCellState-js.html#mxCellState.mxCellState" target=_parent class=ISymbol>mxCellState</a>, <span class=IParent>mxCellState</span></div></div><div class=SRResult id=SR_mxCellStatePreview><div class=IEntry><a href="../files/view/mxCellStatePreview-js.html#mxCellStatePreview.mxCellStatePreview" target=_parent class=ISymbol>mxCellStatePreview</a>, <span class=IParent>mxCellStatePreview</span></div></div><div class=SRResult id=SR_mxCellTracker><div class=IEntry><a href="../files/handler/mxCellTracker-js.html#mxCellTracker.mxCellTracker" target=_parent class=ISymbol>mxCellTracker</a>, <span class=IParent>mxCellTracker</span></div></div><div class=SRResult id=SR_mxChildChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxChildChange.mxChildChange" target=_parent class=ISymbol>mxChildChange</a>, <span class=IParent>mxChildChange</span></div></div><div class=SRResult id=SR_mxCircleLayout><div class=IEntry><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout.mxCircleLayout" target=_parent class=ISymbol>mxCircleLayout</a>, <span class=IParent>mxCircleLayout</span></div></div><div class=SRResult id=SR_mxCloud><div class=IEntry><a href="../files/shape/mxCloud-js.html#mxCloud.mxCloud" target=_parent class=ISymbol>mxCloud</a>, <span class=IParent>mxCloud</span></div></div><div class=SRResult id=SR_mxCodec><div class=IEntry><a href="../files/io/mxCodec-js.html#mxCodec.mxCodec" target=_parent class=ISymbol>mxCodec</a>, <span class=IParent>mxCodec</span></div></div><div class=SRResult id=SR_mxCollapseChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxCollapseChange.mxCollapseChange" target=_parent class=ISymbol>mxCollapseChange</a>, <span class=IParent>mxCollapseChange</span></div></div><div class=SRResult id=SR_mxCompactTreeLayout><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxCompactTreeLayout')" class=ISymbol>mxCompactTreeLayout</a><div class=ISubIndex><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.mxCompactTreeLayout" target=_parent class=IParent>mxCompactTreeLayout</a><a href="../files/layout/mxFastOrganicLayout-js.html#mxFastOrganicLayout.mxCompactTreeLayout" target=_parent class=IParent>mxFastOrganicLayout</a><a href="../files/layout/mxParallelEdgeLayout-js.html#mxParallelEdgeLayout.mxCompactTreeLayout" target=_parent class=IParent>mxParallelEdgeLayout</a></div></div></div><div class=SRResult id=SR_mxCompositeLayout><div class=IEntry><a href="../files/layout/mxCompositeLayout-js.html#mxCompositeLayout.mxCompositeLayout" target=_parent class=ISymbol>mxCompositeLayout</a>, <span class=IParent>mxCompositeLayout</span></div></div><div class=SRResult id=SR_mxConnectionConstraint><div class=IEntry><a href="../files/view/mxConnectionConstraint-js.html#mxConnectionConstraint.mxConnectionConstraint" target=_parent class=ISymbol>mxConnectionConstraint</a>, <span class=IParent>mxConnectionConstraint</span></div></div><div class=SRResult id=SR_mxConnectionHandler><div class=IEntry><a href="../files/handler/mxConnectionHandler-js.html#mxConnectionHandler.mxConnectionHandler" target=_parent class=ISymbol>mxConnectionHandler</a>, <span class=IParent>mxConnectionHandler</span></div></div><div class=SRResult id=SR_mxConnector><div class=IEntry><a href="../files/shape/mxConnector-js.html#mxConnector.mxConnector" target=_parent class=ISymbol>mxConnector</a>, <span class=IParent>mxConnector</span></div></div><div class=SRResult id=SR_mxConstraintHandler><div class=IEntry><a href="../files/handler/mxConstraintHandler-js.html#mxConstraintHandler.mxConstraintHandler" target=_parent class=ISymbol>mxConstraintHandler</a>, <span class=IParent>mxConstraintHandler</span></div></div><div class=SRResult id=SR_mxCoordinateAssignment><div class=IEntry><a href="../files/layout/hierarchical/stage/mxCoordinateAssignment-js.html#mxCoordinateAssignment.mxCoordinateAssignment" target=_parent class=ISymbol>mxCoordinateAssignment</a>, <span class=IParent>mxCoordinateAssignment</span></div></div><div class=SRResult id=SR_mxCurrentRootChange><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxCurrentRootChange')" class=ISymbol>mxCurrentRootChange</a><div class=ISubIndex><a href="../files/view/mxGraphView-js.html#mxCurrentRootChange.mxCurrentRootChange" target=_parent class=IParent>mxCurrentRootChange</a><a href="../files/view/mxGraphSelectionModel-js.html#mxSelectionChange.mxCurrentRootChange" target=_parent class=IParent>mxSelectionChange</a></div></div></div><div class=SRResult id=SR_mxCylinder><div class=IEntry><a href="../files/shape/mxCylinder-js.html#mxCylinder.mxCylinder" target=_parent class=ISymbol>mxCylinder</a>, <span class=IParent>mxCylinder</span></div></div><div class=SRResult id=SR_mxDefaultKeyHandler><div class=IEntry><a href="../files/editor/mxDefaultKeyHandler-js.html#mxDefaultKeyHandler.mxDefaultKeyHandler" target=_parent class=ISymbol>mxDefaultKeyHandler</a>, <span class=IParent>mxDefaultKeyHandler</span></div></div><div class=SRResult id=SR_mxDefaultPopupMenu><div class=IEntry><a href="../files/editor/mxDefaultPopupMenu-js.html#mxDefaultPopupMenu.mxDefaultPopupMenu" target=_parent class=ISymbol>mxDefaultPopupMenu</a>, <span class=IParent>mxDefaultPopupMenu</span></div></div><div class=SRResult id=SR_mxDefaultToolbar><div class=IEntry><a href="../files/editor/mxDefaultToolbar-js.html#mxDefaultToolbar.mxDefaultToolbar" target=_parent class=ISymbol>mxDefaultToolbar</a>, <span class=IParent>mxDefaultToolbar</span></div></div><div class=SRResult id=SR_mxDivResizer><div class=IEntry><a href="../files/util/mxDivResizer-js.html#mxDivResizer.mxDivResizer" target=_parent class=ISymbol>mxDivResizer</a>, <span class=IParent>mxDivResizer</span></div></div><div class=SRResult id=SR_mxDoubleEllipse><div class=IEntry><a href="../files/shape/mxDoubleEllipse-js.html#mxDoubleEllipse.mxDoubleEllipse" target=_parent class=ISymbol>mxDoubleEllipse</a>, <span class=IParent>mxDoubleEllipse</span></div></div><div class=SRResult id=SR_mxDragSource><div class=IEntry><a href="../files/util/mxDragSource-js.html#mxDragSource.mxDragSource" target=_parent class=ISymbol>mxDragSource</a>, <span class=IParent>mxDragSource</span></div></div><div class=SRResult id=SR_mxEdgeHandler><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxEdgeHandler')" class=ISymbol>mxEdgeHandler</a><div class=ISubIndex><a href="../files/handler/mxEdgeHandler-js.html#mxEdgeHandler.mxEdgeHandler" target=_parent class=IParent>mxEdgeHandler</a><a href="../files/handler/mxElbowEdgeHandler-js.html#mxElbowEdgeHandler.mxEdgeHandler" target=_parent class=IParent>mxElbowEdgeHandler</a></div></div></div><div class=SRResult id=SR_mxEdgeLabelLayout><div class=IEntry><a href="../files/layout/mxEdgeLabelLayout-js.html#mxEdgeLabelLayout.mxEdgeLabelLayout" target=_parent class=ISymbol>mxEdgeLabelLayout</a>, <span class=IParent>mxEdgeLabelLayout</span></div></div><div class=SRResult id=SR_mxEditor><div class=IEntry><a href="../files/editor/mxEditor-js.html#mxEditor.mxEditor" target=_parent class=ISymbol>mxEditor</a>, <span class=IParent>mxEditor</span></div></div><div class=SRResult id=SR_mxEllipse><div class=IEntry><a href="../files/shape/mxEllipse-js.html#mxEllipse.mxEllipse" target=_parent class=ISymbol>mxEllipse</a>, <span class=IParent>mxEllipse</span></div></div><div class=SRResult id=SR_mxEventObject><div class=IEntry><a href="../files/util/mxEventObject-js.html#mxEventObject.mxEventObject" target=_parent class=ISymbol>mxEventObject</a>, <span class=IParent>mxEventObject</span></div></div><div class=SRResult id=SR_mxEventSource><div class=IEntry><a href="javascript:searchResults.Toggle('SR_mxEventSource')" class=ISymbol>mxEventSource</a><div class=ISubIndex><a href="../files/util/mxDictionary-js.html#mxDictionary.mxEventSource" target=_parent class=IParent>mxDictionary</a><a href="../files/util/mxEventSource-js.html#mxEventSource.mxEventSource" target=_parent class=IParent>mxEventSource</a></div></div></div><div class=SRResult id=SR_mxForm><div class=IEntry><a href="../files/util/mxForm-js.html#mxForm.mxForm" target=_parent class=ISymbol>mxForm</a>, <span class=IParent>mxForm</span></div></div><div class=SRResult id=SR_mxGenericChangeCodec><div class=IEntry><a href="../files/io/mxGenericChangeCodec-js.html#mxGenericChangeCodec.mxGenericChangeCodec" target=_parent class=ISymbol>mxGenericChangeCodec</a>, <span class=IParent>mxGenericChangeCodec</span></div></div><div class=SRResult id=SR_mxGeometry><div class=IEntry><a href="../files/model/mxGeometry-js.html#mxGeometry.mxGeometry" target=_parent class=ISymbol>mxGeometry</a>, <span class=IParent>mxGeometry</span></div></div><div class=SRResult id=SR_mxGeometryChange><div class=IEntry><a href="../files/model/mxGraphModel-js.html#mxGeometryChange.mxGeometryChange" target=_parent class=ISymbol>mxGeometryChange</a>, <span class=IParent>mxGeometryChange</span></div></div><div class=SRResult id=SR_mxGraph><div class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.mxGraph" target=_parent class=ISymbol>mxGraph</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_mxGraphAbstractHierarchyCell><div class=IEntry><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.mxGraphAbstractHierarchyCell" target=_parent class=ISymbol>mxGraphAbstractHierarchyCell</a>, <span class=IParent>mxGraphAbstractHierarchyCell</span></div></div><div class=SRResult id=SR_mxGraphHandler><div class=IEntry><a href="../files/handler/mxGraphHandler-js.html#mxGraphHandler.mxGraphHandler" target=_parent class=ISymbol>mxGraphHandler</a>, <span class=IParent>mxGraphHandler</span></div></div><div class=SRResult id=SR_mxGraphHierarchyEdge><div class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyEdge-js.html#mxGraphHierarchyEdge.mxGraphHierarchyEdge" target=_parent class=ISymbol>mxGraphHierarchyEdge</a>, <span class=IParent>mxGraphHierarchyEdge</span></div></div><div class=SRResult id=SR_mxGraphHierarchyModel><div class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyModel-js.html#mxGraphHierarchyModel.mxGraphHierarchyModel" target=_parent class=ISymbol>mxGraphHierarchyModel</a>, <span class=IParent>mxGraphHierarchyModel</span></div></div><div class=SRResult id=SR_mxGraphHierarchyNode><div class=IEntry><a href="../files/layout/hierarchical/model/mxGraphHierarchyNode-js.html#mxGraphHierarchyNode.mxGraphHierarchyNode" target=_parent class=ISymbol>mxGraphHierarchyNode</a>, <span class=IParent>mxGraphHierarchyNode</span></div></div><div class=SRResult id=SR_mxGraphLayout><div class=IEntry><a href="../files/layout/mxGraphLayout-js.html#mxGraphLayout.mxGraphLayout" target=_parent class=ISymbo ... [truncated]
docs/js-api/search/GeneralC.html+0 −0 modifieddocs/js-api/search/GeneralD.html+1 −1 modifieddocs/js-api/search/GeneralG.html+1 −1 modifieddocs/js-api/search/GeneralM.html+1 −1 modifieddocs/manual.html+1 −1 modifieddocs/manual_javavis.html+1 −1 modifieddocs/php-api/files/canvas/mxGdCanvas-php.html+1 −1 modifieddocs/php-api/files/canvas/mxHtmlCanvas-php.html+1 −1 modifieddocs/php-api/files/index-txt.html+1 −1 modifieddocs/php-api/files/io/mxCellCodec-php.html+1 −1 modifieddocs/php-api/files/io/mxCodec-php.html+1 −1 modifieddocs/php-api/files/io/mxCodecRegistry-php.html+1 −1 modifieddocs/php-api/files/io/mxModelCodec-php.html+1 −1 modifieddocs/php-api/files/io/mxObjectCodec-php.html+1 −1 modifieddocs/php-api/files/io/mxStylesheetCodec-php.html+1 −1 modifieddocs/php-api/files/model/mxCellPath-php.html+1 −1 modifieddocs/php-api/files/model/mxCell-php.html+1 −1 modifieddocs/php-api/files/model/mxGeometry-php.html+1 −1 modifieddocs/php-api/files/model/mxGraphModel-php.html+1 −1 modifieddocs/php-api/files/reader/mxGraphViewHtmlReader-php.html+1 −1 modifieddocs/php-api/files/reader/mxGraphViewImageReader-php.html+1 −1 modifieddocs/php-api/files/util/mxConstants-php.html+1 −1 modifieddocs/php-api/files/util/mxEventObject-php.html+1 −1 modifieddocs/php-api/files/util/mxEvent-php.html+1 −1 modifieddocs/php-api/files/util/mxEventSource-php.html+1 −1 modifieddocs/php-api/files/util/mxImageBundle-php.html+1 −1 modifieddocs/php-api/files/util/mxLog-php.html+1 −1 modifieddocs/php-api/files/util/mxPoint-php.html+1 −1 modifieddocs/php-api/files/util/mxRectangle-php.html+1 −1 modifieddocs/php-api/files/util/mxUtils-php.html+1 −1 modifieddocs/php-api/files/view/mxCellState-php.html+1 −1 modifieddocs/php-api/files/view/mxConnectionConstraint-php.html+1 −1 modifieddocs/php-api/files/view/mxEdgeStyle-php.html+1 −1 modifieddocs/php-api/files/view/mxGraph-php.html+1 −1 modifieddocs/php-api/files/view/mxGraphView-php.html+1 −1 modifieddocs/php-api/files/view/mxPerimeter-php.html+1 −1 modifieddocs/php-api/files/view/mxStyleRegistry-php.html+1 −1 modifieddocs/php-api/files/view/mxStylesheet-php.html+1 −1 modifieddocs/php-api/index/Classes.html+1 −1 modifieddocs/php-api/index/Files.html+1 −1 modifieddocs/php-api/index/Functions2.html+1 −1 modifieddocs/php-api/index/Functions3.html+1 −1 modifieddocs/php-api/index/Functions4.html+1 −1 modifieddocs/php-api/index/Functions5.html+1 −1 modifieddocs/php-api/index/Functions6.html+1 −1 modifieddocs/php-api/index/Functions7.html+1 −1 modifieddocs/php-api/index/Functions8.html+1 −1 modifieddocs/php-api/index/Functions.html+1 −1 modifieddocs/php-api/index/General10.html+1 −1 modifieddocs/php-api/index/General2.html+1 −1 modifieddocs/php-api/index/General3.html+1 −1 modifieddocs/php-api/index/General4.html+1 −1 modifieddocs/php-api/index/General5.html+1 −1 modifieddocs/php-api/index/General6.html+1 −1 modifieddocs/php-api/index/General7.html+1 −1 modifieddocs/php-api/index/General8.html+1 −1 modifieddocs/php-api/index/General9.html+1 −1 modifieddocs/php-api/index/General.html+1 −1 modifieddocs/php-api/index/Interfaces.html+1 −1 modifieddocs/php-api/index/Variables2.html+1 −1 modifieddocs/php-api/index/Variables3.html+1 −1 modifieddocs/php-api/index/Variables4.html+1 −1 modifieddocs/php-api/index/Variables.html+1 −1 modifieddocs/php-api/javascript/searchdata.js+40 −40 modifieddotnet/docs/html/classcom_1_1mxgraph_1_1mxGraph.html+4 −4 modifieddotnet/src/view/mxGraph.cs+2 −2 modifiedetc/build/build.xml+0 −40 removedetc/build/Gruntfile.js+0 −101 removedetc/build/mxgraph-package.json+0 −31 removedindex.html+3 −3 modifiedjava/build.xml+1 −1 modifiedjava/docs/allclasses-frame.html+3 −3 modifiedjava/docs/allclasses-noframe.html+3 −3 modifiedjava/docs/com/mxgraph/analysis/class-use/mxAnalysisGraph.html+40 −40 modifiedjava/docs/com/mxgraph/analysis/class-use/mxConstantCostFunction.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/class-use/mxDistanceCostFunction.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/class-use/mxFibonacciHeap.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/class-use/mxFibonacciHeap.Node.html+8 −8 modifiedjava/docs/com/mxgraph/analysis/class-use/mxGraphAnalysis.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/class-use/mxGraphGenerator.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/class-use/mxGraphProperties.GraphType.html+7 −7 modifiedjava/docs/com/mxgraph/analysis/class-use/mxGraphProperties.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/class-use/mxGraphStructure.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/class-use/mxICostFunction.html+14 −14 modifiedjava/docs/com/mxgraph/analysis/class-use/mxTraversal.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/class-use/mxUnionFind.html+9 −9 modifiedjava/docs/com/mxgraph/analysis/class-use/mxUnionFind.Node.html+8 −8 modifiedjava/docs/com/mxgraph/analysis/class-use/StructuralException.html+18 −18 modifiedjava/docs/com/mxgraph/analysis/mxAnalysisGraph.html+59 −59 modifiedjava/docs/com/mxgraph/analysis/mxConstantCostFunction.html+10 −10 modifiedjava/docs/com/mxgraph/analysis/mxDistanceCostFunction.html+10 −10 modifiedjava/docs/com/mxgraph/analysis/mxFibonacciHeap.html+15 −15 modifiedjava/docs/com/mxgraph/analysis/mxFibonacciHeap.Node.html+16 −16 modifiedjava/docs/com/mxgraph/analysis/mxGraphAnalysis.html+38 −38 modifiedjava/docs/com/mxgraph/analysis/mxGraphGenerator.html+24 −24 modifiedjava/docs/com/mxgraph/analysis/mxGraphProperties.GraphType.html+18 −18 modifiedjava/docs/com/mxgraph/analysis/mxGraphProperties.html+22 −22 modifiedjava/docs/com/mxgraph/analysis/mxGraphStructure.html+53 −53 modifiedjava/docs/com/mxgraph/analysis/mxICostFunction.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/mxTraversal.html+35 −35 modifiedjava/docs/com/mxgraph/analysis/mxUnionFind.html+20 −20 modifiedjava/docs/com/mxgraph/analysis/mxUnionFind.Node.html+10 −10 modifiedjava/docs/com/mxgraph/analysis/package-frame.html+3 −3 modifiedjava/docs/com/mxgraph/analysis/package-summary.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/package-tree.html+11 −11 modifiedjava/docs/com/mxgraph/analysis/package-use.html+6 −6 modifiedjava/docs/com/mxgraph/analysis/StructuralException.html+17 −17 modifiedjava/docs/com/mxgraph/canvas/class-use/mxBasicCanvas.html+6 −6 modifiedjava/docs/com/mxgraph/canvas/class-use/mxGraphics2DCanvas.html+47 −47 modifiedjava/docs/com/mxgraph/canvas/class-use/mxGraphicsCanvas2D.CanvasState.html+7 −7 modifiedjava/docs/com/mxgraph/canvas/class-use/mxGraphicsCanvas2D.html+7 −7 modifiedjava/docs/com/mxgraph/canvas/class-use/mxHtmlCanvas.html+6 −6 modifiedjava/docs/com/mxgraph/canvas/class-use/mxICanvas2D.html+6 −6 modifiedjava/docs/com/mxgraph/canvas/class-use/mxICanvas.html+13 −13 modifiedjava/docs/com/mxgraph/canvas/class-use/mxImageCanvas.html+6 −6 modifiedjava/docs/com/mxgraph/canvas/class-use/mxSvgCanvas.html+6 −6 modifiedjava/docs/com/mxgraph/canvas/class-use/mxVmlCanvas.html+6 −6 modifiedjava/docs/com/mxgraph/canvas/mxBasicCanvas.html+26 −26 modifiedjava/docs/com/mxgraph/canvas/mxGraphics2DCanvas.html+79 −79 modifiedjava/docs/com/mxgraph/canvas/mxGraphicsCanvas2D.CanvasState.html+51 −51 modifiedjava/docs/com/mxgraph/canvas/mxGraphicsCanvas2D.html+177 −177 modifiedjava/docs/com/mxgraph/canvas/mxHtmlCanvas.html+48 −48 modifiedjava/docs/com/mxgraph/canvas/mxICanvas2D.html+46 −46 modifiedjava/docs/com/mxgraph/canvas/mxICanvas.html+13 −13 modifiedjava/docs/com/mxgraph/canvas/mxImageCanvas.html+29 −29 modifiedjava/docs/com/mxgraph/canvas/mxSvgCanvas.html+104 −104 modifiedjava/docs/com/mxgraph/canvas/mxVmlCanvas.html+47 −47 modifiedjava/docs/com/mxgraph/canvas/package-frame.html+3 −3 modifiedjava/docs/com/mxgraph/canvas/package-summary.html+6 −6 modifiedjava/docs/com/mxgraph/canvas/package-tree.html+8 −8 modifiedjava/docs/com/mxgraph/canvas/package-use.html+6 −6 modifiedjava/docs/com/mxgraph/costfunction/class-use/mxConstCostFunction.html+6 −6 modifiedjava/docs/com/mxgraph/costfunction/class-use/mxCostFunction.html+6 −6 modifiedjava/docs/com/mxgraph/costfunction/class-use/mxDoubleValCostFunction.html+6 −6 modifiedjava/docs/com/mxgraph/costfunction/mxConstCostFunction.html+9 −9 modifiedjava/docs/com/mxgraph/costfunction/mxCostFunction.html+10 −10 modifiedjava/docs/com/mxgraph/costfunction/mxDoubleValCostFunction.html+9 −9 modifiedjava/docs/com/mxgraph/costfunction/package-frame.html+3 −3 modifiedjava/docs/com/mxgraph/costfunction/package-summary.html+6 −6 modifiedjava/docs/com/mxgraph/costfunction/package-tree.html+7 −7 modifiedjava/docs/com/mxgraph/costfunction/package-use.html+6 −6 modifiedjava/docs/com/mxgraph/generatorfunction/class-use/mxGeneratorConstFunction.html+6 −6 modifiedjava/docs/com/mxgraph/generatorfunction/class-use/mxGeneratorFunction.html+6 −6 modifiedjava/docs/com/mxgraph/generatorfunction/class-use/mxGeneratorRandomFunction.html+6 −6 modifiedjava/docs/com/mxgraph/generatorfunction/class-use/mxGeneratorRandomIntFunction.html+6 −6 modifiedjava/docs/com/mxgraph/generatorfunction/mxGeneratorConstFunction.html+9 −9 modifiedjava/docs/com/mxgraph/generatorfunction/mxGeneratorFunction.html+10 −10 modifiedjava/docs/com/mxgraph/generatorfunction/mxGeneratorRandomFunction.html+9 −9 modifiedjava/docs/com/mxgraph/generatorfunction/mxGeneratorRandomIntFunction.html+9 −9 modifiedjava/docs/com/mxgraph/generatorfunction/package-frame.html+3 −3 modifiedjava/docs/com/mxgraph/generatorfunction/package-summary.html+6 −6 modifiedjava/docs/com/mxgraph/generatorfunction/package-tree.html+7 −7 modifiedjava/docs/com/mxgraph/generatorfunction/package-use.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxCellCodec.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxChildChangeCodec.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxCodec.html+99 −99 modifiedjava/docs/com/mxgraph/io/class-use/mxCodecRegistry.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxGdCodec.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxGdCodec.mxGDParseState.html+7 −7 modifiedjava/docs/com/mxgraph/io/class-use/mxGenericChangeCodec.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxModelCodec.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxObjectCodec.html+8 −8 modifiedjava/docs/com/mxgraph/io/class-use/mxRootChangeCodec.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxStylesheetCodec.html+6 −6 modifiedjava/docs/com/mxgraph/io/class-use/mxTerminalChangeCodec.html+6 −6 modifiedjava/docs/com/mxgraph/io/mxCellCodec.html+37 −37 modifiedjava/docs/com/mxgraph/io/mxChildChangeCodec.html+41 −41 modifiedjava/docs/com/mxgraph/io/mxCodec.html+67 −67 modifiedjava/docs/com/mxgraph/io/mxCodecRegistry.html+33 −33 modifiedjava/docs/com/mxgraph/io/mxGdCodec.html+16 −16 modifiedjava/docs/com/mxgraph/io/mxGdCodec.mxGDParseState.html+18 −18 modifiedjava/docs/com/mxgraph/io/mxGenericChangeCodec.html+31 −31 modifiedjava/docs/com/mxgraph/io/mxModelCodec.html+29 −29 modifiedjava/docs/com/mxgraph/io/mxObjectCodec.html+230 −230 modifiedjava/docs/com/mxgraph/io/mxRootChangeCodec.html+35 −35 modifiedjava/docs/com/mxgraph/io/mxStylesheetCodec.html+32 −32 modifiedjava/docs/com/mxgraph/io/mxTerminalChangeCodec.html+23 −23 modifiedjava/docs/com/mxgraph/io/package-frame.html+3 −3 modifiedjava/docs/com/mxgraph/io/package-summary.html+6 −6 modifiedjava/docs/com/mxgraph/io/package-tree.html+9 −9 modifiedjava/docs/com/mxgraph/io/package-use.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxCircleLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxCompactTreeLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxCompactTreeLayout.Polygon.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxCompactTreeLayout.Polyline.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxCompactTreeLayout.TreeNode.html+11 −11 modifiedjava/docs/com/mxgraph/layout/class-use/mxCompactTreeLayout.WeightedCellSorter.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxEdgeLabelLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxFastOrganicLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxGraphLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxIGraphLayout.html+8 −8 modifiedjava/docs/com/mxgraph/layout/class-use/mxOrganicLayout.CellWrapper.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxOrganicLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxParallelEdgeLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxPartitionLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/class-use/mxStackLayout.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/class-use/mxHierarchicalLayout.html+10 −10 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/class-use/mxGraphAbstractHierarchyCell.html+12 −12 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/class-use/mxGraphHierarchyEdge.html+16 −16 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/class-use/mxGraphHierarchyModel.CellVisitor.html+9 −9 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/class-use/mxGraphHierarchyModel.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/class-use/mxGraphHierarchyNode.html+16 −16 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/class-use/mxGraphHierarchyRank.html+7 −7 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html+18 −18 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/mxGraphHierarchyEdge.html+17 −17 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/mxGraphHierarchyModel.CellVisitor.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/mxGraphHierarchyModel.html+42 −42 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/mxGraphHierarchyNode.html+23 −23 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/mxGraphHierarchyRank.html+29 −29 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/package-frame.html+3 −3 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/package-summary.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/package-tree.html+11 −11 modifiedjava/docs/com/mxgraph/layout/hierarchical/model/package-use.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/mxHierarchicalLayout.html+53 −53 modifiedjava/docs/com/mxgraph/layout/hierarchical/package-frame.html+3 −3 modifiedjava/docs/com/mxgraph/layout/hierarchical/package-summary.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/package-tree.html+7 −7 modifiedjava/docs/com/mxgraph/layout/hierarchical/package-use.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/class-use/mxCoordinateAssignment.AreaSpatialCache.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/class-use/mxCoordinateAssignment.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/class-use/mxCoordinateAssignment.WeightedCellSorter.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/class-use/mxHierarchicalLayoutStage.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/class-use/mxMedianHybridCrossingReduction.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/class-use/mxMedianHybridCrossingReduction.MedianCellSorter.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/class-use/mxMinimumCycleRemover.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/mxCoordinateAssignment.AreaSpatialCache.html+28 −28 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/mxCoordinateAssignment.html+20 −20 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/mxCoordinateAssignment.WeightedCellSorter.html+15 −15 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/mxHierarchicalLayoutStage.html+8 −8 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/mxMedianHybridCrossingReduction.html+12 −12 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/mxMedianHybridCrossingReduction.MedianCellSorter.html+15 −15 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/mxMinimumCycleRemover.html+12 −12 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/package-frame.html+3 −3 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/package-summary.html+6 −6 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/package-tree.html+12 −12 modifiedjava/docs/com/mxgraph/layout/hierarchical/stage/package-use.html+6 −6 modifiedjava/docs/com/mxgraph/layout/mxCircleLayout.html+13 −13 modifiedjava/docs/com/mxgraph/layout/mxCompactTreeLayout.html+33 −33 modifiedjava/docs/com/mxgraph/layout/mxCompactTreeLayout.Polygon.html+10 −10 modifiedjava/docs/com/mxgraph/layout/mxCompactTreeLayout.Polyline.html+10 −10 modifiedjava/docs/com/mxgraph/layout/mxCompactTreeLayout.TreeNode.html+14 −14 modifiedjava/docs/com/mxgraph/layout/mxCompactTreeLayout.WeightedCellSorter.html+15 −15 modifiedjava/docs/com/mxgraph/layout/mxEdgeLabelLayout.html+15 −15 modifiedjava/docs/com/mxgraph/layout/mxFastOrganicLayout.html+19 −19 modifiedjava/docs/com/mxgraph/layout/mxGraphLayout.html+51 −51 modifiedjava/docs/com/mxgraph/layout/mxIGraphLayout.html+10 −10 modifiedjava/docs/com/mxgraph/layout/mxOrganicLayout.CellWrapper.html+16 −16 modifiedjava/docs/com/mxgraph/layout/mxOrganicLayout.html+18 −18 modifiedjava/docs/com/mxgraph/layout/mxParallelEdgeLayout.html+21 −21 modifiedjava/docs/com/mxgraph/layout/mxPartitionLayout.html+13 −13 modified
Vulnerability mechanics
Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
5- github.com/advisories/GHSA-wvpv-8524-wg6xghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2017-18197ghsaADVISORY
- github.com/jgraph/mxgraph/commit/97b3718db64a6ca9afb3382de2926eb8da660052ghsaWEB
- github.com/jgraph/mxgraph/issues/124ghsax_refsource_CONFIRMWEB
- lists.debian.org/debian-lts-announce/2018/03/msg00002.htmlghsamailing-listx_refsource_MLISTWEB
News mentions
0No linked articles in our index yet.