Uses of Class
jprotein.tree.data.VisualLeaf

Packages that use VisualLeaf
jprotein.tree   
jprotein.tree.data   
 

Uses of VisualLeaf in jprotein.tree
 

Methods in jprotein.tree that return VisualLeaf
 VisualLeaf VisualTree.getRoot()
           
 VisualLeaf VisualTree.initTree(Leaf root)
           
 

Uses of VisualLeaf in jprotein.tree.data
 

Subclasses of VisualLeaf in jprotein.tree.data
 class VisualNode
           
 

Methods in jprotein.tree.data that return VisualLeaf
 VisualLeaf VisualNode.goLeft()
           
 VisualLeaf VisualNode.goRight()
           
 

Constructors in jprotein.tree.data with parameters of type VisualLeaf
VisualNode(SimpleNode node, VisualLeaf left, VisualLeaf right)