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

Packages that use ScaleValue
info.bioinfweb.treegraph.document.format   
info.bioinfweb.treegraph.document.io.xtg   
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, javax.xml.stream.events.StartElement element, javax.xml.namespace.QName name)
           
private  void XTGWriter.writeScaleValue(java.lang.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)