Uses of Class
jebl.evolution.trees.SortedRootedTree.BranchOrdering

Packages that use SortedRootedTree.BranchOrdering
jebl.evolution.trees   
jebl.gui.trees.treeviewer   
jebl.gui.trees.treeviewer_dev   
 

Uses of SortedRootedTree.BranchOrdering in jebl.evolution.trees
 

Methods in jebl.evolution.trees that return SortedRootedTree.BranchOrdering
static SortedRootedTree.BranchOrdering SortedRootedTree.BranchOrdering.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortedRootedTree.BranchOrdering[] SortedRootedTree.BranchOrdering.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in jebl.evolution.trees with parameters of type SortedRootedTree.BranchOrdering
SortedRootedTree(RootedTree source, SortedRootedTree.BranchOrdering branchOrdering)
           
 

Uses of SortedRootedTree.BranchOrdering in jebl.gui.trees.treeviewer
 

Methods in jebl.gui.trees.treeviewer with parameters of type SortedRootedTree.BranchOrdering
 void TreePane.setBranchOrdering(boolean orderBranches, SortedRootedTree.BranchOrdering branchOrdering)
           
 

Uses of SortedRootedTree.BranchOrdering in jebl.gui.trees.treeviewer_dev
 

Methods in jebl.gui.trees.treeviewer_dev that return SortedRootedTree.BranchOrdering
 SortedRootedTree.BranchOrdering TreePane.getBranchOrdering()
           
 

Methods in jebl.gui.trees.treeviewer_dev with parameters of type SortedRootedTree.BranchOrdering
 void TreePane.setBranchOrdering(SortedRootedTree.BranchOrdering branchOrdering)