Uses of Class
org.jgraph.layout.TreeLayoutAlgorithm

Packages that use TreeLayoutAlgorithm
org.jgraph.layout   
 

Uses of TreeLayoutAlgorithm in org.jgraph.layout
 

Subclasses of TreeLayoutAlgorithm in org.jgraph.layout
 class OrderedTreeLayoutAlgorithm
          This class is similar to the TreeLayoutAlgorithm but it will sort the different levels of the graph using the default comparator or a custom comparator that you supply.
 

Fields in org.jgraph.layout declared as TreeLayoutAlgorithm
protected  TreeLayoutAlgorithm TreeLayoutSettings.layout
           
 

Constructors in org.jgraph.layout with parameters of type TreeLayoutAlgorithm
TreeLayoutSettings(TreeLayoutAlgorithm layout)
          Creates new form SugiyamaLayoutConfigurationDialog