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


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

Packages that use PieChartLabelFormats
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. 
 

Uses of PieChartLabelFormats in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as PieChartLabelFormats
private  PieChartLabelFormats PieChartLabel.formats
           
 

Methods in info.bioinfweb.treegraph.document that return PieChartLabelFormats
 PieChartLabelFormats PieChartLabel.getFormats()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type PieChartLabelFormats
 void PieColorManager.addDefaultColors(PieChartLabelFormats formats, int newSize)
           
 

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

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

Methods in info.bioinfweb.treegraph.document.format with parameters of type PieChartLabelFormats
 void PieChartLabelFormats.assign(PieChartLabelFormats other)
           
 void PieChartLabelFormats.assignPieChartLabelFormats(PieChartLabelFormats other)