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

Packages that use EdgeRadiusFormats
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 EdgeRadiusFormats in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return EdgeRadiusFormats
 EdgeRadiusFormats EdgeRadiusElement.getFormats()
           
 

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

Classes in info.bioinfweb.treegraph.document.format that implement EdgeRadiusFormats
 class LegendFormats
           
 class NodeFormats
           
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type EdgeRadiusFormats
 void NodeFormats.assignEdgeRadiusFormats(EdgeRadiusFormats other)
           
 void LegendFormats.assignEdgeRadiusFormats(EdgeRadiusFormats other)
           
 void EdgeRadiusFormats.assignEdgeRadiusFormats(EdgeRadiusFormats other)