Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected _colorMgr

_colorMgr: ColorManager

Protected _element

_element: UIElement

the original user defined element

_nodePortInfo

_nodePortInfo: object

cache stuff for later, portMap allows links to find the right port to attached to by to/from. The ports array is just for rendering quickly

Type declaration

  • [index: string]: object
    • [index: string]: object
      • alignment: Alignment
      • index: number
      • key: any
      • x: number
      • y: number

_nodes

_nodes: any

Protected _options

_options: IOptions

_parent

_parent: any

_renderedNodes

_renderedNodes: INodeRenderer[]

_renderer

_renderer: any

_rendererManager

_rendererManager: UIRenderer

_requiresLayout

_requiresLayout: boolean

getLinkEndXY

getLinkEndXY: function

get the xy position of the end of the link

Type declaration

getLinkStartXY

getLinkStartXY: function

get the xy position of the start of the link

Type declaration

invalidate

invalidate: any = this.render

Methods

addNode

addPorts

brush

createRenderedLinks

cursorChange

  • cursorChange(event: IEvent): void

focus

getClasses

getColor

getColorManager

getOptions

hover

  • deprecated

    ('Deprecated since 1.14.0 in favor of focus. Will be removed in 2.x') hover event

    Parameters

    • event: IEvent

      the event to pass to the renderer

    Returns void

layout

render

select

setColorManager

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • 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