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


Uses of Class
info.bioinfweb.treegraph.document.format.ConcreteTextFormats

Packages that use ConcreteTextFormats
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.document.format Contains classes that store format information of the different document elements. 
 

Uses of ConcreteTextFormats in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return ConcreteTextFormats
abstract  ConcreteTextFormats AbstractTextElement.getFormats()
           
 

Uses of ConcreteTextFormats in info.bioinfweb.treegraph.document.format
 

Subclasses of ConcreteTextFormats in info.bioinfweb.treegraph.document.format
 class LegendFormats
           
 class NodeFormats
           
 class ScaleBarFormats
          Stores the formats of a ScaleBar.
 

Methods in info.bioinfweb.treegraph.document.format that return ConcreteTextFormats
 ConcreteTextFormats ConcreteTextFormats.clone()