Packages

case class Bishop(x: Int, y: Int, color: Color) extends Figure with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Figure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bishop
  2. Serializable
  3. Product
  4. Equals
  5. Figure
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Bishop(x: Int, y: Int, color: Color)

Value Members

  1. val checked: Boolean
    Definition Classes
    Figure
  2. val color: Color
    Definition Classes
    BishopFigure
  3. def equals(input: Any): Boolean
    Definition Classes
    Figure → AnyRef → Any
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def toString(): String
    Definition Classes
    Bishop → AnyRef → Any
  6. val x: Int
    Definition Classes
    BishopFigure
  7. val y: Int
    Definition Classes
    BishopFigure