Packages

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

Value Members

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