Uses of Class
tapeutils.impl.zx81.ZX81SampleAnalyzerParameters

Packages that use ZX81SampleAnalyzerParameters
tapeutils.gui   
tapeutils.impl.zx81   
tapeutils.zx81   
 

Uses of ZX81SampleAnalyzerParameters in tapeutils.gui
 

Methods in tapeutils.gui with parameters of type ZX81SampleAnalyzerParameters
 void AnalysisSettingsPanel.initialize(ZX81SampleAnalyzerParameters params)
          Set the sample and sample analyzer.
 

Uses of ZX81SampleAnalyzerParameters in tapeutils.impl.zx81
 

Constructors in tapeutils.impl.zx81 with parameters of type ZX81SampleAnalyzerParameters
ZX81SampleAnalyzer(Sample sample, ZX81SampleAnalyzerParameters params)
          Construct the sample analyzer from a sample.
ZX81SampleAnalyzerFactory(Sample sample, ZX81SampleAnalyzerParameters[] params)
          Constructor.
ZX81SampleAnalyzerParameters(ZX81SampleAnalyzerParameters defaults, java.util.Properties props, java.lang.String propertyKey, java.lang.String fileName)
          Construct the parameters from the given properties and defaults.
 

Uses of ZX81SampleAnalyzerParameters in tapeutils.zx81
 

Methods in tapeutils.zx81 that return ZX81SampleAnalyzerParameters
 ZX81SampleAnalyzerParameters TapeConverterParameters.getDefaults()
          Get the default parameters for the sample analyzer.
 ZX81SampleAnalyzerParameters[] TapeConverterParameters.getAnalyzerParameters()
          Get the analyzer parameters.