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


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

Packages that use ScaleBarFormats
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. 
info.bioinfweb.treegraph.document.format.operate Format operators are used to change single formats of document elements. 
 

Uses of ScaleBarFormats in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as ScaleBarFormats
private  ScaleBarFormats ScaleBar.formats
           
 

Methods in info.bioinfweb.treegraph.document that return ScaleBarFormats
 ScaleBarFormats ScaleBar.getFormats()
           
 

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

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

Methods in info.bioinfweb.treegraph.document.format with parameters of type ScaleBarFormats
 void ScaleBarFormats.assign(ScaleBarFormats other)
           
 void ScaleBarFormats.assignScaleBarFormats(ScaleBarFormats other)
           
 

Uses of ScaleBarFormats in info.bioinfweb.treegraph.document.format.operate
 

Fields in info.bioinfweb.treegraph.document.format.operate declared as ScaleBarFormats
private  ScaleBarFormats ScaleBarFormatsOperator.formats
           
 

Constructors in info.bioinfweb.treegraph.document.format.operate with parameters of type ScaleBarFormats
ScaleBarFormatsOperator(ScaleBarFormats formats)