A B C D E F G H I K L M N O P R S T U V W X Z

G

get(String, String) - Method in class tapeutils.zx81.PreferenceAccessor
Get the preference value with the given default.
get(String, boolean) - Method in class tapeutils.zx81.PreferenceAccessor
Get the preference value as a boolean value.
get(String, int) - Method in class tapeutils.zx81.PreferenceAccessor
Get the preference value as an integer value.
get(String, float) - Method in class tapeutils.zx81.PreferenceAccessor
Get the preference value as a floating point value.
get(String, File) - Method in class tapeutils.zx81.PreferenceAccessor
Get the preference value as a File.
get(String, String) - Method in class tapeutils.zx81.Preferences
Get the preference value with the given default.
get(String, boolean) - Method in class tapeutils.zx81.Preferences
Get the preference value as a boolean value.
get(String, int) - Method in class tapeutils.zx81.Preferences
Get the preference value as an integer value.
get(String, float) - Method in class tapeutils.zx81.Preferences
Get the preference value as a floating point value.
get(String, File) - Method in class tapeutils.zx81.Preferences
Get the preference value as a File.
getActualMaxGroupGap() - Method in interface tapeutils.WaveProcessor
Get the actual maximum group gap.
getActualMaxGroupGap() - Method in class tapeutils.impl.zx81.ZX81WaveProcessor
Get the actual maximum group gap.
getActualMaxOneLength() - Method in interface tapeutils.WaveProcessor
Get the actual maximum one length.
getActualMaxOneLength() - Method in class tapeutils.impl.zx81.ZX81WaveProcessor
Get the actual maximum one length.
getActualMaxWaveLength() - Method in interface tapeutils.WaveIdentifier
Get the actual maximum wave width.
getActualMaxWaveLength() - Method in class tapeutils.impl.SineWaveIdentifier
Get the actual maximum wave width.
getActualMaxZeroLength() - Method in interface tapeutils.WaveProcessor
Get the actual maximum zero length.
getActualMaxZeroLength() - Method in class tapeutils.impl.zx81.ZX81WaveProcessor
Get the actual maximum zero length.
getActualMinGroupGap() - Method in interface tapeutils.WaveProcessor
Get the actual minimum group gap.
getActualMinGroupGap() - Method in class tapeutils.impl.zx81.ZX81WaveProcessor
Get the actual minimum group gap.
getActualMinOneLength() - Method in interface tapeutils.WaveProcessor
Get the actual minimum one length.
getActualMinOneLength() - Method in class tapeutils.impl.zx81.ZX81WaveProcessor
Get the actual minimum one length.
getActualMinWaveLength() - Method in interface tapeutils.WaveIdentifier
Get the actual minimum wave width.
getActualMinWaveLength() - Method in class tapeutils.impl.SineWaveIdentifier
Get the actual minimum wave width.
getActualMinZeroLength() - Method in interface tapeutils.WaveProcessor
Get the actual minimum zero length.
getActualMinZeroLength() - Method in class tapeutils.impl.zx81.ZX81WaveProcessor
Get the actual minimum zero length.
getAnalyzerParameters() - Method in class tapeutils.zx81.TapeConverterParameters
Get the analyzer parameters.
getArray(byte[], int, int, StringBuffer, boolean, boolean) - Static method in class sinclair.basic.ZX81Basic
List an array.
getArray(byte[], int, StringBuffer, int[], int, boolean) - Static method in class sinclair.basic.ZX81Basic
List an array.
getAudioFormat() - Method in class tapeutils.Sample
Get the audio format for this sample.
getAverageWaveLength() - Method in interface tapeutils.WaveIdentifier
Get the actual average wave width.
getAverageWaveLength() - Method in class tapeutils.impl.SineWaveIdentifier
Get the actual average wave width.
getBeginIndex() - Method in class tapeutils.zx81.TapeConverterParameters
 
getBeginIndex(boolean[]) - Method in class tapeutils.zx81.TapeConverterParameters
 
getBitEndIndex(int) - Method in interface tapeutils.BitProcessor
Get the index of the end of the given bit number.
getBitEndIndex(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the index of the end of the given bit number.
getBitEndIndex(int) - Method in interface tapeutils.SampleAnalyzer
Get the index of the end of the given bit number.
getBitEndIndex(int) - Method in class tapeutils.impl.SimpleBitProcessor
Get the index of the end of the given bit number.
getBitEndIndex(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the index of the end of the given bit number.
getBitNumber(int, int[]) - Method in interface tapeutils.BitProcessor
Get the bit number at the given position in the sample.
getBitNumber(int, int[]) - Method in class tapeutils.MultiSampleAnalyzer
Get the bit number at the given position in the sample.
getBitNumber(int, int[]) - Method in interface tapeutils.SampleAnalyzer
Get the bit number at the given position in the sample.
getBitNumber(int[]) - Method in class tapeutils.gui.SampleCanvas
Returns the bit number of the first bit displayed.
getBitNumber(int, int[]) - Method in class tapeutils.impl.SimpleBitProcessor
Get the bit number at the given position in the sample.
getBitNumber(int, int[]) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the bit number at the given position in the sample.
getBitStartIndex(int) - Method in interface tapeutils.BitProcessor
Get the index of the start of the given bit number.
getBitStartIndex(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the index of the start of the given bit number.
getBitStartIndex(int) - Method in interface tapeutils.SampleAnalyzer
Get the index of the start of the given bit number.
getBitStartIndex(int) - Method in class tapeutils.impl.SimpleBitProcessor
Get the index of the start of the given bit number.
getBitStartIndex(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the index of the start of the given bit number.
getBitValue(int) - Method in interface tapeutils.BitProcessor
Get the bit value at the given position in the sample.
getBitValue(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the bit value at the given position in the sample.
getBitValue(int) - Method in interface tapeutils.SampleAnalyzer
Get the bit value at the given position in the sample.
getBitValue(int) - Method in class tapeutils.impl.SimpleBitProcessor
Get the bit value at the given position in the sample.
getBitValue(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the bit value at the given position in the sample.
getByte(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the byte value at the given byte position.
getByte(int) - Method in interface tapeutils.SampleAnalyzer
Get the byte value at the given byte position.
getByte(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the byte value at the given index.
getByte(int) - Method in class tapeutils.zx81.PFile
Returns a byte from the file content.
getByteIndex(int) - Method in interface tapeutils.ByteProcessor
Get the index in the sample for the given byte number.
getByteIndex(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the position in the sample of the given byte.
getByteIndex(int) - Method in interface tapeutils.SampleAnalyzer
Get the position in the sample of the given byte.
getByteIndex(int) - Method in class tapeutils.impl.SimpleByteProcessor
Get the index in the sample for the given byte number.
getByteIndex(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the position in the sample of the given byte.
getByteNumber(int) - Method in interface tapeutils.ByteProcessor
Get the byte number at the given position in the sample.
getByteNumber(int, int[]) - Method in interface tapeutils.ByteProcessor
Get the byte number at the given position in the sample.
getByteNumber(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the byte number at the given position in the sample.
getByteNumber(int, int[]) - Method in class tapeutils.MultiSampleAnalyzer
Get the byte number at the given position in the sample.
getByteNumber(int) - Method in interface tapeutils.SampleAnalyzer
Get the byte number at the given position in the sample.
getByteNumber(int, int[]) - Method in interface tapeutils.SampleAnalyzer
Get the byte number at the given position in the sample.
getByteNumber(int) - Method in class tapeutils.impl.SimpleByteProcessor
Get the byte value at the given position in the sample.
getByteNumber(int, int[]) - Method in class tapeutils.impl.SimpleByteProcessor
Get the byte number at the given position in the sample.
getByteNumber(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the byte number at the given position in the sample.
getByteNumber(int, int[]) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the byte number at the given position in the sample.
getByteValue(int) - Method in interface tapeutils.ByteProcessor
Get the byte value at the given byte number.
getByteValue(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the byte value at the given position in the sample.
getByteValue(int) - Method in interface tapeutils.SampleAnalyzer
Get the byte value at the given position in the sample.
getByteValue(int) - Method in class tapeutils.impl.SimpleByteProcessor
Get the byte value at the given byte number.
getByteValue(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the byte value at the given position in the sample.
getBytes() - Method in interface tapeutils.ByteProcessor
Get all the bytes.
getBytes() - Method in class tapeutils.MultiSampleAnalyzer
Get all the bytes.
getBytes() - Method in interface tapeutils.SampleAnalyzer
Get all the bytes.
getBytes() - Method in class tapeutils.impl.SimpleByteProcessor
Get the bytes.
getBytes() - Method in class tapeutils.impl.zx81.ZX81BASICByteProcessor
Get the program bytes.
getBytes() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get all the bytes.
getBytes() - Method in class tapeutils.zx81.PFile
Returns all the bytes in the file content.
getBytes() - Method in class tapeutils.zx81.TZXZX81Block
 
getBytesPerSample() - Method in class tapeutils.Sample
Get the number of bytes per sample.
getChannel() - Method in class tapeutils.zx81.TapeConverterParameters
 
getChannel(boolean[]) - Method in class tapeutils.zx81.TapeConverterParameters
 
getConfigFile() - Method in class tapeutils.zx81.TapeConverterParameters
Get the configuration file.
getConversionFrame() - Method in class tapeutils.zx81.TapeConverter
Returns the conversion frame.
getDefaults() - Method in class tapeutils.zx81.TapeConverterParameters
Get the default parameters for the sample analyzer.
getDisplayEndOffset() - Method in class tapeutils.zx81.PFile
Get the offset in the file of the end of the display.
getFileName() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getFileNames() - Method in class tapeutils.zx81.TapeConverterParameters
Get the file names.
getFirstBitStartIndex() - Method in interface tapeutils.BitProcessor
Get the index of the start of the first bit found in the sample.
getFirstBitStartIndex() - Method in class tapeutils.MultiSampleAnalyzer
Get the index of the start of the first bit found in the sample.
getFirstBitStartIndex() - Method in interface tapeutils.SampleAnalyzer
Get the index of the start of the first bit found in the sample.
getFirstBitStartIndex() - Method in class tapeutils.impl.SimpleBitProcessor
Get the index of the start of the first bit found in the sample.
getFirstBitStartIndex() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the index of the start of the first bit found in the sample.
getFitValue(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the fit value at the given position in the sample.
getFitValue(int) - Method in interface tapeutils.SampleAnalyzer
Get the fit value at the given position in the sample.
getFitValue(int) - Method in interface tapeutils.WaveIdentifier
Get the fit value at the given position in the sample.
getFitValue(int) - Method in class tapeutils.impl.SineWaveIdentifier
Get the fit value at the given position in the sample.
getFitValue(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the fit value at the given position in the sample.
getIndex() - Method in class tapeutils.Message
Get the message index.
getIndex(int) - Method in class tapeutils.gui.DualSamplePanel
Get the current sample index.
getIndex() - Method in class tapeutils.gui.SamplePanel
Get the current sample index.
getInvert() - Method in class tapeutils.zx81.TapeConverterParameters
 
getInvert(boolean[]) - Method in class tapeutils.zx81.TapeConverterParameters
 
getLastBitEndIndex() - Method in interface tapeutils.BitProcessor
Get the index of the end of the last bit extracted from the sample.
getLastBitEndIndex() - Method in class tapeutils.MultiSampleAnalyzer
Get the index of the end of the last bit extracted from the sample.
getLastBitEndIndex() - Method in interface tapeutils.SampleAnalyzer
Get the index of the end of the last bit extracted from the sample.
getLastBitEndIndex() - Method in class tapeutils.impl.SimpleBitProcessor
Get the index of the end of the last bit extracted from the sample.
getLastBitEndIndex() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the index of the end of the last bit extracted from the sample.
getLastBitValue() - Method in interface tapeutils.BitProcessor
Get the value of the last bit extracted.
getLastBitValue() - Method in class tapeutils.impl.SimpleBitProcessor
Get the value of the last bit extracted.
getMaxGap() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getMaxGap(boolean[]) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getMaxWaveLength() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getMaxWaveLength(boolean[]) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getMessageIndex(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the position of an error.
getMessageIndex(int) - Method in interface tapeutils.SampleAnalyzer
Get the index of an message.
getMessageIndex(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the position of a message.
getMessages() - Method in class tapeutils.MultiSampleAnalyzer
Get the error and warning messages.
getMessages() - Method in interface tapeutils.SampleAnalyzer
Get the error and warning messages.
getMessages() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the error and warning messages.
getMinGap() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getMinGap(boolean[]) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getMinSecondsGap() - Method in class tapeutils.zx81.TapeConverterParameters
 
getMinSecondsGap(boolean[]) - Method in class tapeutils.zx81.TapeConverterParameters
 
getMinimumSize() - Method in class tapeutils.gui.ListCanvas
 
getNoiseThreshold(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the noise threshold.
getNoiseThreshold(int) - Method in interface tapeutils.SampleAnalyzer
Get the noise threshold.
getNoiseThreshold() - Method in interface tapeutils.WaveIdentifier
Get the noise threshold.
getNoiseThreshold() - Method in class tapeutils.impl.SineWaveIdentifier
Get the noise threshold.
getNoiseThreshold(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the noise threshold.
getNoiseThreshold() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getNoiseThreshold(boolean[]) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getNumBytes() - Method in class tapeutils.MultiSampleAnalyzer
Get the number of bytes.
getNumBytes() - Method in interface tapeutils.SampleAnalyzer
Get the number of bytes.
getNumBytes() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the number of bytes.
getNumDataBytes() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getNumDataBytes(boolean[]) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getNumExpectedFiles() - Method in class tapeutils.zx81.TapeConverterParameters
 
getNumExpectedFiles(boolean[]) - Method in class tapeutils.zx81.TapeConverterParameters
 
getNumFiles() - Method in class tapeutils.zx81.TapeConverterParameters
Get the number of files.
getNumber(byte[], int, StringBuffer) - Static method in class sinclair.basic.ZX81Basic
Get a number.
getNumberOfBits() - Method in interface tapeutils.BitProcessor
Get the number of bits processed.
getNumberOfBits() - Method in class tapeutils.impl.SimpleBitProcessor
Get the number of bits processed.
getOneSymbolTable() - Method in class tapeutils.zx81.TZXZX81Block
 
getPFileNames(boolean) - Method in class tapeutils.zx81.TapeConverterParameters
Get the file names as .P files.
getParameters(int) - Method in class tapeutils.zx81.TapeConverter
Get the ConvertParameters for the sample.
getPause() - Method in class tapeutils.zx81.TZXZX81Block
 
getPreferences(Object) - Method in class tapeutils.zx81.TapeConverter
Get the preferences object.
getPreferredSize() - Method in class tapeutils.gui.ListCanvas
 
getPreferredSize() - Method in class tapeutils.gui.SampleCanvas
Returns the preferred size of the canvas.
getProgramEndOffset() - Method in class tapeutils.zx81.PFile
Get the offset in the file of the end of the program.
getProgramLines(byte[]) - Static method in class sinclair.basic.ZX81Basic
Get the program lines from the memory.
getProgramLines(byte[], int, int) - Static method in class sinclair.basic.ZX81Basic
Return a map of the program lines, sorted by line number.
getProgramName() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the name of the program.
getProgramNameBytes() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the name of the program as bytes.
getProgramNameBytes() - Method in class tapeutils.zx81.TZXZX81Block
 
getPropertyKey() - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzerParameters
 
getRange() - Method in class tapeutils.Sample
Get the possible range of values for this sample.
getRateMultiplier() - Method in class tapeutils.Sample
Get the sample rate multiplier.
getRootName() - Method in class tapeutils.zx81.TapeConverterParameters
Get the root name of the sample.
getSample(int) - Method in class tapeutils.zx81.TapeConverter
Get the Sample.
getSampleAnalyzer(int) - Method in class tapeutils.MultiSampleAnalyzer
Get a specific sample analyzer.
getSampleAnalyzer(int) - Method in class tapeutils.zx81.TapeConverter
Get the Sample Analyzer
getSampleCanvas() - Method in class tapeutils.gui.SamplePanel
Return the sample canvas.
getSampleFile(int) - Method in class tapeutils.zx81.TapeConverter
Returns the requested sample file.
getSampleValue(int) - Method in class tapeutils.Sample
Get the sample value at the given position.
getSamplesPerSecond() - Method in class tapeutils.Sample
Return the number of samples per second.
getSource() - Method in class tapeutils.AnalysisEvent
Get the source of the event.
getSourceId() - Method in class tapeutils.AnalysisEvent
Get the source ID of the event.
getStartIndex() - Method in class tapeutils.gui.SampleCanvas
Get the start index.
getText() - Method in class tapeutils.Message
Get the message text.
getTotalFileLength() - Method in class tapeutils.zx81.PFile
Get the total length of the file, according to the system variable values.
getValue(int) - Method in class tapeutils.Parameters
Get the value at the given index.
getValue(int, boolean[]) - Method in class tapeutils.Parameters
Get the value at the given index.
getVariableMemory(byte[]) - Static method in class sinclair.basic.ZX81Basic
Get all variables from the variables area.
getVariableMemory(byte[], int, int) - Static method in class sinclair.basic.ZX81Basic
Get all variables from the variables area.
getVariableValue(byte[], int, int) - Static method in class sinclair.basic.ZX81SysVars
Obtain the value of a system variable.
getVariableValue(byte[], int, int, int, int) - Static method in class sinclair.basic.ZX81SysVars
Obtain the value of a system variable.
getVariableValueOffset(byte[], int, int) - Static method in class sinclair.basic.ZX81SysVars
Obtain the value of a system variable, offset into the given array.
getVariableValueOffset(byte[], int, int, int, int) - Static method in class sinclair.basic.ZX81SysVars
Obtain the value of a system variable.
getVariables(byte[]) - Static method in class sinclair.basic.ZX81Basic
Get all variables from the variables area.
getVariables(byte[], int, int, boolean) - Static method in class sinclair.basic.ZX81Basic
Get all variables from the variables area.
getWaveValue(int) - Method in class tapeutils.MultiSampleAnalyzer
Get the wave value at the given position in the sample.
getWaveValue(int) - Method in interface tapeutils.SampleAnalyzer
Get the wave value at the given position in the sample.
getWaveValue(int) - Method in interface tapeutils.WaveIdentifier
Get the wave value at the given position in the sample.
getWaveValue(int) - Method in class tapeutils.impl.SineWaveIdentifier
Get the wave value at the given position in the sample.
getWaveValue(int) - Method in class tapeutils.impl.zx81.ZX81SampleAnalyzer
Get the wave value at the given position in the sample.
getZeroSymbolTable() - Method in class tapeutils.zx81.TZXZX81Block
 

A B C D E F G H I K L M N O P R S T U V W X Z