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

Packages that use LineFormats
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.format   
info.bioinfweb.treegraph.document.io.xtg   
 

Uses of LineFormats in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return LineFormats
 LineFormats LineElement.getFormats()
           
 LineFormats Branch.getLineFormats()
           
 

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

Classes in info.bioinfweb.treegraph.document.format that implement LineFormats
 class BranchFormats
           
 class LegendFormats
           
 class LineFormatsEntity
           
 class NodeFormats
           
 class ScaleBarFormats
           
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type LineFormats
 void ScaleBarFormats.assignLineFormats(LineFormats other)
           
 void NodeFormats.assignLineFormats(LineFormats other)
           
 void LineFormatsEntity.assignLineFormats(LineFormats other)
           
 void LineFormats.assignLineFormats(LineFormats other)
           
 void LegendFormats.assignLineFormats(LineFormats other)
           
 void BranchFormats.assignLineFormats(LineFormats other)
           
 

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type LineFormats
private  void XTGReader.readLineAttr(LineFormats f, javax.xml.stream.events.StartElement element)
           
private  void XTGWriter.writeLineAttr(LineFormats f)