Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlotComponentObserver<X, Y, C>

Type parameters

Hierarchy

Index

Methods

Optional componentDidAssemble

Optional componentDidCompute

Optional componentDidGenerate

Optional componentDidInsertChildComponent

  • componentDidInsertChildComponent(childComponent: Component, targetModel: null | Component, component: C): void

Optional componentDidMount

  • componentDidMount(component: Component): void

Optional componentDidPower

  • componentDidPower(component: Component): void

Optional componentDidRemoveChildComponent

  • componentDidRemoveChildComponent(childComponent: Component, component: C): void

Optional componentDidResolve

Optional componentDidRevise

Optional componentDidSetDataPoint

Optional componentDidSetDataPointColor

Optional componentDidSetDataPointLabelView

Optional componentDidSetDataPointOpacity

  • componentDidSetDataPointOpacity(newOpacity: undefined | number, oldOpacity: undefined | number, dataPointFastener: ComponentFastener<C, DataPointComponent<X, Y>, never>): void

Optional componentDidSetDataPointRadius

Optional componentDidSetDataPointTrait

Optional componentDidSetDataPointView

Optional componentDidSetDataPointX

Optional componentDidSetDataPointY

Optional componentDidSetDataPointY2

Optional componentDidSetDataSetTrait

  • componentDidSetDataSetTrait(newDataSetTrait: null | DataSetTrait<X, Y>, oldDataSetTrait: null | DataSetTrait<X, Y>, component: C): void

Optional componentDidSetParentComponent

  • componentDidSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component, component: C): void

Optional componentDidSetPlotTrait

  • componentDidSetPlotTrait(newPlotTrait: null | PlotTrait<X, Y>, oldPlotTrait: null | PlotTrait<X, Y>, component: C): void
  • Parameters

    Returns void

Optional componentDidSetPlotView

  • componentDidSetPlotView(newPlotView: null | PlotView<X, Y>, oldPlotView: null | PlotView<X, Y>, component: C): void
  • Parameters

    • newPlotView: null | PlotView<X, Y>
    • oldPlotView: null | PlotView<X, Y>
    • component: C

    Returns void

Optional componentDidUnmount

  • componentDidUnmount(component: Component): void

Optional componentDidUnpower

  • componentDidUnpower(component: Component): void

Optional componentWillAssemble

Optional componentWillCompute

Optional componentWillGenerate

Optional componentWillInsertChildComponent

  • componentWillInsertChildComponent(childComponent: Component, targetModel: null | Component, component: C): void

Optional componentWillMount

  • componentWillMount(component: Component): void

Optional componentWillPower

  • componentWillPower(component: Component): void

Optional componentWillRemoveChildComponent

  • componentWillRemoveChildComponent(childComponent: Component, component: C): void

Optional componentWillResolve

Optional componentWillRevise

Optional componentWillSetDataPoint

Optional componentWillSetDataPointColor

Optional componentWillSetDataPointLabelView

Optional componentWillSetDataPointOpacity

  • componentWillSetDataPointOpacity(newOpacity: undefined | number, oldOpacity: undefined | number, dataPointFastener: ComponentFastener<C, DataPointComponent<X, Y>, never>): void

Optional componentWillSetDataPointRadius

Optional componentWillSetDataPointTrait

Optional componentWillSetDataPointView

Optional componentWillSetDataPointX

Optional componentWillSetDataPointY

Optional componentWillSetDataPointY2

Optional componentWillSetDataSetTrait

  • componentWillSetDataSetTrait(newDataSetTrait: null | DataSetTrait<X, Y>, oldDataSetTrait: null | DataSetTrait<X, Y>, component: C): void

Optional componentWillSetParentComponent

  • componentWillSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component, component: C): void

Optional componentWillSetPlotTrait

  • componentWillSetPlotTrait(newPlotTrait: null | PlotTrait<X, Y>, oldPlotTrait: null | PlotTrait<X, Y>, component: C): void
  • Parameters

    Returns void

Optional componentWillSetPlotView

  • componentWillSetPlotView(newPlotView: null | PlotView<X, Y>, oldPlotView: null | PlotView<X, Y>, component: C): void
  • Parameters

    • newPlotView: null | PlotView<X, Y>
    • oldPlotView: null | PlotView<X, Y>
    • component: C

    Returns void

Optional componentWillUnmount

  • componentWillUnmount(component: Component): void

Optional componentWillUnpower

  • componentWillUnpower(component: Component): void

Generated using TypeDoc