Class DetectionPlotParams

java.lang.Object
userDisplayFX.UserDisplayNodeParams
detectionPlotFX.DetectionPlotParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class DetectionPlotParams extends UserDisplayNodeParams implements Cloneable, ManagedParameters
Parameters class for the Detection Plot Display
Author:
Jamie Macaulay
See Also:
  • Field Details

    • dataSource

      public String dataSource
      The data source for the detection plot.
    • showScrollBar

      public boolean showScrollBar
      True to show the scroll bar.
    • dataAxisMap

      public HashMap<String,String> dataAxisMap
      Saves which data axis is used for which data block. The key is the data block long name and the result is the name of the plot e.g. waveform. In this way users can set how they want the data plots to display different types of data units and the dispay types are saved on PAMGuard opne and close.
  • Constructor Details

    • DetectionPlotParams

      public DetectionPlotParams()
  • Method Details