Package Map
Class MapDetectionData
java.lang.Object
PamView.paneloverlay.OverlayDataInfo
Map.MapDetectionData
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class MapDetectionData
extends OverlayDataInfo
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Plot all available data, regardless of time.Associated data blockboolean
Fade over time, disappearing at 'displaySeconds'boolean
Display data ahead of the scrollbar (future data) instead of behindstatic final long
Fields inherited from class PamView.paneloverlay.OverlayDataInfo
dataName, select
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
long
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 ownvoid
setDisplayMilliseconds
(long displayMilliseconds)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
allAvailable
public boolean allAvailablePlot all available data, regardless of time. -
fade
public boolean fadeFade over time, disappearing at 'displaySeconds' -
lookAhead
public boolean lookAheadDisplay data ahead of the scrollbar (future data) instead of behind -
dataBlock
Associated data block
-
-
Constructor Details
-
MapDetectionData
-
-
Method Details
-
clone
-
getDisplayMilliseconds
public long getDisplayMilliseconds()- Returns:
- the displayMilliseconds
-
setDisplayMilliseconds
public void setDisplayMilliseconds(long displayMilliseconds) - Parameters:
displayMilliseconds
- the displayMilliseconds to set
-
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 interfaceManagedParameters
- Overrides:
getParameterSet
in classOverlayDataInfo
- Returns:
- description of the parameters in a class.
-