phovea_clue
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumerations

Classes

Variables

Functions

Object literals

Variables

anchor2string

anchor2string: Array<any> = (() => {const r = [];r[EAnchorDirection.EAST] = 'e';r[EAnchorDirection.NORTH] = 'n';r[EAnchorDirection.WEST] = 'w';r[EAnchorDirection.SOUTH] = 's';r[EAnchorDirection.NORTH_EAST] = 'ne';r[EAnchorDirection.NORTH_WEST] = 'nw';r[EAnchorDirection.SOUTH_EAST] = 'se';r[EAnchorDirection.SOUTH_WEST] = 'sw';r[EAnchorDirection.CENTER] = 'c';return r;})()

Functions

create

  • create(main: HTMLElement, graph: ProvenanceGraph): object
  • Parameters

    • main: HTMLElement
    • graph: ProvenanceGraph

    Returns object

    • render: any

Object literals

modeFeatures

modeFeatures: object

isEditable

  • isEditable(): boolean

string2anchor

string2anchor: object

c

c: EAnchorDirection = EAnchorDirection.CENTER

e

e: EAnchorDirection = EAnchorDirection.EAST

n

n: EAnchorDirection = EAnchorDirection.NORTH

ne

ne: EAnchorDirection = EAnchorDirection.NORTH_EAST

nw

nw: EAnchorDirection = EAnchorDirection.NORTH_WEST

s

s: EAnchorDirection = EAnchorDirection.SOUTH

se

se: EAnchorDirection = EAnchorDirection.SOUTH_EAST

sw

sw: EAnchorDirection = EAnchorDirection.SOUTH_WEST

w

w: EAnchorDirection = EAnchorDirection.WEST

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc