jAER project on SourceForge

Uses of Class
net.sf.jaer.graphics.AEViewer.PlayMode

Packages that use AEViewer.PlayMode
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Uses of AEViewer.PlayMode in net.sf.jaer.graphics
 

Methods in net.sf.jaer.graphics that return AEViewer.PlayMode
 AEViewer.PlayMode AEViewer.getPlayMode()
          returns the playing mode
static AEViewer.PlayMode AEViewer.PlayMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AEViewer.PlayMode[] AEViewer.PlayMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jaer.graphics with parameters of type AEViewer.PlayMode
 void AEViewer.setPlayMode(AEViewer.PlayMode playMode)
          Sets mode, LIVE, PLAYBACK, WAITING, etc, sets window title, and fires property change event
 


jAER project on SourceForge