Represents a series of arch structures with decreasing size.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

  • Parameters

    • xOffset: number

      The x-coordinate offset for the arches.

    • yOffset: number

      The y-coordinate offset for the arches.

    • Optional strokeWidth: number = DEFAULT_STROKE_WIDTH

      The initial stroke width of the arches.

    • Optional stories: number = DEFAULT_STORIES

      The number of arches to generate.

    Returns Pagoda

Properties

elements: Element[] = []

An array of Elements.

range: Range = ...

Methods