jAER project on SourceForge

Uses of Interface
net.sf.jaer.graphics.PlayerInterface

Packages that use PlayerInterface
net.sf.jaer Classes related to USB2 AER interface, ipot on-chip programmable bias generators. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Uses of PlayerInterface in net.sf.jaer
 

Classes in net.sf.jaer that implement PlayerInterface
 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.
 

Uses of PlayerInterface in net.sf.jaer.graphics
 

Subinterfaces of PlayerInterface in net.sf.jaer.graphics
 interface AEPlayerInterface
          The interface that the JAERViewer AEPlayer uses to control sychronized playback of logged AE data.
 

Classes in net.sf.jaer.graphics that implement PlayerInterface
 class AEViewer.AEPlayer
          Handles file input of AEs to control the number of events/sample or period of time in the sample, etc.
 


jAER project on SourceForge