Uses of Class
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   
info.bioinfweb.treegraph.graphics.positionpaint   
info.bioinfweb.treegraph.gui.dialogs.elementformats   
 

Uses of TextFormats in info.bioinfweb.treegraph.document
 

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

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

Subclasses of TextFormats in info.bioinfweb.treegraph.document.format
 class LegendFormats
           
 class NodeFormats
           
 class ScaleBarFormats
           
 class TextLabelFormats
           
 

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 TextFormats.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)