3.7.1 release
parent
9f7b00a5c3
commit
7314db0c7a
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
01-MAR-2017: 3.7.1
|
||||
|
||||
- Uses semantic versioning
|
||||
- Fixes mxUtils.getOffset and getScrollOrigin for fixed elements
|
||||
- Adds handling for general case in mxGraph.getCellValidationError
|
||||
- Ignores connected terminals in mxGraph.getBoundingBoxFromGeometry
|
||||
- Adds mxCellEditor.prepareTextarea for linefeeds in FF
|
||||
- Fixes linefeeds in mxUtils.extractTextWithWhitespace
|
||||
- Adds mxSvgCanvas2D.imageOffset option
|
||||
- Refactors link handling in grapheditor
|
||||
- Fixes extendParent order for mxGraph.groupCells
|
||||
|
||||
29-JAN-2017: 3.7.0.1
|
||||
|
||||
- Fixes mxXmlRequest.simulate in Webkit
|
||||
|
|
|
@ -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. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 3.7.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 3.7.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>) ></td></tr></table></td></tr></table></blockquote><p>True if the current browser is Internet Explorer 10 or below. Use <a href="#mxClient.IS_IE11" class=LVariable id=link24 onMouseOver="ShowTip(event, 'tt22', 'link24')" onMouseOut="HideTip('tt22')">mxClient.IS_IE11</a> to detect IE 11.</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
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>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=link1588 onMouseOver="ShowTip(event, 'tt1587', 'link1588')" onMouseOut="HideTip('tt1587')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1589 onMouseOver="ShowTip(event, 'tt1588', 'link1589')" onMouseOut="HideTip('tt1588')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1590 onMouseOver="ShowTip(event, 'tt1589', 'link1590')" onMouseOut="HideTip('tt1589')" 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=link1589 onMouseOver="ShowTip(event, 'tt1588', 'link1589')" onMouseOut="HideTip('tt1588')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1590 onMouseOver="ShowTip(event, 'tt1589', 'link1590')" onMouseOut="HideTip('tt1589')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1591 onMouseOver="ShowTip(event, 'tt1590', 'link1591')" onMouseOut="HideTip('tt1590')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1587"><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="tt1588"><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="tt1589"><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="tt1588"><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="tt1589"><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="tt1590"><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-->
|
||||
|
||||
|
|
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=link2654 onMouseOver="ShowTip(event, 'tt2651', 'link2654')" onMouseOut="HideTip('tt2651')" 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=link2655 onMouseOver="ShowTip(event, 'tt2652', 'link2655')" onMouseOut="HideTip('tt2652')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2656 onMouseOver="ShowTip(event, 'tt2653', 'link2656')" onMouseOut="HideTip('tt2653')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2657 onMouseOver="ShowTip(event, 'tt2654', 'link2657')" onMouseOut="HideTip('tt2654')" 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=link2656 onMouseOver="ShowTip(event, 'tt2653', 'link2656')" onMouseOut="HideTip('tt2653')" 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=link2657 onMouseOver="ShowTip(event, 'tt2654', 'link2657')" onMouseOut="HideTip('tt2654')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2658 onMouseOver="ShowTip(event, 'tt2655', 'link2658')" onMouseOut="HideTip('tt2655')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2659 onMouseOver="ShowTip(event, 'tt2656', 'link2659')" onMouseOut="HideTip('tt2656')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt2651"><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="tt2652"><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="tt2653"><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="tt2654"><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="tt2653"><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="tt2654"><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="tt2655"><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="tt2656"><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-->
|
||||
|
||||
|
|
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
|
@ -11,13 +11,13 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
|
||||
<div id=Index><div class=IPageTitle>Variable Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Variables.html#A">A</a> · <a href="Variables.html#B">B</a> · <a href="Variables2.html#C">C</a> · <a href="Variables3.html#D">D</a> · <a href="Variables4.html#E">E</a> · <a href="Variables5.html#F">F</a> · <a href="Variables5.html#G">G</a> · <a href="Variables6.html#H">H</a> · <a href="Variables7.html#I">I</a> · <a href="Variables7.html#J">J</a> · <a href="Variables7.html#K">K</a> · <a href="Variables8.html#L">L</a> · <a href="Variables9.html#M">M</a> · <a href="Variables10.html#N">N</a> · <a href="Variables10.html#O">O</a> · <a href="Variables11.html#P">P</a> · <a href="Variables11.html#Q">Q</a> · <a href="Variables12.html#R">R</a> · <a href="Variables13.html#S">S</a> · <a href="Variables14.html#T">T</a> · <a href="Variables15.html#U">U</a> · <a href="Variables15.html#V">V</a> · <a href="Variables15.html#W">W</a> · <a href="Variables15.html#X">X</a> · <a href="#Y">Y</a> · <a href="#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Y"></a>Y</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>y</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.y" id=link1315 onMouseOver="ShowTip(event, 'tt1310', 'link1315')" onMouseOut="HideTip('tt1310')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxPoint-js.html#mxPoint.y" id=link1316 onMouseOver="ShowTip(event, 'tt1311', 'link1316')" onMouseOut="HideTip('tt1311')" class=IParent>mxPoint</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>y0</span><div class=ISubIndex><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout.y0" id=link1317 onMouseOver="ShowTip(event, 'tt1312', 'link1317')" onMouseOut="HideTip('tt1312')" class=IParent>mxCircleLayout</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.y0" id=link1318 onMouseOver="ShowTip(event, 'tt1313', 'link1318')" onMouseOut="HideTip('tt1313')" class=IParent>mxPrintPreview</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.y0" id=link1319 onMouseOver="ShowTip(event, 'tt1314', 'link1319')" onMouseOut="HideTip('tt1314')" class=IParent>mxStackLayout</a></div></td></tr><tr><td class=IHeading><a name="Z"></a>Z</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>zIndex</span><div class=ISubIndex><a href="../files/view/mxCellEditor-js.html#mxCellEditor.zIndex" id=link1320 onMouseOver="ShowTip(event, 'tt1315', 'link1320')" onMouseOut="HideTip('tt1315')" class=IParent>mxCellEditor</a><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.zIndex" id=link1321 onMouseOver="ShowTip(event, 'tt1316', 'link1321')" onMouseOut="HideTip('tt1316')" class=IParent>mxPopupMenu</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.zIndex" id=link1322 onMouseOver="ShowTip(event, 'tt1317', 'link1322')" onMouseOut="HideTip('tt1317')" class=IParent>mxTooltipHandler</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomFactor" id=link1323 onMouseOver="ShowTip(event, 'tt1318', 'link1323')" onMouseOut="HideTip('tt1318')" class=ISymbol>zoomFactor</a>, <span class=IParent>mxGraph</span></td></tr></table>
|
||||
<div id=Index><div class=IPageTitle>Variable Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Variables.html#A">A</a> · <a href="Variables.html#B">B</a> · <a href="Variables2.html#C">C</a> · <a href="Variables3.html#D">D</a> · <a href="Variables4.html#E">E</a> · <a href="Variables5.html#F">F</a> · <a href="Variables5.html#G">G</a> · <a href="Variables6.html#H">H</a> · <a href="Variables7.html#I">I</a> · <a href="Variables7.html#J">J</a> · <a href="Variables8.html#K">K</a> · <a href="Variables8.html#L">L</a> · <a href="Variables9.html#M">M</a> · <a href="Variables10.html#N">N</a> · <a href="Variables10.html#O">O</a> · <a href="Variables11.html#P">P</a> · <a href="Variables11.html#Q">Q</a> · <a href="Variables12.html#R">R</a> · <a href="Variables13.html#S">S</a> · <a href="Variables14.html#T">T</a> · <a href="Variables15.html#U">U</a> · <a href="Variables15.html#V">V</a> · <a href="Variables15.html#W">W</a> · <a href="Variables15.html#X">X</a> · <a href="#Y">Y</a> · <a href="#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="Y"></a>Y</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>y</span><div class=ISubIndex><a href="../files/layout/hierarchical/model/mxGraphAbstractHierarchyCell-js.html#mxGraphAbstractHierarchyCell.y" id=link1316 onMouseOver="ShowTip(event, 'tt1311', 'link1316')" onMouseOut="HideTip('tt1311')" class=IParent>mxGraphAbstractHierarchyCell</a><a href="../files/util/mxPoint-js.html#mxPoint.y" id=link1317 onMouseOver="ShowTip(event, 'tt1312', 'link1317')" onMouseOut="HideTip('tt1312')" class=IParent>mxPoint</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><span class=ISymbol>y0</span><div class=ISubIndex><a href="../files/layout/mxCircleLayout-js.html#mxCircleLayout.y0" id=link1318 onMouseOver="ShowTip(event, 'tt1313', 'link1318')" onMouseOut="HideTip('tt1313')" class=IParent>mxCircleLayout</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.y0" id=link1319 onMouseOver="ShowTip(event, 'tt1314', 'link1319')" onMouseOut="HideTip('tt1314')" class=IParent>mxPrintPreview</a><a href="../files/layout/mxStackLayout-js.html#mxStackLayout.y0" id=link1320 onMouseOver="ShowTip(event, 'tt1315', 'link1320')" onMouseOut="HideTip('tt1315')" class=IParent>mxStackLayout</a></div></td></tr><tr><td class=IHeading><a name="Z"></a>Z</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><span class=ISymbol>zIndex</span><div class=ISubIndex><a href="../files/view/mxCellEditor-js.html#mxCellEditor.zIndex" id=link1321 onMouseOver="ShowTip(event, 'tt1316', 'link1321')" onMouseOut="HideTip('tt1316')" class=IParent>mxCellEditor</a><a href="../files/util/mxPopupMenu-js.html#mxPopupMenu.zIndex" id=link1322 onMouseOver="ShowTip(event, 'tt1317', 'link1322')" onMouseOut="HideTip('tt1317')" class=IParent>mxPopupMenu</a><a href="../files/handler/mxTooltipHandler-js.html#mxTooltipHandler.zIndex" id=link1323 onMouseOver="ShowTip(event, 'tt1318', 'link1323')" onMouseOut="HideTip('tt1318')" class=IParent>mxTooltipHandler</a></div></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.zoomFactor" id=link1324 onMouseOver="ShowTip(event, 'tt1319', 'link1324')" onMouseOut="HideTip('tt1319')" class=ISymbol>zoomFactor</a>, <span class=IParent>mxGraph</span></td></tr></table>
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1310"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxGraphAbstractHierarchyCell.prototype.y</td></tr></table></blockquote>The y position of this cell for each layer it occupies</div></div><div class=CToolTip id="tt1311"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxPoint.prototype.y</td></tr></table></blockquote>Holds the y-coordinate of the point. </div></div><div class=CToolTip id="tt1312"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxCircleLayout.prototype.y0</td></tr></table></blockquote>Integer specifying the top coordinate of the circle. </div></div><div class=CToolTip id="tt1313"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxPrintPreview.prototype.y0</td></tr></table></blockquote>Holds the vertical offset of the output.</div></div><div class=CToolTip id="tt1314"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxStackLayout.prototype.y0</td></tr></table></blockquote>Specifies the vertical origin of the layout. </div></div><!--END_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1311"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxGraphAbstractHierarchyCell.prototype.y</td></tr></table></blockquote>The y position of this cell for each layer it occupies</div></div><div class=CToolTip id="tt1312"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxPoint.prototype.y</td></tr></table></blockquote>Holds the y-coordinate of the point. </div></div><div class=CToolTip id="tt1313"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxCircleLayout.prototype.y0</td></tr></table></blockquote>Integer specifying the top coordinate of the circle. </div></div><div class=CToolTip id="tt1314"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxPrintPreview.prototype.y0</td></tr></table></blockquote>Holds the vertical offset of the output.</div></div><div class=CToolTip id="tt1315"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxStackLayout.prototype.y0</td></tr></table></blockquote>Specifies the vertical origin of the layout. </div></div><!--END_ND_TOOLTIPS-->
|
||||
|
||||
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1315"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxCellEditor.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the textarea. </div></div><div class=CToolTip id="tt1316"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxPopupMenu.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the popupmenu and its shadow. </div></div><div class=CToolTip id="tt1317"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxTooltipHandler.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the tooltip and its shadow. </div></div><div class=CToolTip id="tt1318"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxGraph.prototype.zoomFactor</td></tr></table></blockquote>Specifies the factor used for zoomIn and zoomOut. </div></div><!--END_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1316"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxCellEditor.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the textarea. </div></div><div class=CToolTip id="tt1317"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxPopupMenu.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the popupmenu and its shadow. </div></div><div class=CToolTip id="tt1318"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxTooltipHandler.prototype.zIndex</td></tr></table></blockquote>Specifies the zIndex for the tooltip and its shadow. </div></div><div class=CToolTip id="tt1319"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxGraph.prototype.zoomFactor</td></tr></table></blockquote>Specifies the factor used for zoomIn and zoomOut. </div></div><!--END_ND_TOOLTIPS-->
|
||||
|
||||
</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
|
@ -1,4 +1,94 @@
|
|||
var indexSectionsWithContent = {
|
||||
"Classes": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": false,
|
||||
"B": false,
|
||||
"C": false,
|
||||
"D": false,
|
||||
"E": false,
|
||||
"F": false,
|
||||
"G": false,
|
||||
"H": false,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": false,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"R": false,
|
||||
"S": false,
|
||||
"T": false,
|
||||
"U": false,
|
||||
"V": false,
|
||||
"W": true,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Cookies": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": false,
|
||||
"B": false,
|
||||
"C": false,
|
||||
"D": false,
|
||||
"E": false,
|
||||
"F": false,
|
||||
"G": false,
|
||||
"H": false,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": false,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"R": false,
|
||||
"S": false,
|
||||
"T": false,
|
||||
"U": false,
|
||||
"V": false,
|
||||
"W": false,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"General": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
"B": true,
|
||||
"C": true,
|
||||
"D": true,
|
||||
"E": true,
|
||||
"F": true,
|
||||
"G": true,
|
||||
"H": true,
|
||||
"I": true,
|
||||
"J": true,
|
||||
"K": true,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": true,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": true,
|
||||
"Y": true,
|
||||
"Z": true
|
||||
},
|
||||
"Functions": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
|
@ -59,36 +149,6 @@ var indexSectionsWithContent = {
|
|||
"Y": true,
|
||||
"Z": true
|
||||
},
|
||||
"General": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
"B": true,
|
||||
"C": true,
|
||||
"D": true,
|
||||
"E": true,
|
||||
"F": true,
|
||||
"G": true,
|
||||
"H": true,
|
||||
"I": true,
|
||||
"J": true,
|
||||
"K": true,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": true,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": true,
|
||||
"Y": true,
|
||||
"Z": true
|
||||
},
|
||||
"Events": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
|
@ -119,36 +179,6 @@ var indexSectionsWithContent = {
|
|||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Classes": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": false,
|
||||
"B": false,
|
||||
"C": false,
|
||||
"D": false,
|
||||
"E": false,
|
||||
"F": false,
|
||||
"G": false,
|
||||
"H": false,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": false,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"R": false,
|
||||
"S": false,
|
||||
"T": false,
|
||||
"U": false,
|
||||
"V": false,
|
||||
"W": true,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Files": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
|
@ -178,35 +208,5 @@ var indexSectionsWithContent = {
|
|||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Cookies": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": false,
|
||||
"B": false,
|
||||
"C": false,
|
||||
"D": false,
|
||||
"E": false,
|
||||
"F": false,
|
||||
"G": false,
|
||||
"H": false,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": false,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"R": false,
|
||||
"S": false,
|
||||
"T": false,
|
||||
"U": false,
|
||||
"V": false,
|
||||
"W": false,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
}
|
||||
}
|
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>
|
||||
<br/>
|
||||
<br/>
|
||||
<p>mxGraph Version 3.7.0.1 – 29. January 2017</p>
|
||||
<p>mxGraph Version 3.7.1 – 01. March 2017</p>
|
||||
<p>Copyright (c) JGraph Ltd 2006-2016</p>
|
||||
<br/>
|
||||
<p>All rights reserved. No part of this publication may be
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<h1>JGraphX (JGraph 6) User Manual</h1>
|
||||
<br/>
|
||||
<br/>
|
||||
<p>JGraphX Version 3.7.0.1 – 29. January 2017</p>
|
||||
<p>JGraphX Version 3.7.1 – 01. March 2017</p>
|
||||
<p>Copyright (c) JGraph Ltd 2006-2016</p>
|
||||
<br/>
|
||||
<p>All rights reserved. No part of this publication may be
|
||||
|
|
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
|
@ -25,7 +25,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt36"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_FONTFAMILY</td></tr></table></blockquote>Defines the default family for all truetype fonts. </div></div><div class=CToolTip id="tt37"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_FONTSIZE</td></tr></table></blockquote>Defines the default size for all fonts in points. </div></div><div class=CToolTip id="tt38"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_IMAGESIZE</td></tr></table></blockquote>Defines the default width and height for images used in the label shape. </div></div><div class=CToolTip id="tt39"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_LINESPACING</td></tr></table></blockquote>Defines the default linespacing. </div></div><div class=CToolTip id="tt40"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_MARKERSIZE</td></tr></table></blockquote>Defines the default size for all markers. </div></div><div class=CToolTip id="tt41"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_STARTSIZE</td></tr></table></blockquote>Defines the default start size for swimlanes. </div></div><div class=CToolTip id="tt42"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>var $defaultLoopStyle</td></tr></table></blockquote>mxEdgeStyle to be used for loops. </div></div><div class=CToolTip id="tt43"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEG_PER_RAD</td></tr></table></blockquote>Defines the number of degrees per radiant.</div></div><div class=CToolTip id="tt44"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DIRECTION_EAST</td></tr></table></blockquote></div></div><div class=CToolTip id="tt45"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DIRECTION_NORTH</td></tr></table></blockquote></div></div><div class=CToolTip id="tt46"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DIRECTION_SOUTH</td></tr></table></blockquote></div></div><div class=CToolTip id="tt47"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DIRECTION_WEST</td></tr></table></blockquote></div></div><div class=CToolTip id="tt48"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>var $document</td></tr></table></blockquote>The owner document of the codec.</div></div><!--END_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt36"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_FONTFAMILY</td></tr></table></blockquote>Defines the default family for all truetype fonts. </div></div><div class=CToolTip id="tt37"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_FONTSIZE</td></tr></table></blockquote>Defines the default size (in px). </div></div><div class=CToolTip id="tt38"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_IMAGESIZE</td></tr></table></blockquote>Defines the default width and height for images used in the label shape. </div></div><div class=CToolTip id="tt39"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_LINESPACING</td></tr></table></blockquote>Defines the default linespacing. </div></div><div class=CToolTip id="tt40"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_MARKERSIZE</td></tr></table></blockquote>Defines the default size for all markers. </div></div><div class=CToolTip id="tt41"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEFAULT_STARTSIZE</td></tr></table></blockquote>Defines the default start size for swimlanes. </div></div><div class=CToolTip id="tt42"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>var $defaultLoopStyle</td></tr></table></blockquote>mxEdgeStyle to be used for loops. </div></div><div class=CToolTip id="tt43"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DEG_PER_RAD</td></tr></table></blockquote>Defines the number of degrees per radiant.</div></div><div class=CToolTip id="tt44"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DIRECTION_EAST</td></tr></table></blockquote></div></div><div class=CToolTip id="tt45"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DIRECTION_NORTH</td></tr></table></blockquote></div></div><div class=CToolTip id="tt46"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DIRECTION_SOUTH</td></tr></table></blockquote></div></div><div class=CToolTip id="tt47"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>public static $DIRECTION_WEST</td></tr></table></blockquote></div></div><div class=CToolTip id="tt48"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>var $document</td></tr></table></blockquote>The owner document of the codec.</div></div><!--END_ND_TOOLTIPS-->
|
||||
|
||||
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
var indexSectionsWithContent = {
|
||||
"Interfaces": {
|
||||
"Classes": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": false,
|
||||
|
@ -59,36 +59,6 @@ var indexSectionsWithContent = {
|
|||
"Y": true,
|
||||
"Z": false
|
||||
},
|
||||
"Files": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
"B": false,
|
||||
"C": false,
|
||||
"D": false,
|
||||
"E": false,
|
||||
"F": false,
|
||||
"G": false,
|
||||
"H": false,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": false,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"R": false,
|
||||
"S": false,
|
||||
"T": false,
|
||||
"U": false,
|
||||
"V": false,
|
||||
"W": false,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Variables": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
|
@ -119,36 +89,6 @@ var indexSectionsWithContent = {
|
|||
"Y": true,
|
||||
"Z": false
|
||||
},
|
||||
"Classes": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": false,
|
||||
"B": false,
|
||||
"C": false,
|
||||
"D": false,
|
||||
"E": false,
|
||||
"F": false,
|
||||
"G": false,
|
||||
"H": false,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": false,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"R": false,
|
||||
"S": false,
|
||||
"T": false,
|
||||
"U": false,
|
||||
"V": false,
|
||||
"W": false,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Functions": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
|
@ -178,5 +118,65 @@ var indexSectionsWithContent = {
|
|||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Interfaces": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": false,
|
||||
"B": false,
|
||||
"C": false,
|
||||
"D": false,
|
||||
"E": false,
|
||||
"F": false,
|
||||
"G": false,
|
||||
"H": false,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": false,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"R": false,
|
||||
"S": false,
|
||||
"T": false,
|
||||
"U": false,
|
||||
"V": false,
|
||||
"W": false,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Files": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
"B": false,
|
||||
"C": false,
|
||||
"D": false,
|
||||
"E": false,
|
||||
"F": false,
|
||||
"G": false,
|
||||
"H": false,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": false,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": false,
|
||||
"P": false,
|
||||
"Q": false,
|
||||
"R": false,
|
||||
"S": false,
|
||||
"T": false,
|
||||
"U": false,
|
||||
"V": false,
|
||||
"W": false,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
}
|
||||
}
|
|
@ -53,7 +53,7 @@ namespace com.mxgraph
|
|||
public static String DEFAULT_FONTFAMILY = "Arial";
|
||||
|
||||
/// <summary>
|
||||
/// Default size for fonts. Value is 11.
|
||||
/// Default size for fonts (in px). Value is 11.
|
||||
/// </summary>
|
||||
public static float DEFAULT_FONTSIZE = 11;
|
||||
|
||||
|
@ -709,7 +709,7 @@ namespace com.mxgraph
|
|||
public static string STYLE_FONTFAMILY = "fontFamily";
|
||||
|
||||
/// <summary>
|
||||
/// Defines the key for the fontSize style (in points). The type of the value
|
||||
/// Defines the key for the fontSize style (in px). The type of the value
|
||||
/// is <i>int</i>.
|
||||
/// </summary>
|
||||
public static string STYLE_FONTSIZE = "fontSize";
|
||||
|
|
|
@ -15,9 +15,9 @@ namespace com.mxgraph
|
|||
{
|
||||
/// <summary>
|
||||
/// Holds the version number of this release. Current version
|
||||
/// is 3.7.0.1.
|
||||
/// is 3.7.1.
|
||||
/// </summary>
|
||||
public const String VERSION = "3.7.0.1";
|
||||
public const String VERSION = "3.7.1";
|
||||
|
||||
/// <summary>
|
||||
/// Holds the model that contains the cells to be displayed.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>mxGraph 3.7.0.1</title>
|
||||
<title>mxGraph 3.7.1</title>
|
||||
<link rel="stylesheet" href="docs/css/manual-styles.css">
|
||||
<link rel="stylesheet" href="docs/css/manual-colors.css">
|
||||
</head>
|
||||
|
@ -9,12 +9,12 @@
|
|||
<center>
|
||||
<img src="docs/images/mxgraph_logo.gif" alt="mxGraph"/><br/>
|
||||
<font size="-1"><i>
|
||||
Version 3.7.0.1 – 29. January 2017
|
||||
Version 3.7.1 – 01. March 2017
|
||||
</i></font>
|
||||
</center>
|
||||
<br/>
|
||||
<br/>
|
||||
<h1>mxGraph 3.7.0.1</h1>
|
||||
<h1>mxGraph 3.7.1</h1>
|
||||
<p>
|
||||
mxGraph is a JavaScript diagramming library that enables interactive graph
|
||||
and charting applications to be quickly created that run natively in any
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<project name="mxgraph" default="all" basedir=".">
|
||||
|
||||
<property name="product.name" value="mxGraph"/>
|
||||
<property name="product.version" value="3.7.0.1"/>
|
||||
<property name="product.version" value="3.7.1"/>
|
||||
<property name="all.jar" value="mxgraph-all.jar"/>
|
||||
<property name="core.jar" value="mxgraph-core.jar"/>
|
||||
<property name="swing.jar" value="mxgraph-swing.jar"/>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:10 CET 2017 -->
|
||||
<title>All Classes (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>All Classes (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:10 CET 2017 -->
|
||||
<title>All Classes (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>All Classes (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>StructuralException (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>StructuralException (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="StructuralException (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="StructuralException (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -215,7 +215,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exce
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.StructuralException (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.StructuralException (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.StructuralException (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.StructuralException (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -194,7 +194,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxAnalysisGraph (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxAnalysisGraph (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxAnalysisGraph (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxAnalysisGraph (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -472,7 +472,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxConstantCostFunction (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxConstantCostFunction (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxConstantCostFunction (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxConstantCostFunction (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -92,7 +92,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxDistanceCostFunction (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxDistanceCostFunction (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxDistanceCostFunction (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxDistanceCostFunction (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -92,7 +92,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxFibonacciHeap.Node (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxFibonacciHeap.Node (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxFibonacciHeap.Node (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxFibonacciHeap.Node (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -227,7 +227,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxFibonacciHeap (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxFibonacciHeap (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxFibonacciHeap (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxFibonacciHeap (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -160,7 +160,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphAnalysis (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphAnalysis (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphAnalysis (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphAnalysis (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -165,7 +165,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphGenerator (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphGenerator (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphGenerator (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphGenerator (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -161,7 +161,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphProperties.GraphType (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphProperties.GraphType (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphProperties.GraphType (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphProperties.GraphType (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -144,7 +144,7 @@ the order they are declared.</div>
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphProperties (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphProperties (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphProperties (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphProperties (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -92,7 +92,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphStructure (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxGraphStructure (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphStructure (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxGraphStructure (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -92,7 +92,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Interface com.mxgraph.analysis.mxICostFunction (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Interface com.mxgraph.analysis.mxICostFunction (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Interface com.mxgraph.analysis.mxICostFunction (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Interface com.mxgraph.analysis.mxICostFunction (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -264,7 +264,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxTraversal (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxTraversal (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxTraversal (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxTraversal (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -92,7 +92,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxUnionFind.Node (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxUnionFind.Node (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxUnionFind.Node (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxUnionFind.Node (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -204,7 +204,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxUnionFind (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>Uses of Class com.mxgraph.analysis.mxUnionFind (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxUnionFind (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="Uses of Class com.mxgraph.analysis.mxUnionFind (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -146,7 +146,7 @@
|
|||
<li><a href="../../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxAnalysisGraph (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxAnalysisGraph (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxAnalysisGraph (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxAnalysisGraph (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -575,7 +575,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxConstantCostFunction (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxConstantCostFunction (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxConstantCostFunction (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxConstantCostFunction (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -282,7 +282,7 @@ implements <a href="../../../com/mxgraph/analysis/mxICostFunction.html" title="i
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxDistanceCostFunction (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxDistanceCostFunction (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxDistanceCostFunction (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxDistanceCostFunction (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -243,7 +243,7 @@ implements <a href="../../../com/mxgraph/analysis/mxICostFunction.html" title="i
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxFibonacciHeap.Node (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxFibonacciHeap.Node (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxFibonacciHeap.Node (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxFibonacciHeap.Node (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -283,7 +283,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxFibonacciHeap (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxFibonacciHeap (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxFibonacciHeap (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxFibonacciHeap (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -627,7 +627,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxGraphAnalysis (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxGraphAnalysis (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxGraphAnalysis (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxGraphAnalysis (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -570,7 +570,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxGraphGenerator (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxGraphGenerator (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxGraphGenerator (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxGraphGenerator (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -957,7 +957,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxGraphProperties.GraphType (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxGraphProperties.GraphType (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxGraphProperties.GraphType (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxGraphProperties.GraphType (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -706,7 +706,7 @@ not permitted.)</div>
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxGraphProperties (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxGraphProperties (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxGraphProperties (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxGraphProperties (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -399,7 +399,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxGraphStructure (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxGraphStructure (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxGraphStructure (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxGraphStructure (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -760,7 +760,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxICostFunction (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxICostFunction (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxICostFunction (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxICostFunction (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -192,7 +192,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxTraversal (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxTraversal (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxTraversal (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxTraversal (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -425,7 +425,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxUnionFind.Node (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxUnionFind.Node (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxUnionFind.Node (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxUnionFind.Node (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -339,7 +339,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:04 CET 2017 -->
|
||||
<title>mxUnionFind (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:42 CET 2017 -->
|
||||
<title>mxUnionFind (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="mxUnionFind (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="mxUnionFind (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -46,7 +46,7 @@ var activeTableTab = "activeTableTab";
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -369,7 +369,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>com.mxgraph.analysis (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>com.mxgraph.analysis (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_101) on Sun Jan 29 09:58:09 CET 2017 -->
|
||||
<title>com.mxgraph.analysis (mxGraph 3.7.0.1 API Specification)</title>
|
||||
<meta name="date" content="2017-01-29">
|
||||
<!-- Generated by javadoc (1.8.0_101) on Wed Mar 01 13:24:47 CET 2017 -->
|
||||
<title>com.mxgraph.analysis (mxGraph 3.7.1 API Specification)</title>
|
||||
<meta name="date" content="2017-03-01">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="com.mxgraph.analysis (mxGraph 3.7.0.1 API Specification)";
|
||||
parent.document.title="com.mxgraph.analysis (mxGraph 3.7.1 API Specification)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
@ -229,7 +229,7 @@
|
|||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.0.1</b></p></div>
|
||||
<div class="aboutLanguage"><p><b>mxGraph 3.7.1</b></p></div>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue