Package radardisplay
Class RadarDataInfo
java.lang.Object
PamView.paneloverlay.OverlayDataInfo
radardisplay.RadarDataInfo
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class RadarDataInfo
extends OverlayDataInfo
implements Serializable, Cloneable, ManagedParameters
- Author:
 - mo55
 - See Also:
 
- 
Field Summary
FieldsFields inherited from class PamView.paneloverlay.OverlayDataInfo
dataName, select - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()intEven though this class is a superclass of others, we don't need to explicitly add the fields through the 'getSuperclass' modifier because the fields are all public so will be included when the super class calls autoGenerate on it's ownbooleanvoidsetDetectorLifetime(int detectorLifetime) voidsetFadeDetector(boolean fadeDetector)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
RadarDataInfo
- Parameters:
 dataName-
 
 - 
 - 
Method Details
- 
isFadeDetector
public boolean isFadeDetector() - 
setFadeDetector
public void setFadeDetector(boolean fadeDetector)  - 
getDetectorLifetime
public int getDetectorLifetime() - 
setDetectorLifetime
public void setDetectorLifetime(int detectorLifetime)  - 
clone
 - 
getParameterSet
Description copied from class:OverlayDataInfoEven though this class is a superclass of others, we don't need to explicitly add the fields through the 'getSuperclass' modifier because the fields are all public so will be included when the super class calls autoGenerate on it's own- Specified by:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classOverlayDataInfo- Returns:
 - description of the parameters in a class.
 
 
 -