Packages

case class King(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. King
  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 King(x: Int, y: Int, color: Color)

Value Members

  1. val checked: Boolean
    Definition Classes
    Figure
  2. val color: Color
    Definition Classes
    KingFigure
  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
    King → AnyRef → Any
  6. val x: Int
    Definition Classes
    KingFigure
  7. val y: Int
    Definition Classes
    KingFigure