These non-mutative methods provide detailed information about a given quadrille
:
- search(pattern, strict): Searches for cells that match a specific quadrille
pattern
, with an optionalstrict
mode for exact matches of cell values. - magnitude(row): Calculates the number of non-empty cells in the specified
row
. - screenRow(pixelY, y, cellLength): Computes the
row
index from a vertical pixel position. Rarely used—consider using the mouseRow property instead for simplicity. - screenCol(pixelX, x, cellLength): Computes the
col
index from a horizontal pixel position. Rarely used—consider using the mouseCol property instead for simplicity.