jAER project on SourceForge

Deprecated API


Contents
Deprecated Interfaces
net.sf.jaer.chip.EventExtractorInterface
          should not be used, just left over from early development 
 

Deprecated Classes
net.sf.jaer.eventprocessing.tracking.ClusterTracker
          This class is no longer maintained. Use RectanglularClusterTracker instead. 
ch.unizh.ini.jaer.chip.cochlea.CochleaAMSWithBiasgen
          replaced by CochleaAMS1b which has a totally new Biasgen for controlling all the digital features of CochleaAMS1b 
 

Deprecated Fields
net.sf.jaer.graphics.Chip2DRenderer.fr
          replaced by pixmap direct float buffer. 
 

Deprecated Methods
net.sf.jaer.graphics.FrameAnnotater.annotate(float[][][])
          use the openGL annotation - this method will be removed in the future. 
net.sf.jaer.graphics.FrameAnnotater.annotate(Graphics2D)
          use the openGL annotation - this method will probably be removed in the future. 
net.sf.jaer.graphics.Chip2DRenderer.checkFr()
          replaced by pixmap 
ch.unizh.ini.jaer.projects.topology.TopologyTracker.getFilterState()
          - no one uses this 
net.sf.jaer.eventprocessing.EventFilter.getFilterState()
          - no one uses this 
net.sf.jaer.hardwareinterface.usb.cypressfx2.CypressFX2.getFirmwareFilenameBinaryFromVIDPID()
          not used anymore - user chooses firmware file via AEViewer/CypressFX2 menu item 
net.sf.jaer.hardwareinterface.usb.USBInterface.getVIDPID()
          use getVID and getPID instead 
net.sf.jaer.eventio.AEUnicastInput.setHost(String)
          doesn't do anything here because we only set local port 
 

Deprecated Constructors
ch.unizh.ini.jaer.projects.stereo3D.AE3DFileInputStream(FileInputStream)
          use the constructor with a File object so that users of this can more easily get file information 
net.sf.jaer.eventio.AEFileInputStream(FileInputStream)
          use the constructor with a File object so that users of this can more easily get file information 
net.sf.jaer.eventprocessing.EventFilter()
          - all filters need an AEChip object 
 


jAER project on SourceForge