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


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

Packages that use ScaleValue
info.bioinfweb.treegraph.document.format Contains classes that store format information of the different document elements. 
info.bioinfweb.treegraph.document.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
info.bioinfweb.treegraph.gui.dialogs.elementformats   
 

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

Fields in info.bioinfweb.treegraph.document.format declared as ScaleValue
private  ScaleValue ScaleBarFormats.width
           
 

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

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

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

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type ScaleValue
private  void XTGReader.readScaleValueAttr(ScaleValue value, StartElement element, QName name)
           
private  void XTGWriter.writeScaleValue(String name, ScaleValue v)
           
 

Uses of ScaleValue in info.bioinfweb.treegraph.gui.dialogs.elementformats
 

Methods in info.bioinfweb.treegraph.gui.dialogs.elementformats that return ScaleValue
 ScaleValue ScaleValueInput.getValue()
           
 

Methods in info.bioinfweb.treegraph.gui.dialogs.elementformats with parameters of type ScaleValue
 void ScaleValueInput.assignValueTo(ScaleValue target)
           
 void ScaleValueInput.setValue(ScaleValue value)