Base for creating new brush shapes

Hierarchy (View Summary)

Constructors

  • Parameters

    • _id: string
    • _displayName: string
    • _icon: string

    Returns BrushShape

    Constructs a new instance of the BrushShape class

Accessors

  • get displayName(): string

    Returns string

  • get icon(): string

    Returns string

  • get id(): string

    Returns string

Methods