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
FieldsModifier and TypeFieldDescriptionbooleanInvert the waveformdoubleThe length of the x scale.booleanView a filtered waveform.booleanSeperate waveform plotsbooleanShow a fixed x scale.Parameters for waveform filter.booleanShow the waveform plot - 
Constructor Summary
Constructors - 
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: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.
 
 
 -