Options
All
  • Public
  • Public/Protected
  • All
Menu

The Brush class uses D3's brush behavior to implement zooming for Configuration Analyzer graphs where the X axis is time.

Hierarchy

  • Brush

Index

Constructors

constructor

Properties

onBrushEnd

onBrushEnd: any

Internal function to be called at 'on mouseup'

onBrushMove

onBrushMove: any

Internal function to be called at 'on mousemove'

onBrushStart

onBrushStart: any

Internal function to be called at 'on mousedown'

Methods

brushEnd

  • brushEnd(): void

brushMove

  • brushMove(domain: d3.BrushSelection): void

brushStart

  • brushStart(domain: d3.BrushSelection): void

disableCallbacks

  • disableCallbacks(): Brush

enableCallbacks

  • enableCallbacks(): Brush

moveToBack

  • moveToBack(): void

moveToFront

  • moveToFront(): void

ready

setEndCallback

setMoveCallback

setRect

setStartCallback

setTarget

  • setTarget(graphSVG: Selection<d3.BaseType, any, d3.BaseType, any>): Brush

setXY

  • setXY(isXY: boolean): Brush

Static releaseListeners

  • releaseListeners(target: Selection<d3.BaseType, any, d3.BaseType, any>): void
  • Release all brush listeners on the target. Failure to release the listeners can prevent the target from being freed.

    Parameters

    • target: Selection<d3.BaseType, any, d3.BaseType, any>

      The object to have any tooltip listeners reset.

    Returns void

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