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
Modifier and TypeFieldDescriptionint
static final int
static final int
double
boolean
boolean
int
static final long
boolean
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
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.
-