jAER project on SourceForge

Uses of Class
net.sf.jaer.graphics.AEChipRenderer

Packages that use AEChipRenderer
ch.unizh.ini.jaer.chip.cochlea Classes related to Shih-Chii's and Andre's cochlea chips. 
ch.unizh.ini.jaer.chip.dollbrain The dollbrain project AER sensors - see DollBrain project pages
net.sf.jaer.chip Classes related to CAVIAR retina. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Uses of AEChipRenderer in ch.unizh.ini.jaer.chip.cochlea
 

Subclasses of AEChipRenderer in ch.unizh.ini.jaer.chip.cochlea
 class CochleaAMSNoBiasgen.Renderer
           
 

Uses of AEChipRenderer in ch.unizh.ini.jaer.chip.dollbrain
 

Subclasses of AEChipRenderer in ch.unizh.ini.jaer.chip.dollbrain
 class Dollbrain1Renderer
          This class overrides the render(AEPacket2D ae) to display an image with gray levels on black.
 

Uses of AEChipRenderer in net.sf.jaer.chip
 

Fields in net.sf.jaer.chip declared as AEChipRenderer
protected  AEChipRenderer AEChip.renderer
           
 

Methods in net.sf.jaer.chip that return AEChipRenderer
 AEChipRenderer AEChip.getRenderer()
           
 

Methods in net.sf.jaer.chip with parameters of type AEChipRenderer
 void AEChip.setRenderer(AEChipRenderer renderer)
          sets the class that renders the event histograms and notifies Observers with the new Renderer.
 

Uses of AEChipRenderer in net.sf.jaer.graphics
 

Subclasses of AEChipRenderer in net.sf.jaer.graphics
 class AdaptiveIntensityRenderer
           
 class BinocularRenderer
          Renders a stereo pair of retinas.
 class RetinaRenderer
          Renders retina events into different RGB views.
 


jAER project on SourceForge