Encapsulates views that display the frequency graphs. Takes care of their layout. More...


Public Member Functions | |
| FreqSpectrumView () | |
| void | UpdateData (double[] magnitudes) |
| Propagates data to graph only when the UI is ready for drawing. | |
Protected Member Functions | |
| override void | OnFrameChanged (in Rectangle frame) |
Private Attributes | |
| readonly FreqGraphView | _graphView |
| readonly FreqAxisView | _axisView |
| bool | _isReady = false |
Encapsulates views that display the frequency graphs. Takes care of their layout.
|
inline |
|
inlineprotected |
|
inline |
Propagates data to graph only when the UI is ready for drawing.
| magnitudes | Formated frequency data ready for display. |


|
private |
|
private |
|
private |