jAER project on SourceForge

Uses of Class
net.sf.jaer.eventprocessing.FilterFrame

Packages that use FilterFrame
net.sf.jaer.chip Classes related to CAVIAR retina. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Uses of FilterFrame in net.sf.jaer.chip
 

Fields in net.sf.jaer.chip declared as FilterFrame
protected  FilterFrame Chip2D.filterFrame
          the filter frame holding filters that can be applied to the events
 

Methods in net.sf.jaer.chip that return FilterFrame
 FilterFrame AEChip.getFilterFrame()
           
 

Methods in net.sf.jaer.chip with parameters of type FilterFrame
 void AEChip.setFilterFrame(FilterFrame filterFrame)
          Sets the FilterFrame and notifies Observers with the new FilterFrame.
 

Uses of FilterFrame in net.sf.jaer.graphics
 

Methods in net.sf.jaer.graphics that return FilterFrame
 FilterFrame AEViewer.getFilterFrame()
          Returns the frame holding the event filters.
 


jAER project on SourceForge