Uses of Class
org.forester.phylogeny.PhylogenyMethods.DESCENDANT_SORT_PRIORITY
-
Packages that use PhylogenyMethods.DESCENDANT_SORT_PRIORITY Package Description org.forester.phylogeny -
-
Uses of PhylogenyMethods.DESCENDANT_SORT_PRIORITY in org.forester.phylogeny
Methods in org.forester.phylogeny that return PhylogenyMethods.DESCENDANT_SORT_PRIORITY Modifier and Type Method Description static PhylogenyMethods.DESCENDANT_SORT_PRIORITY
PhylogenyMethods.DESCENDANT_SORT_PRIORITY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PhylogenyMethods.DESCENDANT_SORT_PRIORITY[]
PhylogenyMethods.DESCENDANT_SORT_PRIORITY. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.phylogeny with parameters of type PhylogenyMethods.DESCENDANT_SORT_PRIORITY Modifier and Type Method Description static void
PhylogenyMethods. orderAppearance(PhylogenyNode n, boolean order, boolean order_ext_alphabetically, PhylogenyMethods.DESCENDANT_SORT_PRIORITY pri)
Arranges the order of childern for each node of this Phylogeny in such a way that either the branch with more children is on top (right) or on bottom (left), dependent on the value of boolean order.static void
PhylogenyMethods. sortNodeDescendents(PhylogenyNode node, PhylogenyMethods.DESCENDANT_SORT_PRIORITY pri)
-