Uses of Class
de.erichseifert.gral.DrawableConstants.Orientation

Packages that use DrawableConstants.Orientation
de.erichseifert.gral Main classes. 
 

Uses of DrawableConstants.Orientation in de.erichseifert.gral
 

Methods in de.erichseifert.gral that return DrawableConstants.Orientation
 DrawableConstants.Orientation StackedLayout.getOrientation()
          Returns whether the components will be laid out horizontally or vertically.
static DrawableConstants.Orientation DrawableConstants.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DrawableConstants.Orientation[] DrawableConstants.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.erichseifert.gral with parameters of type DrawableConstants.Orientation
StackedLayout(DrawableConstants.Orientation orientation)
          Creates a new StackedLayout object with the specified orientation and default gap between the components.
StackedLayout(DrawableConstants.Orientation orientation, Dimension2D gap)
          Creates a new StackedLayout object with the specified orientation gap between the components.
 



Copyright © 2009-2010. All Rights Reserved.