Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FlameChartRectLimitDecimator

Implements

Index

Properties

Protected _data

Protected _rectLimit

_rectLimit: number

Protected _xCoordToValue

_xCoordToValue: function

this function is used to map the revert xyValues from x scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Protected _xValueToCoord

_xValueToCoord: function

this function is used to map the input xyValues to x scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Protected _yValueToCoord

_yValueToCoord: function

this function is used to map the input xyValues to y scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Static KEY

KEY: string = "FlameChartRectLimitDecimator"

Methods

decimateValues

getKey

  • getKey(): string

getName

  • getName(): string

getValues

initialize

  • initialize(xValueToCoord: function, xCoordToValue: function, yValueToCoord: function): void
  • Parameters

    • xValueToCoord: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    • xCoordToValue: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    • yValueToCoord: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    Returns void

setRectLimit

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