Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Methods

  • clone(): any
  • close(): void
  • equals(param0: any): boolean
  • finalize(): void
  • frame(time: number): void
  • Called up to 66 times a second to update window's content

    Parameters

    • time: number

      current time in milliseconds

    Returns void

  • getClass(): Class<any>
  • hashCode(): number
  • invalidateDrawing(onCurrentThread: boolean): void
  • Forces ui drawables of the window to refresh

    Parameters

    • onCurrentThread: boolean

      if true, the drawables will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter

    Returns void

  • invalidateElements(onCurrentThread: boolean): void
  • Forces ui elements of the window to refresh

    Parameters

    • onCurrentThread: boolean

      if true, the elements will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter

    Returns void

  • isDynamic(): boolean
  • isInventoryNeeded(): boolean
  • isOpened(): boolean
  • notify(): void
  • notifyAll(): void
  • onBackPressed(): boolean
  • open(): void
  • setDebugEnabled(debug: boolean): void
  • Turns debug mode for the window on and off

    Parameters

    • debug: boolean

      if true, additional debug information will be drawn on the window canvas

    Returns void

  • toString(): string
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void

Generated using TypeDoc