Model class representing a single full stitch in the pattern.

A full stitch covers a single square on the pattern in an 'X' shape. A full stitch is the combination of 2 opposing angle half stitches.

Hierarchy

  • FullStitch

Implements

Constructors

Properties

Constructors

  • Parameters

    • colorId: number

      The ID of the color of the stitch.

    • x: number

      The x coordinate of the lower left corner of the stitch.

    • y: number

      The y coordinate of the lower left corner of stitch.

    Returns FullStitch

Properties

colorId: number

The ID of the color of the stitch.

x: number

The x coordinate of the lower left corner of the stitch.

y: number

The y coordinate of the lower left corner of stitch.

Generated using TypeDoc