Skip to main content
Version: Next

CatalogControlMap

Hierarchy

Index

Constructors

constructor

Properties

readonlyinheriteddestination

destination: FrameStore

inheritedgl

gl: WebGL2RenderingContext

readonlyinheritedheight

height: number

inheritedmaxPoint

maxPoint: Point2D

inheritedminPoint

minPoint: Point2D

readonlyinheritedsource

source: FrameStore

inheritedtexture

texture: WebGLTexture | null

readonlyinheritedwidth

width: number

Methods

inheritedcreateTexture

  • createTexture(gl: WebGL2RenderingContext): void
  • Parameters

    • gl: WebGL2RenderingContext

    Returns void

getTextureX

  • getTextureX(gl: WebGL2RenderingContext): WebGLTexture | null
  • Parameters

    • gl: WebGL2RenderingContext

    Returns WebGLTexture | null

inheritedhasTextureForContext

  • hasTextureForContext(gl: WebGL2RenderingContext): boolean | null
  • Parameters

    • gl: WebGL2RenderingContext

    Returns boolean | null

inheritedsetGrid

  • setGrid(astTransform?: any): void
  • Parameters

    • optionalastTransform: any

    Returns void

inheritedsetMinMaxPoint

  • setMinMaxPoint(minX: any, minY: any, maxX: any, maxY: any): void
  • Parameters

    • minX: any
    • minY: any
    • maxX: any
    • maxY: any

    Returns void

updateCatalogBoundary

  • updateCatalogBoundary(): void
  • Returns void