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

Packages that use LineElement
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.gui.treeframe   
 

Uses of LineElement in info.bioinfweb.treegraph.document
 

Classes in info.bioinfweb.treegraph.document that implement LineElement
 class Branch
          The entity for a branch.
 class Legend
           
 class Node
          This class represents a node of a tree in the TreeGraph data structure.
 class ScaleBar
          This element represents a scale bar for the branch length values.
 

Methods in info.bioinfweb.treegraph.document that return LineElement
static LineElement[] TreeSerializer.getLineElements(Node root)
           
 

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

Methods in info.bioinfweb.treegraph.gui.treeframe that return LineElement
 LineElement TreeSelection.getFirstLineElement()