Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AccordionPlugin
    • AccordionPlugin

Index

Constructors

constructor

  • Parameters

    • Optional options: IAccordionOptions

    Returns AccordionPlugin

Properties

center

center: number

center_location

center_location: number

dragging

dragging: boolean

edge_dragging

edge_dragging: boolean

loc_1

loc_1: number

loc_2

loc_2: number

options

options: IAccordionOptions

visible

visible: boolean

width

width: number

Methods

addListener

  • addListener(what: any, callback: function): any
  • Parameters

    • what: any
    • callback: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns any

dispose

  • dispose(): any
  • Returns any

get_center

  • get_center(): number
  • Returns number

get_width

  • get_width(): number
  • Returns number

init

  • init(plot: Plot): any
  • Parameters

    • plot: Plot

    Returns any

refresh

  • refresh(canvas: HTMLCanvasElement): any
  • Parameters

    • canvas: HTMLCanvasElement

    Returns any

removeListener

  • removeListener(what: any, callback: function): any
  • Parameters

    • what: any
    • callback: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns any

set_center

  • set_center(center: number): any
  • Parameters

    • center: number

    Returns any

set_edge_highlight

  • set_edge_highlight(ishighlight: boolean): any
  • Parameters

    • ishighlight: boolean

    Returns any

set_highlight

  • set_highlight(ishighlight: boolean): any
  • Parameters

    • ishighlight: boolean

    Returns any

set_mode

  • set_mode(mode: string): any
  • Parameters

    • mode: string

    Returns any

set_visible

  • set_visible(isVisible: boolean): any
  • Parameters

    • isVisible: boolean

    Returns any

set_width

  • set_width(width: number): any
  • Parameters

    • width: number

    Returns any

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