com.frinika.audio.analysis.constantq
Class ConstantQSpectrumController

java.lang.Object
  extended by com.frinika.audio.analysis.constantq.ConstantQSpectrumController
All Implemented Interfaces:
SpectrumController

public class ConstantQSpectrumController
extends java.lang.Object
implements SpectrumController


Constructor Summary
ConstantQSpectrumController(ConstantQSpectrogramDataBuilder 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

ConstantQSpectrumController

public ConstantQSpectrumController(ConstantQSpectrogramDataBuilder 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