Tile

blockudoku.models.Tile
case class Tile(index: Int, position: Point, colors: Int, state: TileState)

Represents a tile in a grid.

Value parameters

colors

The colors of the tile.

index

The index of the tile.

position

The position of the tile.

state

The state of the tile.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def copy(): Tile

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

var tileIndex: Int