Uses of Class
ch.sahits.game.graphic.layout.ECellPosition

Packages that use ECellPosition
ch.sahits.game.graphic.layout   
 

Uses of ECellPosition in ch.sahits.game.graphic.layout
 

Fields in ch.sahits.game.graphic.layout declared as ECellPosition
private  ECellPosition MaximalGridLayoutConstraints.anchor
           
private  ECellPosition SahitsMaximalGridLayout.position
           
private  ECellPosition MaximalGridLayout.position
           
 

Methods in ch.sahits.game.graphic.layout that return ECellPosition
 ECellPosition MaximalGridLayoutConstraints.getAnchor()
           
static ECellPosition ECellPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ECellPosition[] ECellPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ch.sahits.game.graphic.layout with parameters of type ECellPosition
MaximalGridLayout(int cols, int rows, int gapWidth, ECellPosition positioning)
          Initialize the layout with the number of columns and rows and the gaping between them as well as the positioning of the whole if there is any space.
MaximalGridLayoutConstraints(ECellPosition anchor)
          Layout with custom positioning
SahitsMaximalGridLayout(int cols, int rows, int gapWidth, ECellPosition positioning)
          Initialize the layout with the number of columns and rows and the gaping between them as well as the positioning of the whole if there is any space.
 



Copyright © 2011 Sahits GmbH. All Rights Reserved.