Uses of Class
de.htwdd.rosenkoenig.game.Position

Packages that use Position
de.htwdd.rosenkoenig.game This packages contains all classes that implement the "business logic" of Rosenkoenig
de.htwdd.rosenkoenig.gui All classes that have to do anything with user interaction or game in- and outputs are located here. 
de.htwdd.rosenkoenig.gui.genuts This package contains a GUI implementation based on the Java gui framework Genuts
 

Uses of Position in de.htwdd.rosenkoenig.game
 

Fields in de.htwdd.rosenkoenig.game declared as Position
protected  Position Game.currentPosition
           
protected static Position Game.maxDimension
          This variable give the maximum board dimensions.
private  Position Card.value
           
 

Methods in de.htwdd.rosenkoenig.game that return Position
 Position Position.add(Position pos)
          Calculate a new position depending on this object and another position.
 Position Game.getCurrentPosition()
          Getter of the property currentPosition
 Position Card.getValue()
          Getter of the property value
 

Methods in de.htwdd.rosenkoenig.game with parameters of type Position
 Position Position.add(Position pos)
          Calculate a new position depending on this object and another position.
 void Game.setCurrentPosition(Position currentPosition)
          Setter of the property currentPosition
 void Card.setValue(Position value)
          Setter of the property value
 

Uses of Position in de.htwdd.rosenkoenig.gui
 

Methods in de.htwdd.rosenkoenig.gui with parameters of type Position
 void GUI.setCrown(Position position)
          This method is called to specify the position of the crown on the board.
 void GameLogger.setCrown(Position position)
          This method is called to specify the position of the crown on the board.
 void GUI.setStone(Color color, Position position, boolean perhaps)
          Sets a stone on the board.
 void GameLogger.setStone(Color color, Position position, boolean perhaps)
          Sets a stone on the board.
 

Uses of Position in de.htwdd.rosenkoenig.gui.genuts
 

Fields in de.htwdd.rosenkoenig.gui.genuts declared as Position
private  Position Name.position
           
private  Position Counter.position
           
 

Methods in de.htwdd.rosenkoenig.gui.genuts with parameters of type Position
 void GenutsGUI.setCrown(Position position)
          This method is called to specify the position of the crown on the board.
 void Name.setPosition(Position position)
          Positions the letters of this Name.
 void Counter.setPosition(Position position)
           
 void GenutsGUI.setStone(Color color, Position position, boolean perhaps)
          Sets a stone on the board.