Uses of Class
jebl.gui.trees.treeviewer.treelayouts.PolarTreeLayout.TaxonLabelPosition

Packages that use PolarTreeLayout.TaxonLabelPosition
jebl.gui.trees.treeviewer.treelayouts   
 

Uses of PolarTreeLayout.TaxonLabelPosition in jebl.gui.trees.treeviewer.treelayouts
 

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

Methods in jebl.gui.trees.treeviewer.treelayouts with parameters of type PolarTreeLayout.TaxonLabelPosition
 void PolarTreeLayout.setTaxonLabelPosition(PolarTreeLayout.TaxonLabelPosition taxonLabelPosition)