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

Packages that use LabelPositionFormats
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. 
 

Uses of LabelPositionFormats in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return LabelPositionFormats
 LabelPositionFormats TextLabel.getPositionFormats()
           
abstract  LabelPositionFormats Label.getPositionFormats()
           
 LabelPositionFormats IconLabel.getPositionFormats()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type LabelPositionFormats
 void TextLabel.setPositionFormats(LabelPositionFormats formats)
           
abstract  void Label.setPositionFormats(LabelPositionFormats formats)
           
 void IconLabel.setPositionFormats(LabelPositionFormats formats)
           
 

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

Fields in info.bioinfweb.treegraph.document.format declared as LabelPositionFormats
private  LabelPositionFormats TextLabelFormats.positionFormats
           
 

Methods in info.bioinfweb.treegraph.document.format that return LabelPositionFormats
protected  LabelPositionFormats LabelPositionFormats.clone()
           
 LabelPositionFormats TextLabelFormats.getPositionFormats()
           
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type LabelPositionFormats
 void LabelPositionFormats.assignLabelPosition(LabelPositionFormats other)
           
 void TextLabelFormats.setPositionFormats(LabelPositionFormats positionFormats)