|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaer.graphics.DisplayMethod
ch.unizh.ini.jaer.chip.cochlea.RollingCochleaGramDisplayMethod
public class RollingCochleaGramDisplayMethod
Shows events from stereo cochlea as a rastergram. Each packet is painted to the right of previous ones. The screen is used as the memory. When the time reaches the right side, it resets to the left and the screen is cleared. The timescale is set by the ChipRenderer colorScale, which the user can set with the UP/DOWN arrows buttons. It is set so that the entire width of the screen is a certain number of seconds.
Field Summary |
---|
Fields inherited from class net.sf.jaer.graphics.DisplayMethod |
---|
chip, chipCanvas, glu, glut, log, zoom |
Constructor Summary | |
---|---|
RollingCochleaGramDisplayMethod(ChipCanvas c)
Creates a new instance of CochleaGramDisplayMethod |
Method Summary | |
---|---|
void |
display(javax.media.opengl.GLAutoDrawable drawable)
displays individual events as cochleagram |
Methods inherited from class net.sf.jaer.graphics.DisplayMethod |
---|
addAnnotator, getAnnotators, getDescription, getMenuItem, getRenderer, removeAllAnnotators, removeAnnotator, setAnnotators, setMenuItem, setRenderer, setupGL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RollingCochleaGramDisplayMethod(ChipCanvas c)
c
- the canvas we are drawing onMethod Detail |
---|
public void display(javax.media.opengl.GLAutoDrawable drawable)
display
in class DisplayMethod
drawable
- the drawable passed in by OpenGL
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |