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


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

Packages that use GraphicalLabel
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.gui.dialogs.editelement   
 

Uses of GraphicalLabel in info.bioinfweb.treegraph.document
 

Subclasses of GraphicalLabel in info.bioinfweb.treegraph.document
 class IconLabel
           
 class PieChartLabel
          Represents a pie chart label.
 

Uses of GraphicalLabel in info.bioinfweb.treegraph.gui.dialogs.editelement
 

Methods in info.bioinfweb.treegraph.gui.dialogs.editelement that return GraphicalLabel
protected  GraphicalLabel NewPieChartLabelsDialog.createLabel()
           
protected  GraphicalLabel NewIconLabelsDialog.createLabel()
           
protected abstract  GraphicalLabel NewGraphicalLabelsDialog.createLabel()
          Descendant classes should return a label object here which if formatted according to the user input.