Package Localiser.controls
Class RawOrFFTParams
java.lang.Object
Localiser.controls.RawOrFFTParams
- All Implemented Interfaces:
Serializable,Cloneable,RawOrFFTParamsInterface,ManagedParameters
public class RawOrFFTParams
extends Object
implements Serializable, Cloneable, RawOrFFTParamsInterface, ManagedParameters
Parameters to use when a data source can be either raw or fft data.
invalid input: '<'br for use with RawOrFFTPane dialog component. Should be embedded in
more complex dialog components.
- Author:
- dg50
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RawOrFFTParamsInterfaceclone()intintGet a set of data that describes all of the parameters in a classintvoidsetFftHop(int fftHop) voidsetFftLength(int fftLength) voidsetSourceName(String sourceName) voidsetWindowFunction(int windowFunction)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RawOrFFTParams
public RawOrFFTParams()
-
-
Method Details
-
getSourceName
- Specified by:
getSourceNamein interfaceRawOrFFTParamsInterface- Returns:
- the sourceName
-
setSourceName
- Specified by:
setSourceNamein interfaceRawOrFFTParamsInterface- Parameters:
sourceName- the sourceName to set
-
getFftLength
public int getFftLength()- Specified by:
getFftLengthin interfaceRawOrFFTParamsInterface- Returns:
- the fftLength
-
setFftLength
public void setFftLength(int fftLength) - Specified by:
setFftLengthin interfaceRawOrFFTParamsInterface- Parameters:
fftLength- the fftLength to set
-
getFftHop
public int getFftHop()- Specified by:
getFftHopin interfaceRawOrFFTParamsInterface- Returns:
- the fftHop
-
setFftHop
public void setFftHop(int fftHop) - Specified by:
setFftHopin interfaceRawOrFFTParamsInterface- Parameters:
fftHop- the fftHop to set
-
getWindowFunction
public int getWindowFunction()- Specified by:
getWindowFunctionin interfaceRawOrFFTParamsInterface- Returns:
- the windowFunction
-
setWindowFunction
public void setWindowFunction(int windowFunction) - Specified by:
setWindowFunctionin interfaceRawOrFFTParamsInterface- Parameters:
windowFunction- the windowFunction to set
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-