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


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

Packages that use LabelFormats
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. 
info.bioinfweb.treegraph.document.format.adapters.distance   
info.bioinfweb.treegraph.document.io.tgf The classes in this package were planned to allow the import of TGF files into TreeGraph 2. 
 

Uses of LabelFormats in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return LabelFormats
abstract  LabelFormats Label.getFormats()
           
 

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

Subclasses of LabelFormats in info.bioinfweb.treegraph.document.format
 class GraphicalLabelFormats
          All format classes for document elements which represent labels with line formats should inherit from this class.
 class IconLabelFormats
           
 class PieChartLabelFormats
          Stores the formats of pie chart label.
 class TextLabelFormats
           
 

Methods in info.bioinfweb.treegraph.document.format that return LabelFormats
 LabelFormats LabelFormats.clone()
          Returns a deep copy with the owner null.
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type LabelFormats
 void LabelFormats.assignLabelFormats(LabelFormats other)
           
 

Uses of LabelFormats in info.bioinfweb.treegraph.document.format.adapters.distance
 

Methods in info.bioinfweb.treegraph.document.format.adapters.distance with parameters of type LabelFormats
protected  DistanceValue LabelTextHeightAdapter.getDistanceValue(LabelFormats formats)
           
protected  DistanceValue LabelMarginTopAdapter.getDistanceValue(LabelFormats formats)
           
protected  DistanceValue LabelMarginRightAdapter.getDistanceValue(LabelFormats formats)
           
protected  DistanceValue LabelMarginLeftAdapter.getDistanceValue(LabelFormats formats)
           
protected  DistanceValue LabelMarginBottomAdapter.getDistanceValue(LabelFormats formats)
           
protected abstract  DistanceValue AbstractLabelDistanceAdapter.getDistanceValue(LabelFormats formats)
           
protected  DistanceValue AbstractIconLabelDistanceAdapter.getDistanceValue(LabelFormats formats)
           
 

Uses of LabelFormats in info.bioinfweb.treegraph.document.io.tgf
 

Fields in info.bioinfweb.treegraph.document.io.tgf with type parameters of type LabelFormats
private  HashMap<String,LabelFormats> TGFReader.labelFormats
           
 

Methods in info.bioinfweb.treegraph.document.io.tgf that return types with arguments of type LabelFormats
private  HashMap<String,LabelFormats> TGFReader.initLabelFormats()