Package detectionPlotFX.plots
Class WaveformPlotParams
java.lang.Object
detectionPlotFX.plots.WaveformPlotParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class WaveformPlotParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Invert the waveformdouble
The length of the x scale.boolean
View a filtered waveform.boolean
Seperate waveform plotsboolean
Show a fixed x scale.Parameters for waveform filter.boolean
Show the waveform plot -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
showFilteredWaveform
public boolean showFilteredWaveformView a filtered waveform. -
waveformFilterParams
Parameters for waveform filter. -
showSperateWaveform
public boolean showSperateWaveformSeperate waveform plots -
waveShowEnvelope
public boolean waveShowEnvelopeShow the waveform plot -
waveFixedXScale
public boolean waveFixedXScaleShow a fixed x scale. -
maxLength
public double maxLengthThe length of the x scale. -
invert
public boolean invertInvert the waveform
-
-
Constructor Details
-
WaveformPlotParams
public WaveformPlotParams()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-