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


Uses of Class
info.bioinfweb.treegraph.document.LabelLine

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

Uses of LabelLine in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document with type parameters of type LabelLine
private  List<LabelLine> Labels.labelLinesAbove
           
private  List<LabelLine> Labels.labelLinesBelow
           
 

Methods in info.bioinfweb.treegraph.document that return LabelLine
protected  LabelLine LabelLine.clone()
           
 

Methods in info.bioinfweb.treegraph.document that return types with arguments of type LabelLine
private  List<LabelLine> Labels.getLines(boolean above)
           
 

Method parameters in info.bioinfweb.treegraph.document with type arguments of type LabelLine
private  Label Labels.getNext(List<LabelLine> lines, int addend, int lineNo, int lineIndex)