Packages

class ChessGameFieldBuilder extends GameFieldBuilder with ChessGameFieldBuilderInterface

Responsible of initialising a new GameField

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChessGameFieldBuilder
  2. ChessGameFieldBuilderInterface
  3. GameFieldBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChessGameFieldBuilder()

Value Members

  1. def getGameField: GameField

    returns

    actual gameField

    Definition Classes
    ChessGameFieldBuilderChessGameFieldBuilderInterfaceGameFieldBuilder
  2. def getNewGameField: GameField

    Sets up a new chess field.

    Sets up a new chess field.

    returns

    new gameField

    Definition Classes
    ChessGameFieldBuilderChessGameFieldBuilderInterfaceGameFieldBuilder
  3. def makeGameField(): Unit

    Sets up a normal chess field

    Sets up a normal chess field

    Definition Classes
    ChessGameFieldBuilderChessGameFieldBuilderInterfaceGameFieldBuilder