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


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

Packages that use Legends
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.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
info.bioinfweb.treegraph.graphics.positionpaint The classes in this package implement the output of an TreeGraph 2 document with Graphics2D
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.format
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type Legends
static Legend FormatUtils.createLegend(Node anchor, Legends legends)
          Creates a legend to be inserted in the specified document.
 

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(StartElement rootElement, Legends legends)
           
private  void XTGWriter.writeLegends(Legends legends)
           
 

Uses of Legends in info.bioinfweb.treegraph.graphics.positionpaint
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type Legends
private  float RectangularCladogramPositioner.alignToOtherLegends(Legends legends, int start, int end, float minLeft, float top, float bottom)
           
 

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)