Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.AbstractTextElement
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.AbstractTextElement

Packages that use AbstractTextElement
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). 
 

Uses of AbstractTextElement in info.bioinfweb.treegraph.document
 

Subclasses of AbstractTextElement in info.bioinfweb.treegraph.document
 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 AbstractTextElement
abstract  AbstractTextElement AbstractTextElement.clone()