public interface ITimeBoundsUserActionsListener
Modifier and Type | Method and Description |
---|---|
void |
clearFixedRenderRange()
Clear any previously-set fixed render window.
|
void |
invokeDateSelectionGUI(boolean endFocus)
Bring up the GUI that allows time bounds to be set manually.
|
void |
jumpToRealTime()
Immediately switch from historical mode to real-time mode (if necessary) and jump to current real time.
|
void |
setFixedRenderRange(long start,
long end)
Set a fixed window over which all events should be rendered.
|
void |
setTimeBounds(long start,
long end)
Used with 'set bounds based on selection' button.
|
void setTimeBounds(long start, long end)
start
- New start time.end
- New end time.void jumpToRealTime()
void invokeDateSelectionGUI(boolean endFocus)
void setFixedRenderRange(long start, long end)
start
- The window's start time.end
- The window's end tim.void clearFixedRenderRange()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details