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

Packages that use TextFormats
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.format   
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()
           
 

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

Subclasses of TextFormats in info.bioinfweb.treegraph.document.format
 class CharShiftFormats
          This class contains formats for an CharacterShiftLabel.
 class LegendFormats
           
 class NodeFormats
           
 class ScaleBarFormats
           
 class TextLabelFormats
           
 

Fields in info.bioinfweb.treegraph.document.format declared as TextFormats
private  TextFormats CharShiftFormats.stateAfterFormats
           
private  TextFormats CharShiftFormats.stateBeforeFormats
           
 

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

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  java.lang.String XTGWriter.formatTextStyle(TextFormats f)
           
private  void XTGReader.readDecimalFormat(TextFormats f, javax.xml.stream.events.StartElement element, java.lang.String prefix)
           
private  void XTGReader.readTextFormatsAttr(TextFormats f, javax.xml.stream.events.StartElement element, java.lang.String prefix)
           
private  void XTGReader.readTextStyleAttr(TextFormats f, javax.xml.stream.events.StartElement element)
           
private  void XTGWriter.writeTextFormatsAttr(TextFormats f)
           
private  void XTGWriter.writeTextFormatsAttr(TextFormats f, java.lang.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(java.lang.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)