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
FieldsModifier and TypeFieldDescriptionbooleanstatic final intintBand option - 0 = band energy, 1 = convert to spectrum level.static final longbooleanbooleanstatic final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected NoiseDisplaySettingsclone()Get a set of data that describes all of the parameters in a classbooleanisSelectData(int iBand) voidsetSelectData(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)  - 
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.
 
 
 -