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


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

Packages that use ScaleBar
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.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
info.bioinfweb.treegraph.graphics.positionpaint The classes in this package implement the output of an TreeGraph 2 document with Graphics2D
 

Uses of ScaleBar in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as ScaleBar
private  ScaleBar Tree.scaleBar
           
 

Methods in info.bioinfweb.treegraph.document that return ScaleBar
 ScaleBar ScaleBar.clone()
           
 ScaleBar Tree.getScaleBar()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type ScaleBar
 void ScaleBar.assignScaleBarData(ScaleBar other)
          This method currently does not do anything but should be called in the clone()-method of derived classes anyway because ScaleBar might contain data that needs to be copied in future versions.
 void Tree.setScaleBar(ScaleBar scaleBar)
           
 

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type ScaleBar
private  void XTGReader.readScaleBar(StartElement element, ScaleBar s)
           
private  void XTGWriter.writeScaleBar(ScaleBar sb)
           
 

Uses of ScaleBar in info.bioinfweb.treegraph.graphics.positionpaint
 

Methods in info.bioinfweb.treegraph.graphics.positionpaint with parameters of type ScaleBar
private  void RectangularCladogramPainter.paintScaleBar(ScaleBar scaleBar)