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


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

Packages that use PieChartLabel
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.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
info.bioinfweb.treegraph.document.undo.edit   
 

Uses of PieChartLabel in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return PieChartLabel
 PieChartLabel PieChartLabel.clone()
          Returns a deep copy of this pie chart label.
 PieChartLabel[] Labels.toPieChartLabelArray()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type PieChartLabel
 void PieChartLabel.assignPieChartData(PieChartLabel other)
           
 

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type PieChartLabel
private  void XTGReader.readPieChartIDs(PieChartLabel l)
           
 

Uses of PieChartLabel in info.bioinfweb.treegraph.document.undo.edit
 

Fields in info.bioinfweb.treegraph.document.undo.edit declared as PieChartLabel
private  PieChartLabel[] PieChartLabelIDsEdit.labels
           
 

Constructors in info.bioinfweb.treegraph.document.undo.edit with parameters of type PieChartLabel
PieChartLabelIDsEdit(Document document, PieChartLabel[] labels, String[] newIDs)