Package detectionPlotFX
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 Summary
Modifier and TypeFieldDescriptionSaves which data axis is used for which data block.The data source for the detection plot.boolean
True to show the scroll bar. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
dataSource
The data source for the detection plot. -
showScrollBar
public boolean showScrollBarTrue to show the scroll bar. -
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
-
clone
-
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.
-