Uses of Enum Class
org.forester.phylogeny.PhylogenyMethods.DESCENDANT_SORT_PRIORITY
Packages that use PhylogenyMethods.DESCENDANT_SORT_PRIORITY
-
Uses of PhylogenyMethods.DESCENDANT_SORT_PRIORITY in org.forester.phylogeny
Methods in org.forester.phylogeny that return PhylogenyMethods.DESCENDANT_SORT_PRIORITYModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PhylogenyMethods.DESCENDANT_SORT_PRIORITY.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.phylogeny with parameters of type PhylogenyMethods.DESCENDANT_SORT_PRIORITYModifier and TypeMethodDescriptionstatic 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 final void
PhylogenyMethods.sortNodeDescendents
(PhylogenyNode node, PhylogenyMethods.DESCENDANT_SORT_PRIORITY pri)