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


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

Packages that use GraphicalLabelFormats
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.gui.dialogs.elementformats   
 

Uses of GraphicalLabelFormats in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return GraphicalLabelFormats
abstract  GraphicalLabelFormats GraphicalLabel.getFormats()
           
 

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

Subclasses of GraphicalLabelFormats in info.bioinfweb.treegraph.document.format
 class IconLabelFormats
           
 class PieChartLabelFormats
          Stores the formats of pie chart label.
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type GraphicalLabelFormats
 void GraphicalLabelFormats.assignGraphicalLabelFormats(GraphicalLabelFormats other)
          Assigns the graphical labels formats to this object.
 

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type GraphicalLabelFormats
private  void XTGReader.readGraphicalLabelDimensions(GraphicalLabelFormats f, StartElement element)
           
private  void XTGWriter.writeLabelDimensions(GraphicalLabelFormats f)
           
 

Uses of GraphicalLabelFormats in info.bioinfweb.treegraph.gui.dialogs.elementformats
 

Methods in info.bioinfweb.treegraph.gui.dialogs.elementformats with parameters of type GraphicalLabelFormats
 void IconPieChartLabelPanel.setLabelFormats(GraphicalLabelFormats f)
          Sets the values of a formats object according to the user input.