Class EDU.auburn.VGJ.algorithm.cgd.ClanTree
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.algorithm.cgd.ClanTree
java.lang.Object
|
+----EDU.auburn.VGJ.algorithm.cgd.ClanTree
- public class ClanTree
- extends Object
A "Clan" tree class for CGD.
Here is the source.
-
centerx
-
-
clan
-
-
dummy
-
-
extraheight
-
-
firstChild
-
-
heightInTree
-
-
leftSibling
-
-
maxx
-
-
minx
-
-
nextSibling
-
-
parent
-
-
position
-
-
size
-
-
ClanTree()
-
-
fixLinear(Set, Set[], Set[])
-
-
numberOfChildren()
-
-
toString()
-
-
toString(Graph)
-
parent
public ClanTree parent
firstChild
public ClanTree firstChild
nextSibling
public ClanTree nextSibling
clan
public Clan clan
minx
public double minx
maxx
public double maxx
centerx
public double centerx
leftSibling
public ClanTree leftSibling
size
public DDimension size
position
public DPoint position
extraheight
public double extraheight
dummy
public boolean dummy
heightInTree
public int heightInTree
ClanTree
public ClanTree()
toString
public String toString()
- Overrides:
- toString in class Object
toString
public String toString(Graph graph)
fixLinear
public void fixLinear(Set node_subset,
Set child_relation[],
Set parent_relation[])
numberOfChildren
public int numberOfChildren()
All Packages Class Hierarchy This Package Previous Next Index