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


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

Packages that use TextOrientation
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 TextOrientation in info.bioinfweb.treegraph.document.format
 

Fields in info.bioinfweb.treegraph.document.format declared as TextOrientation
private  TextOrientation LegendFormats.orientation
           
static TextOrientation LegendFormats.STD_ORIENTATION
           
 

Methods in info.bioinfweb.treegraph.document.format that return TextOrientation
 TextOrientation LegendFormats.getOrientation()
           
static TextOrientation TextOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextOrientation[] TextOrientation.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 TextOrientation
 void LegendFormats.setOrientation(TextOrientation orientation)
           
 

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

Fields in info.bioinfweb.treegraph.document.format.operate declared as TextOrientation
private  TextOrientation TextOrientationOperator.orientation
           
 

Constructors in info.bioinfweb.treegraph.document.format.operate with parameters of type TextOrientation
TextOrientationOperator(TextOrientation orientation)