2.8.0.0 release
parent
3182bec547
commit
ff6744c754
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
15-MAY-2014: 2.8.0.0
|
||||
|
||||
- Adds mxGraphView.getEmptyBounds [JavaScript]
|
||||
- Empty graph returns graph bounds at translate [JavaScript]
|
||||
- Fixes bug in mxMorphing.updateAnimation [JavaScript]
|
||||
- Adds mxVertexHandler.rotationCursor, uses crosshair cursor [JavaScript]
|
||||
- mxUtils.getBoundingBox adds optional rotation center parameter [JavaScript]
|
||||
- Fixes PAN_START event in mxPanningHandler for forced panning [JavaScript]
|
||||
- Adds mxVertexHandler.rotationHandleVSpacing, horizontal-/verticalOffset [JavaScript]
|
||||
- mxGraph.isEventSourceIgnored ignores anchors and some inputs [JavaScript]
|
||||
- Ignores events with alt and meta in mxEvent.isPopupTrigger [JavaScript]
|
||||
- Adds mxGraph.consumeMouseEvent hook [JavaScript]
|
||||
- Checks placeholder value for clearOnChange in mxCellEditor [JavaScript]
|
||||
|
||||
12-MAY-2014: 2.7.0.0
|
||||
|
||||
- Adds mxGraphHandler, mxEdgeHandler.roundLength for rounding coordinates [JavaScript]
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -28,7 +28,9 @@ graph.addListener(mxEvent.CELL_CONNECTED, function(sender, evt)
|
|||
|
||||
return !(model.isEdge(edge2) && ((src == src2 && trg == trg2) || (src == trg2 && trg == src2)));
|
||||
};
|
||||
};</pre></blockquote><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxParallelEdgeLayout" >mxParallelEdgeLayout</a></td><td class=SDescription>Extends <a href="mxGraphLayout-js.html#mxGraphLayout" class=LClass id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxGraphLayout</a> for arranging parallel edges. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxParallelEdgeLayout.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.mxCompactTreeLayout" >mxCompactTreeLayout</a></td><td class=SDescription>Constructs a new fast organic layout for the specified graph.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxParallelEdgeLayout.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.spacing" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">spacing</a></td><td class=SDescription>Defines the spacing between the parallels. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxParallelEdgeLayout.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.execute" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">execute</a></td><td class=SDescription>Implements <a href="mxGraphLayout-js.html#mxGraphLayout.execute" class=LFunction id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">mxGraphLayout.execute</a>.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxParallelEdgeLayout.findParallels" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">findParallels</a></td><td class=SDescription>Finds the parallel edges in the given parent.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.getEdgeId" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">getEdgeId</a></td><td class=SDescription>Returns a unique ID for the given edge. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxParallelEdgeLayout.layout" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')">layout</a></td><td class=SDescription>Lays out the parallel edges in the given array.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.route" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')">route</a></td><td class=SDescription>Routes the given edge via the given point.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
|
||||
|
||||
layout.execute(graph.getDefaultParent());
|
||||
});</pre></blockquote><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxParallelEdgeLayout" >mxParallelEdgeLayout</a></td><td class=SDescription>Extends <a href="mxGraphLayout-js.html#mxGraphLayout" class=LClass id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxGraphLayout</a> for arranging parallel edges. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxParallelEdgeLayout.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.mxCompactTreeLayout" >mxCompactTreeLayout</a></td><td class=SDescription>Constructs a new fast organic layout for the specified graph.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxParallelEdgeLayout.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.spacing" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">spacing</a></td><td class=SDescription>Defines the spacing between the parallels. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxParallelEdgeLayout.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.execute" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">execute</a></td><td class=SDescription>Implements <a href="mxGraphLayout-js.html#mxGraphLayout.execute" class=LFunction id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">mxGraphLayout.execute</a>.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxParallelEdgeLayout.findParallels" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">findParallels</a></td><td class=SDescription>Finds the parallel edges in the given parent.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.getEdgeId" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">getEdgeId</a></td><td class=SDescription>Returns a unique ID for the given edge. </td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxParallelEdgeLayout.layout" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')">layout</a></td><td class=SDescription>Lays out the parallel edges in the given array.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxParallelEdgeLayout.route" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')">route</a></td><td class=SDescription>Routes the given edge via the given point.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
|
||||
|
||||
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxParallelEdgeLayout.Functions"></a>Functions</h3></div></div>
|
||||
|
||||
|
|
|
@ -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 2.7.0.0.</p></div></div></div>
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.VERSION"></a>VERSION</h3><div class=CBody><p>Contains the current version of the mxGraph library. The strings that communicate versions of mxGraph use the following format.</p><p>versionMajor.versionMinor.buildNumber.revisionNumber</p><p>Current version is 2.8.0.0.</p></div></div></div>
|
||||
|
||||
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxClient.IS_IE"></a>IS_IE</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>IS_IE: navigator.userAgent.indexOf(</td><td class=PParameter nowrap>'MSIE'</td><td class=PAfterParameters nowrap>) ></td></tr></table></td></tr></table></blockquote><p>True if the current browser is Internet Explorer.</p></div></div></div>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
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>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="#N">N</a> · <a href="#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="N"></a>N</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><span class=ISymbol>notify</span><div class=ISubIndex><a href="../files/util/mxSession-js.html#mxSession.notify" id=link1421 onMouseOver="ShowTip(event, 'tt1420', 'link1421')" onMouseOut="HideTip('tt1420')" class=IParent>mxSession</a><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.notify" id=link1422 onMouseOver="ShowTip(event, 'tt1421', 'link1422')" onMouseOut="HideTip('tt1421')" class=IParent>mxUndoableEdit</a></div></td></tr><tr><td class=IHeading><a name="O"></a>O</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.offset" id=link1423 onMouseOver="ShowTip(event, 'tt1422', 'link1423')" onMouseOut="HideTip('tt1422')" class=ISymbol>offset</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec.onEncode" id=link1424 onMouseOver="ShowTip(event, 'tt1423', 'link1424')" onMouseOut="HideTip('tt1423')" class=ISymbol>onEncode</a>, <span class=IParent>mxRootChangeCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>onInit</span><div class=ISubIndex><a href="../files/model/mxCell-js.html#mxCell.onInit" id=link1425 onMouseOver="ShowTip(event, 'tt1424', 'link1425')" onMouseOut="HideTip('tt1424')" class=IParent>mxCell</a><a href="../files/editor/mxEditor-js.html#mxEditor.onInit" id=link1426 onMouseOver="ShowTip(event, 'tt1425', 'link1426')" onMouseOut="HideTip('tt1425')" class=IParent>mxEditor</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>open</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.open" id=link1427 onMouseOver="ShowTip(event, 'tt1426', 'link1427')" onMouseOut="HideTip('tt1426')" class=IParent>mxEditor</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.open" id=link1428 onMouseOver="ShowTip(event, 'tt1427', 'link1428')" onMouseOut="HideTip('tt1427')" class=IParent>mxPrintPreview</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.orderCells" id=link1429 onMouseOver="ShowTip(event, 'tt1428', 'link1429')" onMouseOut="HideTip('tt1428')" class=ISymbol>orderCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.OrthConnector" id=link1430 onMouseOver="ShowTip(event, 'tt1429', 'link1430')" onMouseOut="HideTip('tt1429')" class=ISymbol>OrthConnector</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxOutline-js.html#mxOutline.outline" id=link1431 onMouseOver="ShowTip(event, 'tt1430', 'link1431')" onMouseOut="HideTip('tt1430')" class=ISymbol>outline</a>, <span class=IParent>mxOutline</span></td></tr></table>
|
||||
<div id=Index><div class=IPageTitle>Function Index</div><div class=INavigationBar>$#! · 0-9 · <a href="Functions.html#A">A</a> · <a href="Functions2.html#B">B</a> · <a href="Functions3.html#C">C</a> · <a href="Functions4.html#D">D</a> · <a href="Functions5.html#E">E</a> · <a href="Functions6.html#F">F</a> · <a href="Functions7.html#G">G</a> · <a href="Functions8.html#H">H</a> · <a href="Functions9.html#I">I</a> · <a href="Functions10.html#J">J</a> · <a href="Functions10.html#K">K</a> · <a href="Functions10.html#L">L</a> · <a href="Functions11.html#M">M</a> · <a href="#N">N</a> · <a href="#O">O</a> · <a href="Functions13.html#P">P</a> · <a href="Functions14.html#Q">Q</a> · <a href="Functions15.html#R">R</a> · <a href="Functions16.html#S">S</a> · <a href="Functions17.html#T">T</a> · <a href="Functions18.html#U">U</a> · <a href="Functions19.html#V">V</a> · <a href="Functions19.html#W">W</a> · X · Y · <a href="Functions19.html#Z">Z</a></div><table border=0 cellspacing=0 cellpadding=0><tr><td class=IHeading id=IFirstHeading><a name="N"></a>N</td><td></td></tr><tr><td class=ISymbolPrefix id=IOnlySymbolPrefix> </td><td class=IEntry><span class=ISymbol>notify</span><div class=ISubIndex><a href="../files/util/mxSession-js.html#mxSession.notify" id=link1423 onMouseOver="ShowTip(event, 'tt1422', 'link1423')" onMouseOut="HideTip('tt1422')" class=IParent>mxSession</a><a href="../files/util/mxUndoableEdit-js.html#mxUndoableEdit.notify" id=link1424 onMouseOver="ShowTip(event, 'tt1423', 'link1424')" onMouseOut="HideTip('tt1423')" class=IParent>mxUndoableEdit</a></div></td></tr><tr><td class=IHeading><a name="O"></a>O</td><td></td></tr><tr><td class=ISymbolPrefix id=IFirstSymbolPrefix> </td><td class=IEntry><a href="../files/layout/mxCompactTreeLayout-js.html#mxCompactTreeLayout.offset" id=link1425 onMouseOver="ShowTip(event, 'tt1424', 'link1425')" onMouseOut="HideTip('tt1424')" class=ISymbol>offset</a>, <span class=IParent>mxCompactTreeLayout</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/io/mxRootChangeCodec-js.html#mxRootChangeCodec.onEncode" id=link1426 onMouseOver="ShowTip(event, 'tt1425', 'link1426')" onMouseOut="HideTip('tt1425')" class=ISymbol>onEncode</a>, <span class=IParent>mxRootChangeCodec</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>onInit</span><div class=ISubIndex><a href="../files/model/mxCell-js.html#mxCell.onInit" id=link1427 onMouseOver="ShowTip(event, 'tt1426', 'link1427')" onMouseOut="HideTip('tt1426')" class=IParent>mxCell</a><a href="../files/editor/mxEditor-js.html#mxEditor.onInit" id=link1428 onMouseOver="ShowTip(event, 'tt1427', 'link1428')" onMouseOut="HideTip('tt1427')" class=IParent>mxEditor</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><span class=ISymbol>open</span><div class=ISubIndex><a href="../files/editor/mxEditor-js.html#mxEditor.open" id=link1429 onMouseOver="ShowTip(event, 'tt1428', 'link1429')" onMouseOut="HideTip('tt1428')" class=IParent>mxEditor</a><a href="../files/view/mxPrintPreview-js.html#mxPrintPreview.open" id=link1430 onMouseOver="ShowTip(event, 'tt1429', 'link1430')" onMouseOut="HideTip('tt1429')" class=IParent>mxPrintPreview</a></div></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxGraph-js.html#mxGraph.orderCells" id=link1431 onMouseOver="ShowTip(event, 'tt1430', 'link1431')" onMouseOut="HideTip('tt1430')" class=ISymbol>orderCells</a>, <span class=IParent>mxGraph</span></td></tr><tr><td class=ISymbolPrefix> </td><td class=IEntry><a href="../files/view/mxEdgeStyle-js.html#mxEdgeStyle.OrthConnector" id=link1432 onMouseOver="ShowTip(event, 'tt1431', 'link1432')" onMouseOut="HideTip('tt1431')" class=ISymbol>OrthConnector</a>, <span class=IParent>mxEdgeStyle</span></td></tr><tr><td class=ISymbolPrefix id=ILastSymbolPrefix> </td><td class=IEntry><a href="../files/view/mxOutline-js.html#mxOutline.outline" id=link1433 onMouseOver="ShowTip(event, 'tt1432', 'link1433')" onMouseOut="HideTip('tt1432')" class=ISymbol>outline</a>, <span class=IParent>mxOutline</span></td></tr></table>
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1420"><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>mxSession.prototype.notify = function(</td><td class=PParameter nowrap>xml,</td></tr><tr><td></td><td class=PParameter nowrap>onLoad,</td></tr><tr><td></td><td class=PParameter nowrap>onError</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Sends out the specified XML to urlNotify and fires a notify event.</div></div><div class=CToolTip id="tt1421"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxUndoableEdit.prototype.notify = function()</td></tr></table></blockquote>Hook to notify any listeners of the changes after an undo or redo has been carried out. </div></div><!--END_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1422"><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>mxSession.prototype.notify = function(</td><td class=PParameter nowrap>xml,</td></tr><tr><td></td><td class=PParameter nowrap>onLoad,</td></tr><tr><td></td><td class=PParameter nowrap>onError</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Sends out the specified XML to urlNotify and fires a notify event.</div></div><div class=CToolTip id="tt1423"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxUndoableEdit.prototype.notify = function()</td></tr></table></blockquote>Hook to notify any listeners of the changes after an undo or redo has been carried out. </div></div><!--END_ND_TOOLTIPS-->
|
||||
|
||||
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1422"><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>mxCompactTreeLayout.prototype.offset = function(</td><td class=PParameter nowrap>p1,</td></tr><tr><td></td><td class=PParameter nowrap>p2,</td></tr><tr><td></td><td class=PParameter nowrap>a1,</td></tr><tr><td></td><td class=PParameter nowrap>a2,</td></tr><tr><td></td><td class=PParameter nowrap>b1,</td></tr><tr><td></td><td class=PParameter nowrap>b2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt1423"><div class=CFunction>Encodes the child recursively.</div></div><div class=CToolTip id="tt1424"><div class=CFunction>Called from within the constructor.</div></div><div class=CToolTip id="tt1425"><div class=CFunction>Called from within the constructor. </div></div><div class=CToolTip id="tt1426"><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>mxEditor.prototype.open = function (</td><td class=PParameter nowrap>filename</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Opens the specified file synchronously and parses it using readGraphModel. </div></div><div class=CToolTip id="tt1427"><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>mxPrintPreview.prototype.open = function(</td><td class=PParameter nowrap>css</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Shows the print preview window. </div></div><div class=CToolTip id="tt1428"><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>mxGraph.prototype.orderCells = function(</td><td class=PParameter nowrap>back,</td></tr><tr><td></td><td class=PParameter nowrap>cells</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Moves the given cells to the front or back. </div></div><div class=CToolTip id="tt1429"><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>OrthConnector: function(</td><td class=PParameter nowrap>state,</td></tr><tr><td></td><td class=PParameter nowrap>source,</td></tr><tr><td></td><td class=PParameter nowrap>target,</td></tr><tr><td></td><td class=PParameter nowrap>points,</td></tr><tr><td></td><td class=PParameter nowrap>result</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Implements a local orthogonal router between the given cells.</div></div><div class=CToolTip id="tt1430"><div class=CFunction>Reference to the mxGraph that renders the outline.</div></div><!--END_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1424"><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>mxCompactTreeLayout.prototype.offset = function(</td><td class=PParameter nowrap>p1,</td></tr><tr><td></td><td class=PParameter nowrap>p2,</td></tr><tr><td></td><td class=PParameter nowrap>a1,</td></tr><tr><td></td><td class=PParameter nowrap>a2,</td></tr><tr><td></td><td class=PParameter nowrap>b1,</td></tr><tr><td></td><td class=PParameter nowrap>b2</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote></div></div><div class=CToolTip id="tt1425"><div class=CFunction>Encodes the child recursively.</div></div><div class=CToolTip id="tt1426"><div class=CFunction>Called from within the constructor.</div></div><div class=CToolTip id="tt1427"><div class=CFunction>Called from within the constructor. </div></div><div class=CToolTip id="tt1428"><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>mxEditor.prototype.open = function (</td><td class=PParameter nowrap>filename</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Opens the specified file synchronously and parses it using readGraphModel. </div></div><div class=CToolTip id="tt1429"><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>mxPrintPreview.prototype.open = function(</td><td class=PParameter nowrap>css</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Shows the print preview window. </div></div><div class=CToolTip id="tt1430"><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>mxGraph.prototype.orderCells = function(</td><td class=PParameter nowrap>back,</td></tr><tr><td></td><td class=PParameter nowrap>cells</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Moves the given cells to the front or back. </div></div><div class=CToolTip id="tt1431"><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>OrthConnector: function(</td><td class=PParameter nowrap>state,</td></tr><tr><td></td><td class=PParameter nowrap>source,</td></tr><tr><td></td><td class=PParameter nowrap>target,</td></tr><tr><td></td><td class=PParameter nowrap>points,</td></tr><tr><td></td><td class=PParameter nowrap>result</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Implements a local orthogonal router between the given cells.</div></div><div class=CToolTip id="tt1432"><div class=CFunction>Reference to the mxGraph that renders the outline.</div></div><!--END_ND_TOOLTIPS-->
|
||||
|
||||
</div><!--Index-->
|
||||
|
||||
|
|
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=link1499 onMouseOver="ShowTip(event, 'tt1498', 'link1499')" onMouseOut="HideTip('tt1498')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1500 onMouseOver="ShowTip(event, 'tt1499', 'link1500')" onMouseOut="HideTip('tt1499')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1501 onMouseOver="ShowTip(event, 'tt1500', 'link1501')" onMouseOut="HideTip('tt1500')" 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=link1501 onMouseOver="ShowTip(event, 'tt1500', 'link1501')" onMouseOut="HideTip('tt1500')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link1502 onMouseOver="ShowTip(event, 'tt1501', 'link1502')" onMouseOut="HideTip('tt1501')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link1503 onMouseOver="ShowTip(event, 'tt1502', 'link1503')" onMouseOut="HideTip('tt1502')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt1498"><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="tt1499"><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="tt1500"><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="tt1500"><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="tt1501"><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="tt1502"><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,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=link2504 onMouseOver="ShowTip(event, 'tt2501', 'link2504')" onMouseOut="HideTip('tt2501')" 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=link2505 onMouseOver="ShowTip(event, 'tt2502', 'link2505')" onMouseOut="HideTip('tt2502')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2506 onMouseOver="ShowTip(event, 'tt2503', 'link2506')" onMouseOut="HideTip('tt2503')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2507 onMouseOver="ShowTip(event, 'tt2504', 'link2507')" onMouseOut="HideTip('tt2504')" 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=link2509 onMouseOver="ShowTip(event, 'tt2506', 'link2509')" onMouseOut="HideTip('tt2506')" 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=link2510 onMouseOver="ShowTip(event, 'tt2507', 'link2510')" onMouseOut="HideTip('tt2507')" class=IParent>mxAbstractCanvas2D</a><a href="../files/util/mxVmlCanvas2D-js.html#mxVmlCanvas2D.quadTo" id=link2511 onMouseOver="ShowTip(event, 'tt2508', 'link2511')" onMouseOut="HideTip('tt2508')" class=IParent>mxVmlCanvas2D</a><a href="../files/util/mxXmlCanvas2D-js.html#mxXmlCanvas2D.quadTo" id=link2512 onMouseOver="ShowTip(event, 'tt2509', 'link2512')" onMouseOut="HideTip('tt2509')" class=IParent>mxXmlCanvas2D</a></div></td></tr></table>
|
||||
<!--START_ND_TOOLTIPS-->
|
||||
<div class=CToolTip id="tt2501"><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="tt2502"><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="tt2503"><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="tt2504"><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="tt2506"><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="tt2507"><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="tt2508"><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="tt2509"><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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
|||
<h1>mxGraph User Manual – JavaScript Client</h1>
|
||||
<br/>
|
||||
<br/>
|
||||
<p>mxGraph Version 2.7.0.0 – 12. May 2014</p>
|
||||
<p>mxGraph Version 2.8.0.0 – 15. May 2014</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 2.7.0.0 – 12. May 2014</p>
|
||||
<p>JGraphX Version 2.8.0.0 – 15. May 2014</p>
|
||||
<p>Copyright (c) JGraph Ltd 2006-2012</p>
|
||||
<br/>
|
||||
<p>All rights reserved. No part of this publication may be
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -449,7 +449,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -1473,7 +1473,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 Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</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 Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -229,7 +229,7 @@ Static Public Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -272,7 +272,7 @@ Static Public Member Functions</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -121,7 +121,7 @@ Public Member Functions</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</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 Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -1080,7 +1080,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -917,7 +917,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -405,7 +405,7 @@ Static Protected Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -286,7 +286,7 @@ Properties</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -204,7 +204,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -3662,7 +3662,7 @@ Static Public Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -202,7 +202,7 @@ Static Public Attributes</h2></td></tr>
|
|||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</table></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon May 12 2014 05:51:59 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Thu May 15 2014 15:53:32 for mxGraph by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.4
|
||||
</small></address>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue