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


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

Packages that use ScaleAlignment
info.bioinfweb.treegraph.document.format Contains classes that store format information of the different document elements. 
 

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

Fields in info.bioinfweb.treegraph.document.format declared as ScaleAlignment
private  ScaleAlignment ScaleBarFormats.alignment
           
static ScaleAlignment ScaleBarFormats.DEFAULT_ALIGNMENT
           
 

Methods in info.bioinfweb.treegraph.document.format that return ScaleAlignment
 ScaleAlignment ScaleBarFormats.getAlignment()
           
static ScaleAlignment ScaleAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScaleAlignment[] ScaleAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.bioinfweb.treegraph.document.format with parameters of type ScaleAlignment
 void ScaleBarFormats.setAlignment(ScaleAlignment scaleAnchor)