Uses of Class
de.palmmedia.yahtzee.game.elements.Element

Packages that use Element
de.palmmedia.yahtzee   
de.palmmedia.yahtzee.game   
de.palmmedia.yahtzee.game.elements   
de.palmmedia.yahtzee.ui   
 

Uses of Element in de.palmmedia.yahtzee
 

Methods in de.palmmedia.yahtzee with parameters of type Element
private  View Game.createElementView(Element element)
          Creates a view for the given Element.
 

Uses of Element in de.palmmedia.yahtzee.game
 

Fields in de.palmmedia.yahtzee.game declared as Element
 Element GameContext.markedElement
          The marked/selected element.
 

Fields in de.palmmedia.yahtzee.game with type parameters of type Element
private  List<Element> Section.elements
          The elements.
 

Methods in de.palmmedia.yahtzee.game that return types with arguments of type Element
 List<Element> Section.getElements()
          Gets the elements.
 

Methods in de.palmmedia.yahtzee.game with parameters of type Element
protected  void Section.add(Element element)
          Adds the given element.
 

Uses of Element in de.palmmedia.yahtzee.game.elements
 

Subclasses of Element in de.palmmedia.yahtzee.game.elements
 class Chance
          Element where all dices are allowed.
 class FullHouse
          Element where 3 and 2 dices have to be equal.
 class LargeStraight
          Straight with 5 dices in a row.
 class Number
          Element where dices have to be equal to a certain number.
 class OneKind
          Element where a certain number of dices has to be equal.
 class SmallStraight
          Straight with 4 dices in a row.
 class Straight
          Element with a certain number of dices in a row.
 class Yahtzee
          Element where all dices are equal.
 

Uses of Element in de.palmmedia.yahtzee.ui
 

Fields in de.palmmedia.yahtzee.ui declared as Element
private  Element ElementButton.element
          The Element.
 

Methods in de.palmmedia.yahtzee.ui that return Element
 Element ElementButton.getElement()
          Gets the Element.
 

Constructors in de.palmmedia.yahtzee.ui with parameters of type Element
ElementButton(Context context, Element element)
          Constructor.