Uses of Interface
info.bioinfweb.treegraph.document.EdgeRadiusElement

Packages that use EdgeRadiusElement
info.bioinfweb.treegraph.document Contains the classes that represent the data structure of TreeGraph 2 (document elements and formats) as well as all edit operations in the undo-package to manipulate the data structure and classes to read and write a document from and to different formats (io- subpackage). 
info.bioinfweb.treegraph.gui.treeframe Contains all classes that make up a document window. 
 

Uses of EdgeRadiusElement in info.bioinfweb.treegraph.document
 

Classes in info.bioinfweb.treegraph.document that implement EdgeRadiusElement
 class Legend
           
 class Node
          This class represents a node of a tree in the TreeGraph data structure.
 

Uses of EdgeRadiusElement in info.bioinfweb.treegraph.gui.treeframe
 

Methods in info.bioinfweb.treegraph.gui.treeframe that return EdgeRadiusElement
 EdgeRadiusElement TreeSelection.getFirstEdgeRadiusElement()