Free Touch Pricker
    Preparing search index...

    Class Start

    A start for a touch of Stedman

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _initialRow: Row

    Initial row for the block

    _ownership?: BlockOwnership

    Ownership of this block

    print: Print

    Accessors

    • get index(): number | undefined

      Allows public access to the index

      Returns number | undefined

    • get initialRow(): Row

      Read access to the initial row

      Returns Row

    • set initialRow(initialRow: Row): void

      Write access to the initial row

      Parameters

      • initialRow: Row

      Returns void

    • get lastRowIndex(): number

      Computes the maximum row index for the selected six type

      Returns number

    • get rowIndex(): number

      Provides read access to the row index

      Returns number

    • set rowIndex(rowIndex: number): void

      Provides write access to the row index

      Parameters

      • rowIndex: number

      Returns void

    • get rows(): number

      Number of rows in the block This doesn't take into account coming round part-way through

      Returns number

    Methods

    • Sets the row index and six type from a string representation

      Parameters

      • input: string

      Returns this