All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.netlayout.VGJ.ClanTree

java.lang.Object
   |
   +----relaaja.netlayout.VGJ.ClanTree

public class ClanTree
extends Object
A "Clan" tree class for CGD.

Here is the source.


Variable Index

 o centerx
 o clan
 o dummy
 o extraheight
 o firstChild
 o heightInTree
 o leftSibling
 o maxx
 o minx
 o nextSibling
 o parent
 o position
 o size

Constructor Index

 o ClanTree()

Method Index

 o fixLinear(Set, Set[], Set[])
 o numberOfChildren()
 o toString()
 o toString(Graph)
 o toString_(int, Graph)

Variables

 o parent
 public ClanTree parent
 o firstChild
 public ClanTree firstChild
 o nextSibling
 public ClanTree nextSibling
 o clan
 public Clan clan
 o minx
 public double minx
 o maxx
 public double maxx
 o centerx
 public double centerx
 o leftSibling
 public ClanTree leftSibling
 o size
 public DDimension size
 o position
 public DPoint position
 o extraheight
 public double extraheight
 o dummy
 public boolean dummy
 o heightInTree
 public int heightInTree

Constructors

 o ClanTree
 public ClanTree()

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o toString
 public String toString(Graph graph)
 o toString_
 private String toString_(int indent,
                          Graph graph)
 o fixLinear
 public void fixLinear(Set node_subset,
                       Set child_relation[],
                       Set parent_relation[])
 o numberOfChildren
 public int numberOfChildren()

All Packages  Class Hierarchy  This Package  Previous  Next  Index