Package noiseMonitor
Class NoiseDisplaySettings
java.lang.Object
noiseMonitor.NoiseDisplaySettings
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class NoiseDisplaySettings
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
static final int
int
Band option - 0 = band energy, 1 = convert to spectrum level.static final long
boolean
boolean
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classboolean
isSelectData
(int iBand) void
setSelectData
(int iBand, boolean state)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
autoScale
public boolean autoScale -
showGrid
public boolean showGrid -
showKey
public boolean showKey -
bandOption
public int bandOptionBand option - 0 = band energy, 1 = convert to spectrum level. -
BAND_ENERGY
public static final int BAND_ENERGY- See Also:
-
SPECTRUM_LEVEL
public static final int SPECTRUM_LEVEL- See Also:
-
-
Constructor Details
-
NoiseDisplaySettings
public NoiseDisplaySettings()
-
-
Method Details
-
isSelectData
public boolean isSelectData(int iBand) -
setSelectData
public void setSelectData(int iBand, boolean state) -
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.
-