Uses of Interface
com.frinika.audio.analysis.Mapper

Packages that use Mapper
com.frinika.audio.analysis   
com.frinika.audio.analysis.constantq   
com.frinika.audio.analysis.dft   
com.frinika.audio.analysis.gui   
 

Uses of Mapper in com.frinika.audio.analysis
 

Subinterfaces of Mapper in com.frinika.audio.analysis
 interface FrequencyMapper
           
 

Methods in com.frinika.audio.analysis that return Mapper
 Mapper SpectrumController.getFrequencyMapper()
           
 

Uses of Mapper in com.frinika.audio.analysis.constantq
 

Methods in com.frinika.audio.analysis.constantq that return Mapper
 Mapper ConstantQSpectrumController.getFrequencyMapper()
           
 

Uses of Mapper in com.frinika.audio.analysis.dft
 

Methods in com.frinika.audio.analysis.dft that return Mapper
 Mapper FFTSpectrumController.getFrequencyMapper()
           
 

Uses of Mapper in com.frinika.audio.analysis.gui
 

Constructors in com.frinika.audio.analysis.gui with parameters of type Mapper
AudioAnalysisTimePanel(AudioReaderFactory part, DynamicMixer mixer, Mapper mapper, SpectrumDataBuilder spectroData, java.awt.KeyboardFocusManager kbd)
           
CyclicSpectrogramImage(Mapper mapper, int nChunks)
           
SpectralSliceImage(SpectrumDataBuilder provider, Mapper valMapper, Mapper freqMapper, StaticSpectrogramSynth synth)
           
SpectrogramImage(SpectrumDataBuilder data, Mapper mapper)