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

Packages that use TextLabelFormats
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.format   
info.bioinfweb.treegraph.document.io.tgf   
 

Uses of TextLabelFormats in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as TextLabelFormats
private  TextLabelFormats TextLabel.formats
           
 

Methods in info.bioinfweb.treegraph.document that return TextLabelFormats
 TextLabelFormats TextLabel.getFormats()
           
 

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

Subclasses of TextLabelFormats in info.bioinfweb.treegraph.document.format
 class CharShiftFormats
          This class contains formats for an CharacterShiftLabel.
 

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

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

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

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