Free Touch Pricker
    Preparing search index...

    Class Course

    A course, being a set of leads

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _blocks: Lead[] = []

    Blocks within the container

    _initialRow: Row

    Initial row for the block

    _ownership?: BlockOwnership

    Ownership of this block

    print: Print

    Accessors

    • get defaultLength(): number

      Returns the default length for this container N.b. this is likely to vary depending on the stage

      Returns number

    • 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 rows(): number

      Estimates the number of rows in the block The estimate doesn't take into account coming round part-way through

      Returns number

    Methods