uk.co.simphoney.audio.dft
Class FFTSpectrumController

java.lang.Object
  extended by uk.co.simphoney.audio.dft.FFTSpectrumController
All Implemented Interfaces:
SpectrumController

public class FFTSpectrumController
extends java.lang.Object
implements SpectrumController


Constructor Summary
FFTSpectrumController(FFTSpectrogramControlable spectroData, LimitedAudioReader reader)
           
 
Method Summary
 Mapper getFrequencyMapper()
           
 javax.swing.JPanel getTweakPanel()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFTSpectrumController

public FFTSpectrumController(FFTSpectrogramControlable spectroData,
                             LimitedAudioReader reader)
Method Detail

getFrequencyMapper

public Mapper getFrequencyMapper()
Specified by:
getFrequencyMapper in interface SpectrumController

update

public void update()
Specified by:
update in interface SpectrumController

getTweakPanel

public javax.swing.JPanel getTweakPanel()
Specified by:
getTweakPanel in interface SpectrumController