Class NativeAdaptor2D

Hierarchy

  • NativeAdaptor2D

Implements

Index

Constructors

constructor

Properties

Private ignoreMouseMove

ignoreMouseMove: boolean = true

Private imageUID

imageUID: number = 0

Protected mouseDown

mouseDown: boolean = false

Private renderEngine

renderEngine: any

Private selector

selector: number = 0

Private seriesInstaceUID

seriesInstaceUID: any

Private subSeriesID

subSeriesID: number = 0

Methods

down

  • Parameters

    Returns boolean

getUpdateRenderParams

  • getUpdateRenderParams(delta: any, cachedRenderParams: any): Promise<RenderParams2D>
  • description

    Get the updated render params

    Parameters

    • delta: any

      deviations that to be applied

    • cachedRenderParams: any

      rener params that to be updated

    Returns Promise<RenderParams2D>

    This is an asynchronous method that returns a Promise as follows:

    Promise .then(void) .catch (err: ReturnCode )

move

  • Parameters

    Returns boolean

postRender

  • postRender(htmlViewport: any, renderParams: any): void

up

  • Parameters

    Returns boolean

wheel

  • Parameters

    Returns boolean