Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Variables

Functions

Variables

Const d3

d3: any

Functions

d3adaptor

  • provides an interface for use with d3:

    • uses the d3 event system to dispatch layout events such as: o "start" (start layout process) o "tick" (after each layout iteration) o "end" (layout converged and complete).
    • uses the d3 timer to queue layout iterations.
    • sets up d3.behavior.drag to drag nodes o use node.call(<the returned instance of Layout>.drag) to make nodes draggable returns an instance of the cola.Layout itself with which the user can interact directly.

    Returns D3StyleLayoutAdaptor

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