|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttapeutils.Parameters
tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
This class holds the parameters for conversion.
Constructor Summary | |
---|---|
ZX81SampleAnalyzerParameters()
Default 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. |
Method Summary | |
---|---|
java.lang.String |
getFileName()
|
int |
getMaxGap()
|
int |
getMaxGap(boolean[] isDefault)
|
int |
getMaxWaveLength()
|
int |
getMaxWaveLength(boolean[] isDefault)
|
int |
getMinGap()
|
int |
getMinGap(boolean[] isDefault)
|
int |
getNoiseThreshold()
|
int |
getNoiseThreshold(boolean[] isDefault)
|
int |
getNumDataBytes()
|
int |
getNumDataBytes(boolean[] isDefault)
|
java.lang.String |
getPropertyKey()
|
boolean |
setFileName(java.lang.String newValue)
Update the file name. |
boolean |
setMaxGap(int newValue)
|
boolean |
setMaxWaveLength(int newValue)
|
boolean |
setMinGap(int newValue)
|
boolean |
setNoiseThreshold(int newValue)
|
boolean |
setNumDataBytes(int newValue)
|
Methods inherited from class tapeutils.Parameters |
---|
getValue, getValue, init, setValue, updatePropertyKeyRoot |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZX81SampleAnalyzerParameters()
public ZX81SampleAnalyzerParameters(ZX81SampleAnalyzerParameters defaults, java.util.Properties props, java.lang.String propertyKey, java.lang.String fileName)
defaults
- props
- propertyKey
- fileName
- Method Detail |
public boolean setFileName(java.lang.String newValue)
Entries for the new file name are replaced by those for the existing file name.
newValue
- The new file name.
public java.lang.String getPropertyKey()
public java.lang.String getFileName()
public boolean setNoiseThreshold(int newValue)
newValue
-
public boolean setMinGap(int newValue)
newValue
-
public boolean setMaxGap(int newValue)
newValue
-
public boolean setMaxWaveLength(int newValue)
newValue
-
public boolean setNumDataBytes(int newValue)
newValue
-
public int getNoiseThreshold()
public int getNoiseThreshold(boolean[] isDefault)
isDefault
-
public int getMinGap()
public int getMinGap(boolean[] isDefault)
isDefault
-
public int getMaxGap()
public int getMaxGap(boolean[] isDefault)
isDefault
-
public int getMaxWaveLength()
public int getMaxWaveLength(boolean[] isDefault)
isDefault
-
public int getNumDataBytes()
public int getNumDataBytes(boolean[] isDefault)
isDefault
-
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |