|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaer.JAERViewer
public class JAERViewer
Used to show multiple chips simultaneously. A single viewer is launched initially, with a default chip. New ones can be constructed from the File menu.
Nested Class Summary | |
---|---|
class |
JAERViewer.SyncPlayer
Synchronized playback and control of such playback is not totally straightforward because of the bursty nature of AER - there are no frames to synchronize on and you obviously cannot sync on event number. |
class |
JAERViewer.ToggleLoggingAction
this action toggles logging, possibily for all viewers depending on switch |
class |
JAERViewer.ToggleSyncEnabledAction
|
Field Summary | |
---|---|
static JAERDataViewer |
globalDataViewer
Can be used to globallhy display data |
static long |
globalTime1
|
static long |
globalTime2
|
static long |
globalTime3
|
Constructor Summary | |
---|---|
JAERViewer()
Creates a new instance of JAERViewer |
Method Summary | |
---|---|
void |
addViewer(AEViewer aEViewer)
|
int |
getNumViewers()
|
JAERViewer.SyncPlayer |
getPlayer()
|
java.util.ArrayList<AEViewer> |
getViewers()
|
boolean |
isPlayBack()
|
boolean |
isSyncEnabled()
Controls whether multiple viewers are synchronized for logging and playback. |
void |
loadSetup(java.io.File f)
|
static void |
main(java.lang.String[] args)
The main launcher for AEViewer's. |
void |
pause()
|
void |
removeViewer(AEViewer v)
|
void |
saveSetup(java.io.File f)
|
void |
setPlayBack(boolean playBack)
|
void |
setSyncEnabled(boolean syncEnabled)
Controls whether multiple viewers are synchronized for logging and playback. |
void |
startSynchronizedLogging()
|
void |
stopSynchronizedLogging()
|
void |
toggleSynchronizedLogging()
|
void |
zeroTimestamps()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static JAERDataViewer globalDataViewer
public static long globalTime1
public static long globalTime2
public static long globalTime3
Constructor Detail |
---|
public JAERViewer()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the first argument can be a recorded AE data filename (.dat) with full path; the viewer will play this filepublic void addViewer(AEViewer aEViewer)
public void saveSetup(java.io.File f)
public void loadSetup(java.io.File f)
public void removeViewer(AEViewer v)
public java.util.ArrayList<AEViewer> getViewers()
public int getNumViewers()
public void startSynchronizedLogging()
public void stopSynchronizedLogging()
public void toggleSynchronizedLogging()
public void zeroTimestamps()
public boolean isSyncEnabled()
public void setSyncEnabled(boolean syncEnabled)
syncEnabled
- true to be synchronized.public void pause()
public JAERViewer.SyncPlayer getPlayer()
public boolean isPlayBack()
public void setPlayBack(boolean playBack)
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |