Packages

p

Schach.model

figureComponent

package figureComponent

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Bishop(x: Int, y: Int, color: Color) extends Figure with Product with Serializable
  2. trait Figure extends AnyRef
  3. case class King(x: Int, y: Int, color: Color) extends Figure with Product with Serializable
  4. case class Knight(x: Int, y: Int, color: Color) extends Figure with Product with Serializable
  5. case class Pawn(x: Int, y: Int, color: Color, moved: Option[Boolean] = None) extends Figure with Product with Serializable
  6. case class Player(name: String) extends Product with Serializable
  7. case class Queen(x: Int, y: Int, color: Color) extends Figure with Product with Serializable
  8. case class Rook(x: Int, y: Int, color: Color) extends Figure with Product with Serializable

Value Members

  1. object Figure

Ungrouped