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

Packages that use Legends
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.io.xtg   
info.bioinfweb.treegraph.gui.actions.edit   
 

Uses of Legends in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as Legends
private  Legends Tree.legends
           
private  Legends Legend.legends
           
 

Methods in info.bioinfweb.treegraph.document that return Legends
 Legends Tree.getLegends()
           
 Legends Legend.getLegends()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type Legends
 void Legend.setLegends(Legends legends)
           
 

Constructors in info.bioinfweb.treegraph.document with parameters of type Legends
Legend(Legends legends)
           
 

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type Legends
private  void XTGReader.readLegend(javax.xml.stream.events.StartElement element, Legends legends)
           
private  void XTGWriter.writeLegends(Legends legends)
           
 

Uses of Legends in info.bioinfweb.treegraph.gui.actions.edit
 

Methods in info.bioinfweb.treegraph.gui.actions.edit with parameters of type Legends
private  void SearchTextAction.searchLegends(Legends legends)