3.3.1.1 release
parent
4ac82539cc
commit
b030680f82
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
23-JUN-2015: 3.3.1.1
|
||||
|
||||
- Adds support for mxConstants.STYLE_SWIMLANE_FILLCOLOR [Php,Dotnet]
|
||||
- Replaces swimlane rendering code to match JavaScript output [Java]
|
||||
- Adds mxConstants.STYLE_SWIMLANE_LINE, STYLE_ARCSIZE for swimlanes [Java]
|
||||
- Adds mxCodec.elements, addElement to cache mxCodec.getElementById [Java,Php,Dotnet]
|
||||
- No longer uses document.getElementById in mxCodec.getElementById [Java,Php,Dotnet]
|
||||
- Adds pageNumber in mxPrintPreview.renderPage [JavaScript]
|
||||
- Changes default for mxText.prototype.cacheEnabled to true [JavaScript]
|
||||
|
||||
18-JUN-2015: 3.3.1.0
|
||||
|
||||
- Adds support for mxConstants.STYLE_SWIMLANE_FILLCOLOR [Java]
|
||||
|
|
|
@ -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.3.1.0.</p></div></div></div>
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><p>Contains the current version of the mxGraph library. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 3.3.1.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=link22 onMouseOver="ShowTip(event, 'tt20', 'link22')" onMouseOut="HideTip('tt20')">mxClient.IS_IE11</a> to detect IE 11.</p></div></div></div>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxText.lastValue"></a>lastValue</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxText.prototype.lastValue</td></tr></table></blockquote><p>Contains the last rendered text value. Used for caching.</p></div></div></div>
|
||||
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxText.cacheEnabled"></a>cacheEnabled</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxText.prototype.cacheEnabled</td></tr></table></blockquote><p>Specifies if caching for HTML labels should be enabled. Default is false.</p></div></div></div>
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxText.cacheEnabled"></a>cacheEnabled</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxText.prototype.cacheEnabled</td></tr></table></blockquote><p>Specifies if caching for HTML labels should be enabled. Default is true.</p></div></div></div>
|
||||
|
||||
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxText.Functions"></a>Functions</h3></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
|
@ -1,5 +1,5 @@
|
|||
var indexSectionsWithContent = {
|
||||
"Functions": {
|
||||
"Events": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
|
@ -10,79 +10,19 @@ var indexSectionsWithContent = {
|
|||
"F": true,
|
||||
"G": true,
|
||||
"H": true,
|
||||
"I": true,
|
||||
"J": true,
|
||||
"K": true,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": true,
|
||||
"Q": false,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": true
|
||||
},
|
||||
"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,
|
||||
|
@ -119,7 +59,7 @@ var indexSectionsWithContent = {
|
|||
"Y": true,
|
||||
"Z": true
|
||||
},
|
||||
"Events": {
|
||||
"Functions": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
|
@ -130,24 +70,24 @@ var indexSectionsWithContent = {
|
|||
"F": true,
|
||||
"G": true,
|
||||
"H": true,
|
||||
"I": false,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"I": true,
|
||||
"J": true,
|
||||
"K": true,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": false,
|
||||
"Q": true,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": false,
|
||||
"W": false,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
"Z": true
|
||||
},
|
||||
"Variables": {
|
||||
"Symbols": false,
|
||||
|
@ -179,6 +119,36 @@ var indexSectionsWithContent = {
|
|||
"Y": true,
|
||||
"Z": true
|
||||
},
|
||||
"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,
|
||||
|
@ -208,5 +178,35 @@ 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
|
||||
}
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
<h1>mxGraph User Manual – JavaScript Client</h1>
|
||||
<br/>
|
||||
<br/>
|
||||
<p>mxGraph Version 3.3.1.0 – 18. June 2015</p>
|
||||
<p>mxGraph Version 3.3.1.1 – 23. June 2015</p>
|
||||
<p>Copyright (c) JGraph Ltd 2006-2013</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.3.1.0 – 18. June 2015</p>
|
||||
<p>JGraphX Version 3.3.1.1 – 23. June 2015</p>
|
||||
<p>Copyright (c) JGraph Ltd 2006-2012</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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,94 @@
|
|||
var indexSectionsWithContent = {
|
||||
"Variables": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
"B": true,
|
||||
"C": true,
|
||||
"D": true,
|
||||
"E": true,
|
||||
"F": true,
|
||||
"G": true,
|
||||
"H": true,
|
||||
"I": true,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": false,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": true,
|
||||
"Y": true,
|
||||
"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": false,
|
||||
"K": false,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": false,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": true,
|
||||
"Y": true,
|
||||
"Z": false
|
||||
},
|
||||
"Functions": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
"B": true,
|
||||
"C": true,
|
||||
"D": true,
|
||||
"E": true,
|
||||
"F": true,
|
||||
"G": true,
|
||||
"H": false,
|
||||
"I": true,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": false,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Classes": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
|
@ -88,95 +178,5 @@ var indexSectionsWithContent = {
|
|||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Functions": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
"B": true,
|
||||
"C": true,
|
||||
"D": true,
|
||||
"E": true,
|
||||
"F": true,
|
||||
"G": true,
|
||||
"H": false,
|
||||
"I": true,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": false,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": false,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": false,
|
||||
"Y": false,
|
||||
"Z": false
|
||||
},
|
||||
"Variables": {
|
||||
"Symbols": false,
|
||||
"Numbers": false,
|
||||
"A": true,
|
||||
"B": true,
|
||||
"C": true,
|
||||
"D": true,
|
||||
"E": true,
|
||||
"F": true,
|
||||
"G": true,
|
||||
"H": true,
|
||||
"I": true,
|
||||
"J": false,
|
||||
"K": false,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": false,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": true,
|
||||
"Y": true,
|
||||
"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": false,
|
||||
"K": false,
|
||||
"L": true,
|
||||
"M": true,
|
||||
"N": true,
|
||||
"O": true,
|
||||
"P": true,
|
||||
"Q": false,
|
||||
"R": true,
|
||||
"S": true,
|
||||
"T": true,
|
||||
"U": true,
|
||||
"V": true,
|
||||
"W": true,
|
||||
"X": true,
|
||||
"Y": true,
|
||||
"Z": false
|
||||
}
|
||||
}
|
|
@ -11,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_add><div class=IEntry><a href="javascript:searchResults.Toggle('SR_add')" class=ISymbol>add</a><div class=ISubIndex><a href="../files/model/mxGraphModel-php.html#mxGraphModel.add" target=_parent class=IParent>mxGraphModel</a><a href="../files/util/mxRectangle-php.html#mxRectangle.add" target=_parent class=IParent>mxRectangle</a></div></div></div><div class=SRResult id=SR_addAlias><div class=IEntry><a href="../files/io/mxCodecRegistry-php.html#mxCodecRegistry.addAlias" target=_parent class=ISymbol>addAlias</a>, <span class=IParent>mxCodecRegistry</span></div></div><div class=SRResult id=SR_addBundle><div class=IEntry><a href="../files/view/mxGraph-php.html#mxGraph.addBundle" target=_parent class=ISymbol>addBundle</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_addListener><div class=IEntry><a href="../files/util/mxEventSource-php.html#mxEventSource.addListener" target=_parent class=ISymbol>addListener</a>, <span class=IParent>mxEventSource</span></div></div><div class=SRResult id=SR_addLogfile><div class=IEntry><a href="../files/util/mxLog-php.html#mxLog.addLogfile" target=_parent class=ISymbol>addLogfile</a>, <span class=IParent>mxLog</span></div></div><div class=SRResult id=SR_addObjectValue><div class=IEntry><a href="../files/io/mxObjectCodec-php.html#mxObjectCodec.addObjectValue" target=_parent class=ISymbol>addObjectValue</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_addStylename><div class=IEntry><a href="../files/util/mxUtils-php.html#mxUtils.addStylename" target=_parent class=ISymbol>addStylename</a>, <span class=IParent>mxUtils</span></div></div><div class=SRResult id=SR_afterDecode><div class=IEntry><a href="../files/io/mxObjectCodec-php.html#mxObjectCodec.afterDecode" target=_parent class=ISymbol>afterDecode</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_afterEncode><div class=IEntry><a href="../files/io/mxObjectCodec-php.html#mxObjectCodec.afterEncode" target=_parent class=ISymbol>afterEncode</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_apply><div class=IEntry><a href="javascript:searchResults.Toggle('SR_apply')" class=ISymbol>apply</a><div class=ISubIndex><a href="../files/view/mxEdgeStyle-php.html#mxEdgeStyleFunction.apply" target=_parent class=IParent>mxEdgeStyleFunction</a><a href="../files/view/mxPerimeter-php.html#mxPerimeterFunction.apply" target=_parent class=IParent>mxPerimeterFunction</a></div></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_add><div class=IEntry><a href="javascript:searchResults.Toggle('SR_add')" class=ISymbol>add</a><div class=ISubIndex><a href="../files/model/mxGraphModel-php.html#mxGraphModel.add" target=_parent class=IParent>mxGraphModel</a><a href="../files/util/mxRectangle-php.html#mxRectangle.add" target=_parent class=IParent>mxRectangle</a></div></div></div><div class=SRResult id=SR_addAlias><div class=IEntry><a href="../files/io/mxCodecRegistry-php.html#mxCodecRegistry.addAlias" target=_parent class=ISymbol>addAlias</a>, <span class=IParent>mxCodecRegistry</span></div></div><div class=SRResult id=SR_addBundle><div class=IEntry><a href="../files/view/mxGraph-php.html#mxGraph.addBundle" target=_parent class=ISymbol>addBundle</a>, <span class=IParent>mxGraph</span></div></div><div class=SRResult id=SR_addElement><div class=IEntry><a href="../files/io/mxCodec-php.html#mxCodec.addElement" target=_parent class=ISymbol>addElement</a>, <span class=IParent>mxCodec</span></div></div><div class=SRResult id=SR_addListener><div class=IEntry><a href="../files/util/mxEventSource-php.html#mxEventSource.addListener" target=_parent class=ISymbol>addListener</a>, <span class=IParent>mxEventSource</span></div></div><div class=SRResult id=SR_addLogfile><div class=IEntry><a href="../files/util/mxLog-php.html#mxLog.addLogfile" target=_parent class=ISymbol>addLogfile</a>, <span class=IParent>mxLog</span></div></div><div class=SRResult id=SR_addObjectValue><div class=IEntry><a href="../files/io/mxObjectCodec-php.html#mxObjectCodec.addObjectValue" target=_parent class=ISymbol>addObjectValue</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_addStylename><div class=IEntry><a href="../files/util/mxUtils-php.html#mxUtils.addStylename" target=_parent class=ISymbol>addStylename</a>, <span class=IParent>mxUtils</span></div></div><div class=SRResult id=SR_afterDecode><div class=IEntry><a href="../files/io/mxObjectCodec-php.html#mxObjectCodec.afterDecode" target=_parent class=ISymbol>afterDecode</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_afterEncode><div class=IEntry><a href="../files/io/mxObjectCodec-php.html#mxObjectCodec.afterEncode" target=_parent class=ISymbol>afterEncode</a>, <span class=IParent>mxObjectCodec</span></div></div><div class=SRResult id=SR_apply><div class=IEntry><a href="javascript:searchResults.Toggle('SR_apply')" class=ISymbol>apply</a><div class=ISubIndex><a href="../files/view/mxEdgeStyle-php.html#mxEdgeStyleFunction.apply" target=_parent class=IParent>mxEdgeStyleFunction</a><a href="../files/view/mxPerimeter-php.html#mxPerimeterFunction.apply" target=_parent class=IParent>mxPerimeterFunction</a></div></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
|
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,7 +11,7 @@ if (browserType) {document.write("<div class=" + browserType + ">");if (browserV
|
|||
|
||||
|
||||
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_edge><div class=IEntry><a href="../files/model/mxCell-php.html#mxCell.edge" target=_parent class=ISymbol>edge</a>, <span class=IParent>mxCell</span></div></div><div class=SRResult id=SR_edges><div class=IEntry><a href="../files/model/mxCell-php.html#mxCell.edges" target=_parent class=ISymbol>edges</a>, <span class=IParent>mxCell</span></div></div><div class=SRResult id=SR_EDGESTYLE_undENTITY_undRELATION><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.EDGESTYLE_ENTITY_RELATION" target=_parent class=ISymbol>EDGESTYLE_ENTITY_RELATION</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_EDGESTYLE_undLOOP><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.EDGESTYLE_LOOP" target=_parent class=ISymbol>EDGESTYLE_LOOP</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_EDGESTYLE_undSIDETOSIDE><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.EDGESTYLE_SIDETOSIDE" target=_parent class=ISymbol>EDGESTYLE_SIDETOSIDE</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_EDGESTYLE_undTOPTOBOTTOM><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.EDGESTYLE_TOPTOBOTTOM" target=_parent class=ISymbol>EDGESTYLE_TOPTOBOTTOM</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_ELBOW_undHORIZONTAL><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.ELBOW_HORIZONTAL" target=_parent class=ISymbol>ELBOW_HORIZONTAL</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_ELBOW_undVERTICAL><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.ELBOW_VERTICAL" target=_parent class=ISymbol>ELBOW_VERTICAL</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_ElbowConnector><div class=IEntry><a href="../files/view/mxEdgeStyle-php.html#mxEdgeStyle.ElbowConnector" target=_parent class=ISymbol>ElbowConnector</a>, <span class=IParent>mxEdgeStyle</span></div></div><div class=SRResult id=SR_EllipsePerimeter><div class=IEntry><a href="../files/view/mxPerimeter-php.html#mxPerimeter.EllipsePerimeter" target=_parent class=ISymbol>EllipsePerimeter</a>, <span class=IParent>mxPerimeter</span></div></div><div class=SRResult id=SR_EMPTY_undPOINT><div class=IEntry><a href="../files/view/mxGraphView-php.html#mxGraphView.EMPTY_POINT" target=_parent class=ISymbol>EMPTY_POINT</a>, <span class=IParent>mxGraphView</span></div></div><div class=SRResult id=SR_enableTtf><div class=IEntry><a href="../files/canvas/mxGdCanvas-php.html#mxGdCanvas.enableTtf" target=_parent class=ISymbol>enableTtf</a>, <span class=IParent>mxGdCanvas</span></div></div><div class=SRResult id=SR_encodeDefaults><div class=IEntry><a href="../files/io/mxCodec-php.html#mxCodec.encodeDefaults" target=_parent class=ISymbol>encodeDefaults</a>, <span class=IParent>mxCodec</span></div></div><div class=SRResult id=SR_ENTITY_undSEGMENT><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.ENTITY_SEGMENT" target=_parent class=ISymbol>ENTITY_SEGMENT</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_EntityRelation><div class=IEntry><a href="../files/view/mxEdgeStyle-php.html#mxEdgeStyle.EntityRelation" target=_parent class=ISymbol>EntityRelation</a>, <span class=IParent>mxEdgeStyle</span></div></div><div class=SRResult id=SR_eventListeners><div class=IEntry><a href="../files/util/mxEventSource-php.html#mxEventSource.eventListeners" target=_parent class=ISymbol>eventListeners</a>, <span class=IParent>mxEventSource</span></div></div><div class=SRResult id=SR_exclude><div class=IEntry><a href="../files/io/mxObjectCodec-php.html#mxObjectCodec.exclude" target=_parent class=ISymbol>exclude</a>, <span class=IParent>mxObjectCodec</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_edge><div class=IEntry><a href="../files/model/mxCell-php.html#mxCell.edge" target=_parent class=ISymbol>edge</a>, <span class=IParent>mxCell</span></div></div><div class=SRResult id=SR_edges><div class=IEntry><a href="../files/model/mxCell-php.html#mxCell.edges" target=_parent class=ISymbol>edges</a>, <span class=IParent>mxCell</span></div></div><div class=SRResult id=SR_EDGESTYLE_undENTITY_undRELATION><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.EDGESTYLE_ENTITY_RELATION" target=_parent class=ISymbol>EDGESTYLE_ENTITY_RELATION</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_EDGESTYLE_undLOOP><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.EDGESTYLE_LOOP" target=_parent class=ISymbol>EDGESTYLE_LOOP</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_EDGESTYLE_undSIDETOSIDE><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.EDGESTYLE_SIDETOSIDE" target=_parent class=ISymbol>EDGESTYLE_SIDETOSIDE</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_EDGESTYLE_undTOPTOBOTTOM><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.EDGESTYLE_TOPTOBOTTOM" target=_parent class=ISymbol>EDGESTYLE_TOPTOBOTTOM</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_ELBOW_undHORIZONTAL><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.ELBOW_HORIZONTAL" target=_parent class=ISymbol>ELBOW_HORIZONTAL</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_ELBOW_undVERTICAL><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.ELBOW_VERTICAL" target=_parent class=ISymbol>ELBOW_VERTICAL</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_ElbowConnector><div class=IEntry><a href="../files/view/mxEdgeStyle-php.html#mxEdgeStyle.ElbowConnector" target=_parent class=ISymbol>ElbowConnector</a>, <span class=IParent>mxEdgeStyle</span></div></div><div class=SRResult id=SR_elements><div class=IEntry><a href="../files/io/mxCodec-php.html#mxCodec.elements" target=_parent class=ISymbol>elements</a>, <span class=IParent>mxCodec</span></div></div><div class=SRResult id=SR_EllipsePerimeter><div class=IEntry><a href="../files/view/mxPerimeter-php.html#mxPerimeter.EllipsePerimeter" target=_parent class=ISymbol>EllipsePerimeter</a>, <span class=IParent>mxPerimeter</span></div></div><div class=SRResult id=SR_EMPTY_undPOINT><div class=IEntry><a href="../files/view/mxGraphView-php.html#mxGraphView.EMPTY_POINT" target=_parent class=ISymbol>EMPTY_POINT</a>, <span class=IParent>mxGraphView</span></div></div><div class=SRResult id=SR_enableTtf><div class=IEntry><a href="../files/canvas/mxGdCanvas-php.html#mxGdCanvas.enableTtf" target=_parent class=ISymbol>enableTtf</a>, <span class=IParent>mxGdCanvas</span></div></div><div class=SRResult id=SR_encodeDefaults><div class=IEntry><a href="../files/io/mxCodec-php.html#mxCodec.encodeDefaults" target=_parent class=ISymbol>encodeDefaults</a>, <span class=IParent>mxCodec</span></div></div><div class=SRResult id=SR_ENTITY_undSEGMENT><div class=IEntry><a href="../files/util/mxConstants-php.html#mxConstants.ENTITY_SEGMENT" target=_parent class=ISymbol>ENTITY_SEGMENT</a>, <span class=IParent>mxConstants</span></div></div><div class=SRResult id=SR_EntityRelation><div class=IEntry><a href="../files/view/mxEdgeStyle-php.html#mxEdgeStyle.EntityRelation" target=_parent class=ISymbol>EntityRelation</a>, <span class=IParent>mxEdgeStyle</span></div></div><div class=SRResult id=SR_eventListeners><div class=IEntry><a href="../files/util/mxEventSource-php.html#mxEventSource.eventListeners" target=_parent class=ISymbol>eventListeners</a>, <span class=IParent>mxEventSource</span></div></div><div class=SRResult id=SR_exclude><div class=IEntry><a href="../files/io/mxObjectCodec-php.html#mxObjectCodec.exclude" target=_parent class=ISymbol>exclude</a>, <span class=IParent>mxObjectCodec</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
|
||||
document.getElementById("Loading").style.display="none";
|
||||
document.getElementById("NoMatches").style.display="none";
|
||||
var searchResults = new SearchResults("searchResults", "HTML");
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -97,7 +97,7 @@
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:27 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -447,7 +447,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -1463,7 +1463,7 @@ bool </td><td class="memItemRight" valign="bottom"><b>Collapsed</b><code> [
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -236,7 +236,7 @@ void </td><td class="memItemRight" valign="bottom"><a class="el" href="clas
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -221,7 +221,7 @@ Static Public Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -270,7 +270,7 @@ Static Public Member Functions</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -119,7 +119,7 @@ Public Member Functions</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -253,7 +253,7 @@ Protected Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -1048,7 +1048,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -53,11 +53,13 @@
|
|||
|
||||
<p>This is the complete list of members for <a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a>, including all inherited members.</p>
|
||||
<table class="directory">
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#aa0ad136f46f6a2b29360bd1537ff30fc">Decode</a>(XmlNode node)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#aa4d103574f3b6b379d7d7cca995a2a3d">Decode</a>(XmlNode node, Object into)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a824d4ca6eaa4cf228e055c4485b7ea52">DecodeCell</a>(XmlNode node, bool restoreStructures)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#ad62be275d2f44acaf2e8be0a4a07ee4e">Document</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#aad8ec158a71d86cd392af0f7dc519b63">document</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#ae6bbe6707e3a49bf948be41572871e52">AddElement</a>(XmlNode node)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#aa0ad136f46f6a2b29360bd1537ff30fc">Decode</a>(XmlNode node)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#aa4d103574f3b6b379d7d7cca995a2a3d">Decode</a>(XmlNode node, Object into)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a824d4ca6eaa4cf228e055c4485b7ea52">DecodeCell</a>(XmlNode node, bool restoreStructures)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#ad62be275d2f44acaf2e8be0a4a07ee4e">Document</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#aad8ec158a71d86cd392af0f7dc519b63">document</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a6c80fd7a3130d830317a255b41758f30">elements</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a3088b2e442dd7ea6f92a7ccba3b12251">Encode</a>(Object obj)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a52442cecf5ce690681d95496c9673f87">EncodeCell</a>(mxICell cell, XmlNode node, bool includeChildren)</td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a32a5c223e9e716534ee445271ca770ff">encodeDefaults</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html">com.mxgraph.mxCodec</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||
|
@ -77,7 +79,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<div class="summary">
|
||||
<a href="#pub-methods">Public Member Functions</a> |
|
||||
<a href="#pub-static-methods">Static Public Member Functions</a> |
|
||||
<a href="#pro-methods">Protected Member Functions</a> |
|
||||
<a href="#pro-attribs">Protected Attributes</a> |
|
||||
<a href="#properties">Properties</a> |
|
||||
<a href="classcom_1_1mxgraph_1_1mxCodec-members.html">List of all members</a> </div>
|
||||
|
@ -111,6 +112,12 @@ Static Public Member Functions</h2></td></tr>
|
|||
<tr class="memdesc:a799403c766d5a6c12525fb0278c50e74"><td class="mdescLeft"> </td><td class="mdescRight">Sets the attribute on the specified node to value. This is a helper method that makes sure the attribute and value arguments are not null. <a href="#a799403c766d5a6c12525fb0278c50e74">More...</a><br/></td></tr>
|
||||
<tr class="separator:a799403c766d5a6c12525fb0278c50e74"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
|
||||
Protected Member Functions</h2></td></tr>
|
||||
<tr class="memitem:ae6bbe6707e3a49bf948be41572871e52"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#ae6bbe6707e3a49bf948be41572871e52">AddElement</a> (XmlNode node)</td></tr>
|
||||
<tr class="memdesc:ae6bbe6707e3a49bf948be41572871e52"><td class="mdescLeft"> </td><td class="mdescRight">Adds the given element to <elements> if it has an ID. <a href="#ae6bbe6707e3a49bf948be41572871e52">More...</a><br/></td></tr>
|
||||
<tr class="separator:ae6bbe6707e3a49bf948be41572871e52"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
|
||||
Protected Attributes</h2></td></tr>
|
||||
<tr class="memitem:aad8ec158a71d86cd392af0f7dc519b63"><td class="memItemLeft" align="right" valign="top">XmlDocument </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#aad8ec158a71d86cd392af0f7dc519b63">document</a></td></tr>
|
||||
|
@ -119,6 +126,9 @@ Protected Attributes</h2></td></tr>
|
|||
<tr class="memitem:a04522d7a38095efb6263bd10518fc6cc"><td class="memItemLeft" align="right" valign="top">Dictionary< string, object > </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a04522d7a38095efb6263bd10518fc6cc">objects</a> = new Dictionary<string, Object>()</td></tr>
|
||||
<tr class="memdesc:a04522d7a38095efb6263bd10518fc6cc"><td class="mdescLeft"> </td><td class="mdescRight">Maps from IDs to objects. <a href="#a04522d7a38095efb6263bd10518fc6cc">More...</a><br/></td></tr>
|
||||
<tr class="separator:a04522d7a38095efb6263bd10518fc6cc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a6c80fd7a3130d830317a255b41758f30"><td class="memItemLeft" align="right" valign="top">Dictionary< string, XmlNode > </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a6c80fd7a3130d830317a255b41758f30">elements</a> = null</td></tr>
|
||||
<tr class="memdesc:a6c80fd7a3130d830317a255b41758f30"><td class="mdescLeft"> </td><td class="mdescRight">Maps from IDs to elements. <a href="#a6c80fd7a3130d830317a255b41758f30">More...</a><br/></td></tr>
|
||||
<tr class="separator:a6c80fd7a3130d830317a255b41758f30"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a32a5c223e9e716534ee445271ca770ff"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxCodec.html#a32a5c223e9e716534ee445271ca770ff">encodeDefaults</a> = false</td></tr>
|
||||
<tr class="memdesc:a32a5c223e9e716534ee445271ca770ff"><td class="mdescLeft"> </td><td class="mdescRight">Specifies if default values should be encoded. Default is false. <a href="#a32a5c223e9e716534ee445271ca770ff">More...</a><br/></td></tr>
|
||||
<tr class="separator:a32a5c223e9e716534ee445271ca770ff"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
|
@ -196,6 +206,38 @@ Properties</h2></td></tr>
|
|||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a class="anchor" id="ae6bbe6707e3a49bf948be41572871e52"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">void com.mxgraph.mxCodec.AddElement </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">XmlNode </td>
|
||||
<td class="paramname"><em>node</em></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Adds the given element to <elements> if it has an ID. </p>
|
||||
<dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">node</td><td>Node to be added.</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a class="anchor" id="aa0ad136f46f6a2b29360bd1537ff30fc"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
|
@ -716,6 +758,28 @@ Properties</h2></td></tr>
|
|||
|
||||
<p>Holds the owner document of the codec. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a class="anchor" id="a6c80fd7a3130d830317a255b41758f30"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">Dictionary<string, XmlNode> com.mxgraph.mxCodec.elements = null</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Maps from IDs to elements. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a class="anchor" id="a32a5c223e9e716534ee445271ca770ff"></a>
|
||||
|
@ -838,7 +902,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -399,7 +399,7 @@ Static Protected Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -286,7 +286,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -193,17 +193,18 @@
|
|||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a6371d48d1d45df4da3474b65b748ccdf">STYLE_STENCIL_FLIPV</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a9758d959649c816389e15d01b5bd620f">STYLE_STROKECOLOR</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a5d16158d8a4b70d1f42fe1d5571e2041">STYLE_STROKEWIDTH</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#ad50155c9f84db7c0906a07fca94d49bb">STYLE_TARGET_PERIMETER_SPACING</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#ab2126d0ce0585eefd1361ab18d919e37">STYLE_TARGET_PORT</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a5290687b3ce4ee6ee2046509b5f793b7">STYLE_TEXT_OPACITY</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#ab2a3d022712450f6581413bf7bcd4a29">STYLE_VERTICAL_ALIGN</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a133b068dfc4a16bba3afcb3ad3b4f20c">STYLE_VERTICAL_LABEL_POSITION</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a6d2640f5d55200f4eaa21fa9599b3851">STYLE_WHITE_SPACE</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#ab2d836708ee68e83fb9ac8bd6a1bc7ad">W3C_SHADOWCOLOR</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a53a368c4074a40b5ed7b21f16607a0ef">STYLE_SWIMLANE_FILLCOLOR</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#ad50155c9f84db7c0906a07fca94d49bb">STYLE_TARGET_PERIMETER_SPACING</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#ab2126d0ce0585eefd1361ab18d919e37">STYLE_TARGET_PORT</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a5290687b3ce4ee6ee2046509b5f793b7">STYLE_TEXT_OPACITY</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#ab2a3d022712450f6581413bf7bcd4a29">STYLE_VERTICAL_ALIGN</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a133b068dfc4a16bba3afcb3ad3b4f20c">STYLE_VERTICAL_LABEL_POSITION</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr class="even"><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a6d2640f5d55200f4eaa21fa9599b3851">STYLE_WHITE_SPACE</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
<tr><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#ab2d836708ee68e83fb9ac8bd6a1bc7ad">W3C_SHADOWCOLOR</a></td><td class="entry"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html">com.mxgraph.mxConstants</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
|
||||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -320,6 +320,9 @@ Static Public Attributes</h2></td></tr>
|
|||
<tr class="memitem:a6d11e69d13d7ffee03f96bedceb63df9"><td class="memItemLeft" align="right" valign="top">static string </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a6d11e69d13d7ffee03f96bedceb63df9">STYLE_FILLCOLOR</a> = "fillColor"</td></tr>
|
||||
<tr class="memdesc:a6d11e69d13d7ffee03f96bedceb63df9"><td class="mdescLeft"> </td><td class="mdescRight">Defines the key for the fillColor style. The value is a string expression supported by ColorTranslator.FromHtml. <a href="#a6d11e69d13d7ffee03f96bedceb63df9">More...</a><br/></td></tr>
|
||||
<tr class="separator:a6d11e69d13d7ffee03f96bedceb63df9"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a53a368c4074a40b5ed7b21f16607a0ef"><td class="memItemLeft" align="right" valign="top">static string </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#a53a368c4074a40b5ed7b21f16607a0ef">STYLE_SWIMLANE_FILLCOLOR</a> = "swimlaneFillColor"</td></tr>
|
||||
<tr class="memdesc:a53a368c4074a40b5ed7b21f16607a0ef"><td class="mdescLeft"> </td><td class="mdescRight">Defines the key for the swimlaneFillColor style. The value is a string expression supported by ColorTranslator.FromHtml. <a href="#a53a368c4074a40b5ed7b21f16607a0ef">More...</a><br/></td></tr>
|
||||
<tr class="separator:a53a368c4074a40b5ed7b21f16607a0ef"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:af1338b2447128b85389605cce563bc2b"><td class="memItemLeft" align="right" valign="top">static string </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxConstants.html#af1338b2447128b85389605cce563bc2b">STYLE_GRADIENTCOLOR</a> = "gradientColor"</td></tr>
|
||||
<tr class="memdesc:af1338b2447128b85389605cce563bc2b"><td class="mdescLeft"> </td><td class="mdescRight">Defines the key for the gradientColor style. The value is a string expression supported by ColorTranslator.FromHtml. This is ignored if no fill color is defined. <a href="#af1338b2447128b85389605cce563bc2b">More...</a><br/></td></tr>
|
||||
<tr class="separator:af1338b2447128b85389605cce563bc2b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
|
@ -3408,6 +3411,28 @@ Static Public Attributes</h2></td></tr>
|
|||
|
||||
<p>Referenced by <a class="el" href="classcom_1_1mxgraph_1_1mxGdiCanvas.html#a81957cbbcb49169c9ec9c1ee29e9e06b">com.mxgraph.mxGdiCanvas.DrawGlassEffect()</a>, and <a class="el" href="classcom_1_1mxgraph_1_1mxStencil.html#a3f5d08565604c84c226eb0f2e9476ec4">com.mxgraph.mxStencil.DrawShape()</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a class="anchor" id="a53a368c4074a40b5ed7b21f16607a0ef"></a>
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">string com.mxgraph.mxConstants.STYLE_SWIMLANE_FILLCOLOR = "swimlaneFillColor"</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Defines the key for the swimlaneFillColor style. The value is a string expression supported by ColorTranslator.FromHtml. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a class="anchor" id="ad50155c9f84db7c0906a07fca94d49bb"></a>
|
||||
|
@ -3579,7 +3604,7 @@ Static Public Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -194,7 +194,7 @@ Static Public Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -996,7 +996,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -1761,7 +1761,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -2505,7 +2505,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -103,7 +103,7 @@ Public Member Functions</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -810,7 +810,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:27 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -282,8 +282,8 @@ Public Member Functions</h2></td></tr>
|
|||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
||||
Public Attributes</h2></td></tr>
|
||||
<tr class="memitem:a12b4a8dcf881951589ccca36c7ebfccb"><td class="memItemLeft" align="right" valign="top">const String </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">VERSION</a> = "3.3.1.0"</td></tr>
|
||||
<tr class="memdesc:a12b4a8dcf881951589ccca36c7ebfccb"><td class="mdescLeft"> </td><td class="mdescRight">Holds the version number of this release. Current version is 3.3.1.0. <a href="#a12b4a8dcf881951589ccca36c7ebfccb">More...</a><br/></td></tr>
|
||||
<tr class="memitem:a12b4a8dcf881951589ccca36c7ebfccb"><td class="memItemLeft" align="right" valign="top">const String </td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html#a12b4a8dcf881951589ccca36c7ebfccb">VERSION</a> = "3.3.1.1"</td></tr>
|
||||
<tr class="memdesc:a12b4a8dcf881951589ccca36c7ebfccb"><td class="mdescLeft"> </td><td class="mdescRight">Holds the version number of this release. Current version is 3.3.1.1. <a href="#a12b4a8dcf881951589ccca36c7ebfccb">More...</a><br/></td></tr>
|
||||
<tr class="separator:a12b4a8dcf881951589ccca36c7ebfccb"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
|
||||
|
@ -3647,12 +3647,12 @@ Properties</h2></td></tr>
|
|||
<div class="memproto">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">const String com.mxgraph.mxGraph.VERSION = "3.3.1.0"</td>
|
||||
<td class="memname">const String com.mxgraph.mxGraph.VERSION = "3.3.1.1"</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Holds the version number of this release. Current version is 3.3.1.0. </p>
|
||||
<p>Holds the version number of this release. Current version is 3.3.1.1. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -3861,7 +3861,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:27 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -2825,7 +2825,7 @@ Events</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:27 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -2247,7 +2247,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:27 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -679,7 +679,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -429,7 +429,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -203,7 +203,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -443,7 +443,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -411,7 +411,7 @@ Additional Inherited Members</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -1884,7 +1884,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:27 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -169,7 +169,7 @@ Static Public Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:27 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:48 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -429,7 +429,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
|
@ -705,7 +705,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Thu Jun 18 2015 17:21:26 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Tue Jun 23 2015 09:45:47 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue