Package radardisplay

Class RadarDataInfo

All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class RadarDataInfo extends OverlayDataInfo implements Serializable, Cloneable, ManagedParameters
Author:
mo55
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • RadarDataInfo Link icon

      public RadarDataInfo(String dataName)
      Parameters:
      dataName -
  • Method Details Link icon

    • isFadeDetector Link icon

      public boolean isFadeDetector()
    • setFadeDetector Link icon

      public void setFadeDetector(boolean fadeDetector)
    • getDetectorLifetime Link icon

      public int getDetectorLifetime()
    • setDetectorLifetime Link icon

      public void setDetectorLifetime(int detectorLifetime)
    • clone Link icon

      public RadarDataInfo clone()
    • getParameterSet Link icon

      public PamParameterSet getParameterSet()
      Description copied from class: OverlayDataInfo
      Even 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:
      getParameterSet in interface ManagedParameters
      Overrides:
      getParameterSet in class OverlayDataInfo
      Returns:
      description of the parameters in a class.