Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.document.format.TextFormats
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.document.format.TextFormats

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

Uses of TextFormats in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return TextFormats
 TextFormats TextElement.getFormats()
           
 

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

Classes in info.bioinfweb.treegraph.document.format that implement TextFormats
 class ConcreteTextFormats
           
 class LegendFormats
           
 class NodeFormats
           
 class ScaleBarFormats
          Stores the formats of a ScaleBar.
 class TextLabelFormats
           
 

Fields in info.bioinfweb.treegraph.document.format declared as TextFormats
private  TextFormats TextLabelFormats.textFormats
           
 

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

Methods in info.bioinfweb.treegraph.document.format with parameters of type TextFormats
 void TextLabelFormats.assignTextFormats(TextFormats other)
           
 void TextFormats.assignTextFormats(TextFormats other)
           
 void ConcreteTextFormats.assignTextFormats(TextFormats other)
           
 

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type TextFormats
private  String XTGWriter.formatTextStyle(TextFormats f)
           
private  void XTGReader.readDecimalFormat(TextFormats f, StartElement element, String prefix)
           
private  void XTGReader.readTextFormatsAttr(TextFormats f, StartElement element, String prefix)
           
private  void XTGReader.readTextStyleAttr(TextFormats f, StartElement element)
           
private  void XTGWriter.writeTextFormatsAttr(TextFormats f)
           
private  void XTGWriter.writeTextFormatsAttr(TextFormats f, String prefix)
           
 

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

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type TextFormats
private  float RectangularCladogramPainter.paintText(String text, TextFormats f, float x, float y)
           
 

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

Methods in info.bioinfweb.treegraph.gui.dialogs.elementformats with parameters of type TextFormats
 void FontFormatsPanel.assignValue(TextFormats f)
           
 void FontFormatsPanel.setValue(TextFormats f)