Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new PaintEvent(toLog: string, x1: number, y1: number): PaintEvent
  • Constructor for a Paint Event, used when an object is painted on the canvas

    Parameters

    • toLog: string

      The string representation of the object to be logged

    • x1: number

      The x position of the object

    • y1: number

      The y position of the object

    Returns PaintEvent

Accessors

dateTime

  • get dateTime(): string

tag

  • get tag(): string
  • set tag(tag: string): void

toLog

x1

  • get x1(): number

x2

  • get x2(): number

y1

  • get y1(): number

y2

  • get y2(): number

Methods

assembleLog

  • assembleLog(): string

eventType

  • eventType(): string

logItem

  • logItem(toLog: string): string

logRemotely

  • logRemotely(uid: string, data: string, checkpoint: string, parses: boolean, doNotLog: boolean, time?: string): void

toJSON

  • toJSON(): string

Static getNewTime

  • getNewTime(): string

Static logToRemoteServer

  • logToRemoteServer(eventtype: string, uid: string, data: string, checkpoint: string, parses: boolean, doNotLog: boolean, time?: string): void

Generated using TypeDoc