Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.document.format.CornerRadiusFormats
TreeGraph 2
 


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

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

Methods in info.bioinfweb.treegraph.document that return CornerRadiusFormats
 CornerRadiusFormats CornerRadiusElement.getFormats()
           
 

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

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

Methods in info.bioinfweb.treegraph.document.format that return CornerRadiusFormats
 CornerRadiusFormats CornerRadiusFormats.clone()
           
 

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