Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Interval

Hierarchy

  • Interval<VData>
    • Interval

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • bounds: Bounds
    • data: VData

    Returns Interval

Properties

bounds

bounds: Bounds

data

data: VData

Methods

Static from_json

  • from_json<S>(obj: any, payload_from_json: function): Interval<S>
  • Type parameters

    • S

    Parameters

    • obj: any
    • payload_from_json: function
        • (o: any): S
        • Parameters

          • o: any

          Returns S

    Returns Interval<S>

Generated using TypeDoc