2.1.0.2 release
parent
4fe3144a91
commit
8950dd8e88
|
@ -1,3 +1,8 @@
|
||||||
|
12-JUL-2013: 2.1.0.2
|
||||||
|
|
||||||
|
- Fixes possible index out of bounds in mxPolyline [JavaScript]
|
||||||
|
- Adds option in tree layout to align ranks [JavaScript]
|
||||||
|
|
||||||
12-JUL-2013: 2.1.0.1
|
12-JUL-2013: 2.1.0.1
|
||||||
|
|
||||||
- Ignores overlapping points in mxConnector, mxPolyline [JavaScript]
|
- Ignores overlapping points in mxConnector, mxPolyline [JavaScript]
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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="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. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 2.1.0.1.</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. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 2.1.0.2.</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>) ></td></tr></table></td></tr></table></blockquote><p>True if the current browser is Internet Explorer.</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>) ></td></tr></table></td></tr></table></blockquote><p>True if the current browser is Internet Explorer.</p></div></div></div>
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,9 +11,9 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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=link1451 onMouseOver="ShowTip(event, 'tt1446', 'link1451')" onMouseOut="HideTip('tt1446')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1452 onMouseOver="ShowTip(event, 'tt1447', 'link1452')" onMouseOut="HideTip('tt1447')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1453 onMouseOver="ShowTip(event, 'tt1448', 'link1453')" onMouseOut="HideTip('tt1448')" 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=link1452 onMouseOver="ShowTip(event, 'tt1447', 'link1452')" onMouseOut="HideTip('tt1447')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1453 onMouseOver="ShowTip(event, 'tt1448', 'link1453')" onMouseOut="HideTip('tt1448')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1454 onMouseOver="ShowTip(event, 'tt1449', 'link1454')" onMouseOut="HideTip('tt1449')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||||
<!--START_ND_TOOLTIPS-->
|
<!--START_ND_TOOLTIPS-->
|
||||||
<div class=CToolTip id="tt1446"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt1447"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt1448"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters 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="tt1447"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt1448"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt1449"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS-->
|
||||||
|
|
||||||
</div><!--Index-->
|
</div><!--Index-->
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -11,9 +11,9 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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="General10.html#L">L</a> · <a href="General11.html#M">M</a> · <a href="General12.html#N">N</a> · <a href="General12.html#O">O</a> · <a href="General13.html#P">P</a> · <a href="#Q">Q</a> · <a href="General15.html#R">R</a> · <a href="General16.html#S">S</a> · <a href="General17.html#T">T</a> · <a href="General18.html#U">U</a> · <a href="General19.html#V">V</a> · <a href="General20.html#W">W</a> · <a href="General20.html#X">X</a> · <a href="General20.html#Y">Y</a> · <a href="General20.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=link2412 onMouseOver="ShowTip(event, 'tt2403', 'link2412')" onMouseOut="HideTip('tt2403')" 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=link2413 onMouseOver="ShowTip(event, 'tt2404', 'link2413')" onMouseOut="HideTip('tt2404')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2414 onMouseOver="ShowTip(event, 'tt2405', 'link2414')" onMouseOut="HideTip('tt2405')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2415 onMouseOver="ShowTip(event, 'tt2406', 'link2415')" onMouseOut="HideTip('tt2406')" 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="General10.html#L">L</a> · <a href="General11.html#M">M</a> · <a href="General12.html#N">N</a> · <a href="General12.html#O">O</a> · <a href="General13.html#P">P</a> · <a href="#Q">Q</a> · <a href="General15.html#R">R</a> · <a href="General16.html#S">S</a> · <a href="General17.html#T">T</a> · <a href="General18.html#U">U</a> · <a href="General19.html#V">V</a> · <a href="General20.html#W">W</a> · <a href="General20.html#X">X</a> · <a href="General20.html#Y">Y</a> · <a href="General20.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=link2415 onMouseOver="ShowTip(event, 'tt2406', 'link2415')" onMouseOut="HideTip('tt2406')" 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=link2416 onMouseOver="ShowTip(event, 'tt2407', 'link2416')" onMouseOut="HideTip('tt2407')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2417 onMouseOver="ShowTip(event, 'tt2408', 'link2417')" onMouseOut="HideTip('tt2408')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2418 onMouseOver="ShowTip(event, 'tt2409', 'link2418')" onMouseOut="HideTip('tt2409')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||||
<!--START_ND_TOOLTIPS-->
|
<!--START_ND_TOOLTIPS-->
|
||||||
<div class=CToolTip id="tt2403"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxAbstractCanvas2D.prototype.quadOp</td></tr></table></blockquote>Contains the string used for quadratic paths. </div></div><div class=CToolTip id="tt2404"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt2405"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt2406"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters 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="tt2406"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxAbstractCanvas2D.prototype.quadOp</td></tr></table></blockquote>Contains the string used for quadratic paths. </div></div><div class=CToolTip id="tt2407"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxAbstractCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><div class=CToolTip id="tt2408"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxVmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Replaces quadratic curve with bezier curve in VML.</div></div><div class=CToolTip id="tt2409"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>mxXmlCanvas2D.prototype.quadTo = function(</td><td class=PParameter nowrap>x1,</td></tr><tr><td></td><td class=PParameter nowrap>y1,</td></tr><tr><td></td><td class=PParameter nowrap>x2,</td></tr><tr><td></td><td class=PParameter nowrap>y2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Adds a quadratic curve to the current path.</div></div><!--END_ND_TOOLTIPS-->
|
||||||
|
|
||||||
</div><!--Index-->
|
</div><!--Index-->
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
||||||
<h1>mxGraph User Manual – JavaScript Client</h1>
|
<h1>mxGraph User Manual – JavaScript Client</h1>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<p>mxGraph Version 2.1.0.1 – 12. July 2013</p>
|
<p>mxGraph Version 2.1.0.2 – 12. July 2013</p>
|
||||||
<p>Copyright (c) JGraph Ltd 2006-2013</p>
|
<p>Copyright (c) JGraph Ltd 2006-2013</p>
|
||||||
<br/>
|
<br/>
|
||||||
<p>All rights reserved. No part of this publication may be
|
<p>All rights reserved. No part of this publication may be
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<h1>JGraphX (JGraph 6) User Manual</h1>
|
<h1>JGraphX (JGraph 6) User Manual</h1>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<p>JGraphX Version 2.1.0.1 – 12. July 2013</p>
|
<p>JGraphX Version 2.1.0.2 – 12. July 2013</p>
|
||||||
<p>Copyright (c) JGraph Ltd 2006-2012</p>
|
<p>Copyright (c) JGraph Ltd 2006-2012</p>
|
||||||
<br/>
|
<br/>
|
||||||
<p>All rights reserved. No part of this publication may be
|
<p>All rights reserved. No part of this publication may be
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -360,7 +360,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:54 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -1286,7 +1286,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -114,7 +114,7 @@ Public Member Functions</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -200,7 +200,7 @@ Static Public Attributes</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -257,7 +257,7 @@ Static Public Member Functions</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -128,7 +128,7 @@ Public Member Functions</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -229,7 +229,7 @@ Protected Attributes</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -674,7 +674,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -716,7 +716,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -332,7 +332,7 @@ Static Protected Attributes</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -240,7 +240,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -2617,7 +2617,7 @@ Static Public Attributes</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -170,7 +170,7 @@ Static Public Attributes</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -743,7 +743,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -1481,7 +1481,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -1908,7 +1908,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -99,7 +99,7 @@ Public Member Functions</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -555,7 +555,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:06 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -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>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
|
@ -224,8 +224,8 @@ Public Member Functions</h2></td></tr>
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Called when the graph model has changed to invalidate the view. <a href="#ab396255800eb40d05b39bc129cfe579d"></a><br/></td></tr>
|
<tr><td class="mdescLeft"> </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>
|
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
|
||||||
Public Attributes</h2></td></tr>
|
Public Attributes</h2></td></tr>
|
||||||
<tr><td class="memItemLeft" align="right" valign="top">const String </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">VERSION</a> = "2.1.0.1"</td></tr>
|
<tr><td class="memItemLeft" align="right" valign="top">const String </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">VERSION</a> = "2.1.0.2"</td></tr>
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Holds the version number of this release. Current version is 2.1.0.1. <a href="#a12b4a8dcf881951589ccca36c7ebfccb"></a><br/></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Holds the version number of this release. Current version is 2.1.0.2. <a href="#a12b4a8dcf881951589ccca36c7ebfccb"></a><br/></td></tr>
|
||||||
<tr><td colspan="2"><h2><a name="pro-methods"></a>
|
<tr><td colspan="2"><h2><a name="pro-methods"></a>
|
||||||
Protected Member Functions</h2></td></tr>
|
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> </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a54e7b28a0964d2d39ef9f4607ff39604">CreateStylesheet</a> ()</td></tr>
|
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxStylesheet.html">mxStylesheet</a> </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">
|
<div class="memproto">
|
||||||
<table class="memname">
|
<table class="memname">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="memname">const String <a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">com.mxgraph.mxGraph.VERSION</a> = "2.1.0.1"</td>
|
<td class="memname">const String <a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">com.mxgraph.mxGraph.VERSION</a> = "2.1.0.2"</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="memdoc">
|
<div class="memdoc">
|
||||||
|
|
||||||
<p>Holds the version number of this release. Current version is 2.1.0.1. </p>
|
<p>Holds the version number of this release. Current version is 2.1.0.2. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -3121,7 +3121,7 @@ Properties</h2></td></tr>
|
||||||
|
|
||||||
|
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Generated on Fri Jul 12 2013 08:04:55 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
Generated on Fri Jul 12 2013 14:32:07 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
</a> 1.7.6.1
|
</a> 1.7.6.1
|
||||||
</small></address>
|
</small></address>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue