Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.gui.treeframe.ruler.RulerOrientation
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.gui.treeframe.ruler.RulerOrientation

Packages that use RulerOrientation
info.bioinfweb.treegraph.gui.treeframe.ruler   
 

Uses of RulerOrientation in info.bioinfweb.treegraph.gui.treeframe.ruler
 

Fields in info.bioinfweb.treegraph.gui.treeframe.ruler declared as RulerOrientation
private  RulerOrientation TreeViewRuler.orientation
           
 

Methods in info.bioinfweb.treegraph.gui.treeframe.ruler that return RulerOrientation
 RulerOrientation TreeViewRuler.getOrientation()
           
static RulerOrientation RulerOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RulerOrientation[] RulerOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in info.bioinfweb.treegraph.gui.treeframe.ruler with parameters of type RulerOrientation
TreeViewRuler(RulerOrientation orientation, TreeViewPanel treeViewPanel)