maxGraph/docs/js-api/files/layout/mxRadialTreeLayout-js.html

118 lines
62 KiB
HTML
Raw Normal View History

2014-07-25 06:48:01 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><title>mxRadialTreeLayout</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
<!-- Generated by Natural Docs, version 1.5 -->
<!-- http://www.naturaldocs.org -->
<!-- saved from url=(0026)http://www.naturaldocs.org -->
<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxRadialTreeLayout"></a>mxRadialTreeLayout</h1><div class=CBody><p>Extends <a href="mxGraphLayout-js.html#mxGraphLayout" class=LClass id=link35 onMouseOver="ShowTip(event, 'tt1', 'link35')" onMouseOut="HideTip('tt1')">mxGraphLayout</a> to implement a radial tree algorithm.&nbsp; This layout is suitable for graphs that have no cycles (trees).&nbsp; Vertices that are not connected to the tree will be ignored by this layout.</p><h4 class=CHeading>Example</h4><blockquote><pre class="prettyprint">var layout = new mxRadialTreeLayout(graph);
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="#mxRadialTreeLayout" >mxRadialTreeLayout</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> to implement a radial tree algorithm. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxRadialTreeLayout.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxRadialTreeLayout.mxRadialTreeLayout" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">mxRadialTreeLayout</a></td><td class=SDescription>Constructs a new radial tree layout for the specified graph</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxRadialTreeLayout.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxRadialTreeLayout.invert" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">invert</a></td><td class=SDescription>Specifies if edge directions should be inverted. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxRadialTreeLayout.angleOffset" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">angleOffset</a></td><td class=SDescription>The initial offset to compute the angle position.</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxRadialTreeLayout.rootx" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">rootx</a></td><td class=SDescription>The X co-ordinate of the root cell</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxRadialTreeLayout.rooty" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">rooty</a></td><td class=SDescription>The Y co-ordinate of the root cell</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxRadialTreeLayout.levelDistance" id=link7 onMouseOver="ShowTip(event, 'tt7', 'link7')" onMouseOut="HideTip('tt7')">levelDistance</a></td><td class=SDescription>Holds the levelDistance. </td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxRadialTreeLayout.nodeDistance" id=link8 onMouseOver="ShowTip(event, 'tt8', 'link8')" onMouseOut="HideTip('tt8')">nodeDistance</a></td><td class=SDescription>Holds the nodeDistance. </td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxRadialTreeLayout.autoRadius" id=link9 onMouseOver="ShowTip(event, 'tt9', 'link9')" onMouseOut="HideTip('tt9')">autoRadius</a></td><td class=SDescription>Specifies if the radios should be computed automatically</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxRadialTreeLayout.minradiusx" id=link10 onMouseOver="ShowTip(event, 'tt10', 'link10')" onMouseOut="HideTip('tt10')">minradiusx</a></td><td class=SDescription>The minimum radius of each level in x axis</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxRadialTreeLayout.minradiusy" id=link11 onMouseOver="ShowTip(event, 'tt11', 'link11')" onMouseOut="HideTip('tt11')">minradiusy</a></td><td class=SDescription>The minimum radius of each level in y axis</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxRadialTreeLayout.maxradiusy" >maxradiusy</a></td><td class=SDescription>The maximum radius of each level in x axis</td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxRadialTreeLayout.maxradiusy" id=link12 onMouseOver="ShowTip(event, 'tt12', 'link12')" onMouseOut="HideTip('tt12')">maxradiusy</a></td><td class=SDescription>The maximum radius of each level in y axis</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxRadialTreeLayout.radiusx" id=link13 onMouseOver="ShowTip(eve
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.Functions"></a>Functions</h3></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.mxRadialTreeLayout"></a>mxRadialTreeLayout</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>function mxRadialTreeLayout(</td><td class=PParameter nowrap>graph,</td></tr><tr><td></td><td class=PParameter nowrap>invert</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Constructs a new radial tree layout for the specified graph</p></div></div></div>
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.Variables"></a>Variables</h3></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.invert"></a>invert</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.invert</td></tr></table></blockquote><p>Specifies if edge directions should be inverted.&nbsp; Default is false.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.angleOffset"></a>angleOffset</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.angleOffset</td></tr></table></blockquote><p>The initial offset to compute the angle position.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.rootx"></a>rootx</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.rootx</td></tr></table></blockquote><p>The X co-ordinate of the root cell</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.rooty"></a>rooty</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.rooty</td></tr></table></blockquote><p>The Y co-ordinate of the root cell</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.levelDistance"></a>levelDistance</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.levelDistance</td></tr></table></blockquote><p>Holds the levelDistance.&nbsp; Default is 10.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.nodeDistance"></a>nodeDistance</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.nodeDistance</td></tr></table></blockquote><p>Holds the nodeDistance.&nbsp; Default is 20.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.autoRadius"></a>autoRadius</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.autoRadius</td></tr></table></blockquote><p>Specifies if the radios should be computed automatically</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.minradiusx"></a>minradiusx</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.minradiusx</td></tr></table></blockquote><p>The minimum radius of each level in x axis</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.minradiusy"></a>minradiusy</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.minradiusy</td></tr></table></blockquote><p>The minimum radius of each level in y axis</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.maxradiusy"></a>maxradiusy</h3><div class=CBody><p>The maximum radius of each level in x axis</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.maxradiusy"></a>maxradiusy</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.maxradiusy</td></tr></table></blockquote><p>The maximum radius of each level in y axis</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.radiusx"></a>radiusx</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.radiusx</td></tr></table></blockquote><p>x-axis radius of each circle</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.radiusy"></a>radiusy</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.radiusy</td></tr></table></blockquote><p>y-axis radius of each circle</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.sortEdges"></a>sortEdges</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.sortEdges</td></tr></table></blockquote><p>Specifies if edges should be sorted according to the order of their opposite terminal cell in the model.</p></div></div></div>
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.Functions"></a>Functions</h3></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.isVertexIgnored"></a>isVertexIgnored</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>mxRadialTreeLayout.prototype.isVertexIgnored = function(</td><td class=PParameter nowrap>vertex</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Returns a boolean indicating if the given <a href="../model/mxCell-js.html#mxCell" class=LClass id=link36 onMouseOver="ShowTip(event, 'tt17', 'link36')" onMouseOut="HideTip('tt17')">mxCell</a> should be ignored as a vertex.&nbsp; This returns true if the cell has no connections.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>vertex</td><td class=CDLDescription><a href="../model/mxCell-js.html#mxCell" class=LClass id=link37 onMouseOver="ShowTip(event, 'tt17', 'link37')" onMouseOut="HideTip('tt17')">mxCell</a> whose ignored state should be returned.</td></tr></table></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.execute"></a>execute</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>mxRadialTreeLayout.prototype.execute = function(</td><td class=PParameter nowrap>parent,</td></tr><tr><td></td><td class=PParameter nowrap>root</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Implements <a href="mxGraphLayout-js.html#mxGraphLayout.execute" class=LFunction id=link38 onMouseOver="ShowTip(event, 'tt19', 'link38')" onMouseOut="HideTip('tt19')">mxGraphLayout.execute</a>.</p><p>If the parent has any connected edges, then it is used as the root of the tree.&nbsp; Else, <a href="../view/mxGraph-js.html#mxGraph.findTreeRoots" class=LFunction id=link39 onMouseOver="ShowTip(event, 'tt34', 'link39')" onMouseOut="HideTip('tt34')">mxGraph.findTreeRoots</a> will be used to find a suitable root node within the set of children of the given parent.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>parent</td><td class=CDLDescription><a href="../model/mxCell-js.html#mxCell" class=LClass id=link40 onMouseOver="ShowTip(event, 'tt17', 'link40')" onMouseOut="HideTip('tt17')">mxCell</a> whose children should be laid out.</td></tr><tr><td class=CDLEntry>root</td><td class=CDLDescription>Optional <a href="../model/mxCell-js.html#mxCell" class=LClass id=link41 onMouseOver="ShowTip(event, 'tt17', 'link41')" onMouseOut="HideTip('tt17')">mxCell</a> that will be used as the root of the tree.</td></tr></table></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.moveNode"></a>moveNode</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>mxRadialTreeLayout.prototype.moveNode = function(</td><td class=PParameter nowrap>node,</td></tr><tr><td></td><td class=PParameter nowrap>dx,</td></tr><tr><td></td><td class=PParameter nowrap>dy</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Moves the specified node and all of its children by the given amount.</p></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.sortOutgoingEdges"></a>sortOutgoingEdges</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>mxRadialTreeLayout.prototype.sortOutgoingEdges = function(</td><td class=PParameter nowrap>source,</td></tr><tr><td></td><td class=PParameter nowrap>edges</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Called if <a href="#mxRadialTreeLayout.sortEdges" class=LVariable id=link42 onMouseOver="ShowTip(event, 'tt15', 'link42')" onMouseOut="HideTip('tt15')">sortEdges</a> is true to sort the array of outgoing edges in place.</p></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.dfs"></a>dfs</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>mxRadialTreeLayout.prototype.dfs = function(</td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>level,</td></tr><tr><td></td><td class=PParameter nowrap>treeParent,</td></tr><tr><td></td><td class=PParameter nowrap>graphParent,</td></tr><tr><td></td><td class=PParameter nowrap>visited</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Does a depth first search starting at the specified cell.&nbsp; Makes sure the specified parent is never left by the algorithm.</p></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.layout"></a>layout</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>mxRadialTreeLayout.prototype.layout = function(</td><td class=PParameter nowrap>level,</td></tr><tr><td></td><td class=PParameter nowrap>nodes</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Starts the actual compact tree layout algorithm at the given node.</p></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.createNode"></a>createNode</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>mxRadialTreeLayout.prototype.createNode = function(</td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>treeParent</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.localEdgeProcessing"></a>localEdgeProcessing</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>mxRadialTreeLayout.prototype.localEdgeProcessing = function(</td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Moves the specified node and all of its children by the given amount.</p></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.localEdgeProcessing"></a>localEdgeProcessing</h3><div class=CBody><p>Separates the x position of edges as they connect to vertices</p></div></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxRadialTreeLayout.apply"></a>apply</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>mxRadialTreeLayout.prototype.apply = function(</td><td class=PParameter nowrap>node</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote></div></div></div>
<div class="CClass"><div class=CTopic><h2 class=CTitle><a name="WeightedCellSorter"></a>WeightedCellSorter</h2><div class=CBody><p>A utility class used to track cells whilst sorting occurs on the weighted sum of their connected edges.&nbsp; Does not violate (x.compareTo(y)==0) == (x.equals(y))</p><!--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="SGroup"><td class=SEntry><a href="#WeightedCellSorter.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#WeightedCellSorter.WeightedCellSorter" id=link43 onMouseOver="ShowTip(event, 'tt27', 'link43')" onMouseOut="HideTip('tt27')">WeightedCellSorter</a></td><td class=SDescription>Constructs a new weighted cell sorted for the given cell and weight.</td></tr><tr class="SGroup"><td class=SEntry><a href="#WeightedCellSorter.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent1 SMarked"><td class=SEntry><a href="#WeightedCellSorter.weightedValue" id=link44 onMouseOver="ShowTip(event, 'tt28', 'link44')" onMouseOut="HideTip('tt28')">weightedValue</a></td><td class=SDescription>The weighted value of the cell stored.</td></tr><tr class="SVariable SIndent1"><td class=SEntry><a href="#WeightedCellSorter.nudge" id=link45 onMouseOver="ShowTip(event, 'tt29', 'link45')" onMouseOut="HideTip('tt29')">nudge</a></td><td class=SDescription>Whether or not to flip equal weight values.</td></tr><tr class="SVariable SIndent1 SMarked"><td class=SEntry><a href="#WeightedCellSorter.visited" id=link46 onMouseOver="ShowTip(event, 'tt30', 'link46')" onMouseOut="HideTip('tt30')">visited</a></td><td class=SDescription>Whether or not this cell has been visited in the current assignment.</td></tr><tr class="SVariable SIndent1"><td class=SEntry><a href="#WeightedCellSorter.rankIndex" id=link47 onMouseOver="ShowTip(event, 'tt31', 'link47')" onMouseOut="HideTip('tt31')">rankIndex</a></td><td class=SDescription>The index this cell is in the model rank.</td></tr><tr class="SVariable SIndent1 SMarked"><td class=SEntry><a href="#WeightedCellSorter.cell" id=link48 onMouseOver="ShowTip(event, 'tt32', 'link48')" onMouseOut="HideTip('tt32')">cell</a></td><td class=SDescription>The cell whose median value is being calculated.</td></tr><tr class="SGroup"><td class=SEntry><a href="#WeightedCellSorter.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent1 SMarked"><td class=SEntry><a href="#WeightedCellSorter.compare" id=link49 onMouseOver="ShowTip(event, 'tt33', 'link49')" onMouseOut="HideTip('tt33')">compare</a></td><td class=SDescription>Compares two WeightedCellSorters.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.Functions"></a>Functions</h3></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.WeightedCellSorter"></a>WeightedCellSorter</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>function WeightedCellSorter(</td><td class=PParameter nowrap>cell,</td></tr><tr><td></td><td class=PParameter nowrap>weightedValue</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Constructs a new weighted cell sorted for the given cell and weight.</p></div></div></div>
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.Variables"></a>Variables</h3></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.weightedValue"></a>weightedValue</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>WeightedCellSorter.prototype.weightedValue</td></tr></table></blockquote><p>The weighted value of the cell stored.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.nudge"></a>nudge</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>WeightedCellSorter.prototype.nudge</td></tr></table></blockquote><p>Whether or not to flip equal weight values.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.visited"></a>visited</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>WeightedCellSorter.prototype.visited</td></tr></table></blockquote><p>Whether or not this cell has been visited in the current assignment.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.rankIndex"></a>rankIndex</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>WeightedCellSorter.prototype.rankIndex</td></tr></table></blockquote><p>The index this cell is in the model rank.</p></div></div></div>
<div class="CVariable"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.cell"></a>cell</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>WeightedCellSorter.prototype.cell</td></tr></table></blockquote><p>The cell whose median value is being calculated.</p></div></div></div>
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.Functions"></a>Functions</h3></div></div>
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="WeightedCellSorter.compare"></a>compare</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>WeightedCellSorter.prototype.compare = function(</td><td class=PParameter nowrap>a,</td></tr><tr><td></td><td class=PParameter nowrap>b</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Compares two WeightedCellSorters.</p></div></div></div>
</div><!--Content-->
<div id=Footer><a href="http://www.naturaldocs.org">Generated by Natural Docs</a></div><!--Footer-->
<div id=Menu><div class=MEntry><div class=MFile><a href="../index-txt.html">API Specification</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Editor</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MFile><a href="../editor/mxDefaultKeyHandler-js.html">mxDefaultKeyHandler</a></div></div><div class=MEntry><div class=MFile><a href="../editor/mxDefaultPopupMenu-js.html">mxDefaultPopupMenu</a></div></div><div class=MEntry><div class=MFile><a href="../editor/mxDefaultToolbar-js.html">mxDefaultToolbar</a></div></div><div class=MEntry><div class=MFile><a href="../editor/mxEditor-js.html">mxEditor</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent2')">Handler</a><div class=MGroupContent id=MGroupContent2><div class=MEntry><div class=MFile><a href="../handler/mxCellHighlight-js.html">mxCellHighlight</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxCellMarker-js.html">mxCellMarker</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxCellTracker-js.html">mxCellTracker</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxConnectionHandler-js.html">mxConnectionHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxConstraintHandler-js.html">mxConstraintHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxEdgeHandler-js.html">mxEdgeHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxEdgeSegmentHandler-js.html">mxEdgeSegmentHandler.js</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxElbowEdgeHandler-js.html">mxElbowEdgeHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxGraphHandler-js.html">mxGraphHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxKeyHandler-js.html">mxKeyHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxPanningHandler-js.html">mxPanningHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxPopupMenuHandler-js.html">mxPopupMenuHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxRubberband-js.html">mxRubberband</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxSelectionCellsHandler-js.html">mxSelectionCellsHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxTooltipHandler-js.html">mxTooltipHandler</a></div></div><div class=MEntry><div class=MFile><a href="../handler/mxVertexHandler-js.html">mxVertexHandler</a></div></div></div></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent3')">Io</a><div class=MGroupContent id=MGroupContent3><div class=MEntry><div class=MFile><a href="../io/mxCellCodec-js.html">mxCellCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxChildChangeCodec-js.html">mxChildChangeCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxCodec-js.html">mxCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxCodecRegistry-js.html">mxCodecRegistry</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultKeyHandlerCodec-js.html">mxDefaultKeyHandlerCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultPopupMenuCodec-js.html">mxDefaultPopupMenuCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxDefaultToolbarCodec-js.html">mxDefaultToolbarCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxEditorCodec-js.html">mxEditorCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGenericChangeCodec-js.html">mxGenericChangeCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGraphCodec-js.html">mxGraphCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxGraphViewCodec-js.html">mxGraphViewCodec</a></div></div><div class=MEntry><div class=MFile><a href="../io/mxModelCodec-js.html">mxModelCodec</a><
var searchPanel = new SearchPanel("searchPanel", "HTML", "../../search");
--></script><div id=MSearchPanel class=MSearchPanelInactive><input type=text id=MSearchField value=Search onFocus="searchPanel.OnSearchFieldFocus(true)" onBlur="searchPanel.OnSearchFieldFocus(false)" onKeyUp="searchPanel.OnSearchFieldChange()"><select id=MSearchType onFocus="searchPanel.OnSearchTypeFocus(true)" onBlur="searchPanel.OnSearchTypeFocus(false)" onChange="searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected value="General">Everything</option><option value="Classes">Classes</option><option value="Cookies">Cookies</option><option value="Events">Events</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Variables">Variables</option></select></div><script language=JavaScript><!--
HideAllBut([7], 13);// --></script></div><!--Menu-->
<!--START_ND_TOOLTIPS-->
<div class=CToolTip id="tt1"><div class=CClass>Base class for all layout algorithms in mxGraph. </div></div><div class=CToolTip id="tt2"><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>function mxRadialTreeLayout(</td><td class=PParameter nowrap>graph,</td></tr><tr><td></td><td class=PParameter nowrap>invert</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Constructs a new radial tree layout for the specified graph</div></div><div class=CToolTip id="tt3"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.invert</td></tr></table></blockquote>Specifies if edge directions should be inverted. </div></div><div class=CToolTip id="tt4"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.angleOffset</td></tr></table></blockquote>The initial offset to compute the angle position.</div></div><div class=CToolTip id="tt5"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.rootx</td></tr></table></blockquote>The X co-ordinate of the root cell</div></div><div class=CToolTip id="tt6"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.rooty</td></tr></table></blockquote>The Y co-ordinate of the root cell</div></div><div class=CToolTip id="tt7"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.levelDistance</td></tr></table></blockquote>Holds the levelDistance. </div></div><div class=CToolTip id="tt8"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.nodeDistance</td></tr></table></blockquote>Holds the nodeDistance. </div></div><div class=CToolTip id="tt9"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.autoRadius</td></tr></table></blockquote>Specifies if the radios should be computed automatically</div></div><div class=CToolTip id="tt10"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.minradiusx</td></tr></table></blockquote>The minimum radius of each level in x axis</div></div><div class=CToolTip id="tt11"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.minradiusy</td></tr></table></blockquote>The minimum radius of each level in y axis</div></div><div class=CToolTip id="tt12"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.maxradiusy</td></tr></table></blockquote>The maximum radius of each level in y axis</div></div><div class=CToolTip id="tt13"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.radiusx</td></tr></table></blockquote>x-axis radius of each circle</div></div><div class=CToolTip id="tt14"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.radiusy</td></tr></table></blockquote>y-axis radius of each circle</div></div><div class=CToolTip id="tt15"><div class=CVariable><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype prettyprint"><tr><td>mxRadialTreeLayout.prototype.sortEdges</td></tr></table></blockquote>Specifies if edges should be sorted according to the order of their opposite terminal cell in the model.</
<div id=MSearchResultsWindow><iframe src="" frameborder=0 name=MSearchResults id=MSearchResults></iframe><a href="javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose>Close</a></div>
<script language=JavaScript><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>