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

Packages that use LegendFormats
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.format   
info.bioinfweb.treegraph.document.io.xtg   
 

Uses of LegendFormats in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as LegendFormats
private  LegendFormats Legend.formats
           
 

Methods in info.bioinfweb.treegraph.document that return LegendFormats
 LegendFormats Legend.getFormats()
           
 

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

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

Methods in info.bioinfweb.treegraph.document.format with parameters of type LegendFormats
 void LegendFormats.assignLegendFormats(LegendFormats other)
           
 void LegendFormats.assignLegendPosition(LegendFormats other)
           
 

Uses of LegendFormats in info.bioinfweb.treegraph.document.io.xtg
 

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type LegendFormats
private  void XTGWriter.writeAnchor(LegendFormats f, int no)