Uses of Class
com.threerings.opengl.gui.config.ComponentConfig.Orientation

Packages that use ComponentConfig.Orientation
com.threerings.opengl.gui.config GUI configurations. 
 

Uses of ComponentConfig.Orientation in com.threerings.opengl.gui.config
 

Fields in com.threerings.opengl.gui.config declared as ComponentConfig.Orientation
 ComponentConfig.Orientation ComponentConfig.Label.orientation
          The label orientation.
 ComponentConfig.Orientation ComponentConfig.Slider.orientation
          The slider's orientation.
 ComponentConfig.Orientation ComponentConfig.ScrollBar.orientation
          The scroll bar's orientation.
 

Methods in com.threerings.opengl.gui.config that return ComponentConfig.Orientation
static ComponentConfig.Orientation ComponentConfig.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentConfig.Orientation[] ComponentConfig.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.