GridPreviewBuilderImpl

blockudoku.services.gridPreviewBuilderImpl.GridPreviewBuilderImpl
class GridPreviewBuilderImpl(gridCollector: GridCollector, elementCollector: ElementCollector) extends GridPreviewBuilder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def buildGrid(selectedPos: Int): Grid

Builds the preview grid with the selected element placed in the grid.

Builds the preview grid with the selected element placed in the grid.

Value parameters

selectedPos

The position to place the element in.

Attributes

Returns

The preview grid.