2.2.0.1 release

development
Gaudenz Alder 2013-09-25 13:02:54 +01:00
parent 603a5f7e1e
commit 6b00bd8ea0
834 changed files with 4202 additions and 4108 deletions

View File

@ -1,3 +1,11 @@
25-SEP-2013: 2.2.0.1
- Fixes page selector for Firefox, minor bugs for quirks mode in mxPrintPreview [JavaScript]
- Fixes ignored tolerance for double click within double click delay in IE9 [JavaScript]
- Fixes usage of mxText in secondlabel.html example for quirks mode [JavaScript]
- Fixes use of white-space CSS in layout-, process- and workfloweditor.html examples [JavaScript]
- Moves calls to mxText.updateMargin from mxCellRenderer to mxText [JavaScript]
19-SEP-2013: 2.2.0.0
- Adds mxGraph.cellResized, resize/constrainChildCells, scaleCell functions [JavaScript]

View File

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><title>/home/gaudenz/project/mxgraph2/build/mxgraph/javascript/src/src/js/handler/mxEdgeSegmentHandler.js</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
<html><head><title>/home/gaudenz/mxgraph2/build/mxgraph/javascript/src/src/js/handler/mxEdgeSegmentHandler.js</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
<!-- Generated by Natural Docs, version 1.5 -->

View File

@ -15,7 +15,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
<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><p>Contains the current version of the mxGraph library.&nbsp; The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 2.2.0.0.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><p>Contains the current version of the mxGraph library.&nbsp; The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 2.2.0.1.</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 prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>IS_IE: navigator.userAgent.indexOf(</td><td class=PParameter nowrap>'MSIE'</td><td class=PAfterParameters nowrap>) &gt;</td></tr></table></td></tr></table></blockquote><p>True if the current browser is Internet Explorer.</p></div></div></div>

View File

@ -99,7 +99,7 @@ preview.open();</pre></blockquote><!--START_ND_SUMMARY--><div class=Summary><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 prettyprint"><tr><td>mxPrintPreview.prototype.getWindow = function()</td></tr></table></blockquote><p>Returns <a href="#mxPrintPreview.wnd" class=LVariable id=link46 onMouseOver="ShowTip(event, 'tt14', 'link46')" onMouseOut="HideTip('tt14')">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.&nbsp; This implementation returns an empty string.</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.&nbsp; 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>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxPrintPreview.open"></a>open</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxPrintPreview.prototype.open = function(</td><td class=PParameter nowrap>css</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Shows the print preview window.&nbsp; The window is created here if it does not exist.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>css</td><td class=CDLDescription>Optional CSS string to be used in the head section.</td></tr></table></div></div></div>

View File

@ -9,7 +9,7 @@
<h1>mxGraph User Manual &ndash; JavaScript Client</h1>
<br/>
<br/>
<p>mxGraph Version 2.2.0.0 &ndash; 19. September 2013</p>
<p>mxGraph Version 2.2.0.1 &ndash; 25. September 2013</p>
<p>Copyright (c) JGraph Ltd 2006-2013</p>
<br/>
<p>All rights reserved. No part of this publication may be

View File

@ -9,7 +9,7 @@
<h1>JGraphX (JGraph 6) User Manual</h1>
<br/>
<br/>
<p>JGraphX Version 2.2.0.0 &ndash; 19. September 2013</p>
<p>JGraphX Version 2.2.0.1 &ndash; 25. September 2013</p>
<p>Copyright (c) JGraph Ltd 2006-2012</p>
<br/>
<p>All rights reserved. No part of this publication may be

View File

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><title>/home/gaudenz/project/mxgraph2/build/mxgraph/php/src/canvas/mxGdCanvas.php</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
<html><head><title>/home/gaudenz/mxgraph2/build/mxgraph/php/src/canvas/mxGdCanvas.php</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
<!-- Generated by Natural Docs, version 1.5 -->

View File

@ -113,7 +113,7 @@
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -81,7 +81,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:18 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -360,7 +360,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:18 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -118,7 +118,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -1286,7 +1286,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -111,7 +111,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -114,7 +114,7 @@ Public Member Functions</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -73,7 +73,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -200,7 +200,7 @@ Static Public Attributes</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -72,7 +72,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -257,7 +257,7 @@ Static Public Member Functions</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -71,7 +71,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -128,7 +128,7 @@ Public Member Functions</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -75,7 +75,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -229,7 +229,7 @@ Protected Attributes</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -123,7 +123,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -674,7 +674,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -91,7 +91,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -716,7 +716,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -79,7 +79,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -332,7 +332,7 @@ Static Protected Attributes</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -76,7 +76,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -240,7 +240,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -217,7 +217,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -2617,7 +2617,7 @@ Static Public Attributes</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -74,7 +74,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -170,7 +170,7 @@ Static Public Attributes</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -102,7 +102,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -743,7 +743,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -107,7 +107,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:18 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -1481,7 +1481,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:18 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -137,7 +137,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:18 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -1908,7 +1908,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:18 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -71,7 +71,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:18 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -99,7 +99,7 @@ Public Member Functions</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:18 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -114,7 +114,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -555,7 +555,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -162,7 +162,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -224,8 +224,8 @@ Public Member Functions</h2></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Called when the graph model has changed to invalidate the view. <a href="#ab396255800eb40d05b39bc129cfe579d"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const String&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">VERSION</a> = &quot;2.2.0.0&quot;</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Holds the version number of this release. Current version is 2.2.0.0. <a href="#a12b4a8dcf881951589ccca36c7ebfccb"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const String&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">VERSION</a> = &quot;2.2.0.1&quot;</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Holds the version number of this release. Current version is 2.2.0.1. <a href="#a12b4a8dcf881951589ccca36c7ebfccb"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxStylesheet.html">mxStylesheet</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a54e7b28a0964d2d39ef9f4607ff39604">CreateStylesheet</a> ()</td></tr>
@ -2968,13 +2968,13 @@ Properties</h2></td></tr>
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const String <a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">com.mxgraph.mxGraph.VERSION</a> = &quot;2.2.0.0&quot;</td>
<td class="memname">const String <a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">com.mxgraph.mxGraph.VERSION</a> = &quot;2.2.0.1&quot;</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Holds the version number of this release. Current version is 2.2.0.0. </p>
<p>Holds the version number of this release. Current version is 2.2.0.1. </p>
</div>
</div>
@ -3121,7 +3121,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -137,7 +137,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -2300,7 +2300,7 @@ Events</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -119,7 +119,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -1538,7 +1538,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -95,7 +95,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -521,7 +521,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -79,7 +79,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -358,7 +358,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -73,7 +73,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -185,7 +185,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -80,7 +80,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -364,7 +364,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -113,7 +113,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -260,7 +260,7 @@ Protected Member Functions</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -110,7 +110,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -1568,7 +1568,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -73,7 +73,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -153,7 +153,7 @@ Static Public Attributes</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -80,7 +80,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -353,7 +353,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -95,7 +95,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -541,7 +541,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -85,7 +85,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -284,7 +284,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -84,7 +84,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -432,7 +432,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -79,7 +79,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -317,7 +317,7 @@ Events</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -92,7 +92,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -806,7 +806,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -72,7 +72,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -152,7 +152,7 @@ static Dictionary&lt; string, <br class="typebreak"/>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -73,7 +73,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -179,7 +179,7 @@ Static Protected Attributes</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -79,7 +79,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -328,7 +328,7 @@ Properties</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -114,7 +114,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -275,7 +275,7 @@ Protected Member Functions</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:01:59 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -123,7 +123,7 @@ This is the complete list of members for <a class="el" href="classcom_1_1mxgraph
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -2266,7 +2266,7 @@ Static Public Member Functions</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -79,7 +79,7 @@
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,8 +46,8 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_960c412c123a7e1c8dd7bc6cf4f35dbe.html">utils</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_0e28ade17e9fbf956aae9f1915f1a932.html">utils</a> </li>
</ul>
</div>
</div>
@ -70,7 +70,7 @@ Files</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,8 +46,8 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_1179442bf228cab7bd4d4e2e0ddc1458.html">io</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_269ae554a22de60194df71534be01c7e.html">io</a> </li>
</ul>
</div>
</div>
@ -70,7 +70,7 @@ Files</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,8 +46,8 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_dd81411fd7f51ae097b84a3798461967.html">reader</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_486b988d8237e5dd62cf762ef0577e7d.html">reader</a> </li>
</ul>
</div>
</div>
@ -67,7 +67,7 @@ Files</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,7 +46,7 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
</ul>
</div>
</div>
@ -58,20 +58,20 @@
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="subdirs"></a>
Directories</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_a54e5691f3417b2421121504d53b0a24.html">canvas</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_1179442bf228cab7bd4d4e2e0ddc1458.html">io</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_f27368f44534187243475534272d8d7f.html">layout</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_98c853f1d36d623a62cbf5a9cee6a3f1.html">model</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_dd81411fd7f51ae097b84a3798461967.html">reader</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_96da2601d863413e75bdc100ea940324.html">sharing</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_960c412c123a7e1c8dd7bc6cf4f35dbe.html">utils</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_610406434e6f9d0301a71f953a744e49.html">view</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_f8c6c5d913ffc9ad4e06b566056b5af7.html">canvas</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_269ae554a22de60194df71534be01c7e.html">io</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_71df11619710535dce08ccebdef8a0f7.html">layout</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_82dc6796c5ef1615e121d8fd195bf529.html">model</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_486b988d8237e5dd62cf762ef0577e7d.html">reader</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_7b37c9a424bd44c0ca40f4e9c858fa23.html">sharing</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_0e28ade17e9fbf956aae9f1915f1a932.html">utils</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_6614c49c0b48d39517d1dc0bf8bebaea.html">view</a></td></tr>
</table>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,8 +46,8 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_610406434e6f9d0301a71f953a744e49.html">view</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_6614c49c0b48d39517d1dc0bf8bebaea.html">view</a> </li>
</ul>
</div>
</div>
@ -72,7 +72,7 @@ Files</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,8 +46,8 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_f27368f44534187243475534272d8d7f.html">layout</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_71df11619710535dce08ccebdef8a0f7.html">layout</a> </li>
</ul>
</div>
</div>
@ -66,7 +66,7 @@ Files</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,8 +46,8 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_96da2601d863413e75bdc100ea940324.html">sharing</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_7b37c9a424bd44c0ca40f4e9c858fa23.html">sharing</a> </li>
</ul>
</div>
</div>
@ -66,7 +66,7 @@ Files</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,8 +46,8 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_98c853f1d36d623a62cbf5a9cee6a3f1.html">model</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_82dc6796c5ef1615e121d8fd195bf529.html">model</a> </li>
</ul>
</div>
</div>
@ -70,7 +70,7 @@ Files</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -46,8 +46,8 @@
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_a54e5691f3417b2421121504d53b0a24.html">canvas</a> </li>
<li class="navelem"><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a> </li>
<li class="navelem"><a class="el" href="dir_f8c6c5d913ffc9ad4e06b566056b5af7.html">canvas</a> </li>
</ul>
</div>
</div>
@ -72,7 +72,7 @@ Files</h2></td></tr>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -51,15 +51,15 @@
</div><!--header-->
<div class="contents">
<div class="textblock">This directory hierarchy is sorted roughly, but not completely, alphabetically:</div><ul>
<li><a class="el" href="dir_205351e87b536693cced78e8dee0fa3e.html">src</a><ul>
<li><a class="el" href="dir_a54e5691f3417b2421121504d53b0a24.html">canvas</a></li>
<li><a class="el" href="dir_1179442bf228cab7bd4d4e2e0ddc1458.html">io</a></li>
<li><a class="el" href="dir_f27368f44534187243475534272d8d7f.html">layout</a></li>
<li><a class="el" href="dir_98c853f1d36d623a62cbf5a9cee6a3f1.html">model</a></li>
<li><a class="el" href="dir_dd81411fd7f51ae097b84a3798461967.html">reader</a></li>
<li><a class="el" href="dir_96da2601d863413e75bdc100ea940324.html">sharing</a></li>
<li><a class="el" href="dir_960c412c123a7e1c8dd7bc6cf4f35dbe.html">utils</a></li>
<li><a class="el" href="dir_610406434e6f9d0301a71f953a744e49.html">view</a></li>
<li><a class="el" href="dir_553c3da0988862e96901d74f77bf9b40.html">src</a><ul>
<li><a class="el" href="dir_f8c6c5d913ffc9ad4e06b566056b5af7.html">canvas</a></li>
<li><a class="el" href="dir_269ae554a22de60194df71534be01c7e.html">io</a></li>
<li><a class="el" href="dir_71df11619710535dce08ccebdef8a0f7.html">layout</a></li>
<li><a class="el" href="dir_82dc6796c5ef1615e121d8fd195bf529.html">model</a></li>
<li><a class="el" href="dir_486b988d8237e5dd62cf762ef0577e7d.html">reader</a></li>
<li><a class="el" href="dir_7b37c9a424bd44c0ca40f4e9c858fa23.html">sharing</a></li>
<li><a class="el" href="dir_0e28ade17e9fbf956aae9f1915f1a932.html">utils</a></li>
<li><a class="el" href="dir_6614c49c0b48d39517d1dc0bf8bebaea.html">view</a></li>
</ul>
</li>
</ul>
@ -67,7 +67,7 @@
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -215,7 +215,7 @@
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -137,7 +137,7 @@
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

View File

@ -287,7 +287,7 @@
<hr class="footer"/><address class="footer"><small>
Generated on Thu Sep 19 2013 08:02:00 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Sep 25 2013 12:53:19 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

Some files were not shown because too many files have changed in this diff Show More