Method | Description | |
---|---|---|
CreateSpectrumLine ( SpectrumLineParams spectrumLineParams ) : void |
Draws a spectrum line graph to a WPF element
|
|
Reset ( ) : void |
Call this function if you have draw an visualization and want to draw another visualization with other parameter
|
|
Visualization ( int bufferSize, int timerSpeed ) : System |
Initialize the private variables
|
Method | Description | |
---|---|---|
DrawSteps ( System.Windows.Controls.Panel panel, int height, int width, int stepHeight, int stepDistance, Color color ) : void |
Draw white horizontal lines to simulate small steps in the visualization
|
|
FitHeight ( int height, float value, bool dynamic ) : int |
Fit the value to the specified high
|
|
InitVerticalGradient ( System color1, System color2 ) : void |
Create an Vertical Gradient
|
public CreateSpectrumLine ( SpectrumLineParams spectrumLineParams ) : void | ||
spectrumLineParams | SpectrumLineParams | |
return | void |
public Visualization ( int bufferSize, int timerSpeed ) : System | ||
bufferSize | int | Size of the FFT Buffer |
timerSpeed | int | |
return | System |