Constructor and Description |
---|
SpectrumLayer(CoordinateSystem cs,
int fftSize,
int sampleRate,
java.awt.Color color) |
Modifier and Type | Method and Description |
---|---|
void |
clearPeaks() |
void |
draw(java.awt.Graphics2D graphics) |
java.lang.String |
getName() |
void |
setFFTSize(int fftSize) |
void |
setPeak(int binIndex) |
void |
setSampleRate(int sampleRate) |
void |
setSpectrum(float[] spectrum) |
public SpectrumLayer(CoordinateSystem cs, int fftSize, int sampleRate, java.awt.Color color)