Package detectionPlotFX.plots
Class SpectrumPlotParams
java.lang.Object
detectionPlotFX.plots.SpectrumPlotParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class SpectrumPlotParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintstatic final intstatic final intdoublebooleanbooleanintstatic final longbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SpectrumPlotParamsclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
CHANNELS_SINGLE
public static final transient int CHANNELS_SINGLE- See Also:
-
CHANNELS_MEANS
public static final transient int CHANNELS_MEANS- See Also:
-
logScale
public boolean logScale -
logRange
public double logRange -
plotSmoothing
public int plotSmoothing -
smoothPlot
public boolean smoothPlot -
channelChoice
public int channelChoice -
showEventInfo
public boolean showEventInfo -
plotCepstrum
public boolean plotCepstrum
-
-
Constructor Details
-
SpectrumPlotParams
public SpectrumPlotParams()
-
-
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.
-