jAER project on SourceForge

net.sf.jaer.graphics
Class SpaceTimeEventDisplayMethod

java.lang.Object
  extended by net.sf.jaer.graphics.DisplayMethod
      extended by net.sf.jaer.graphics.SpaceTimeEventDisplayMethod
All Implemented Interfaces:
DisplayMethod3D

public class SpaceTimeEventDisplayMethod
extends DisplayMethod
implements DisplayMethod3D

Displays events in space time

Author:
tobi

Field Summary
protected  float[] rgb
           
 
Fields inherited from class net.sf.jaer.graphics.DisplayMethod
chip, chipCanvas, log, zoom
 
Constructor Summary
SpaceTimeEventDisplayMethod(ChipCanvas chipCanvas)
          Creates a new instance of SpaceTimeEventDisplayMethod
 
Method Summary
protected  void computeRGBFromZ(float z)
           
 void display(javax.media.opengl.GLAutoDrawable drawable)
          subclasses implmeent this display method to actually render.
 
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
 

Field Detail

rgb

protected float[] rgb
Constructor Detail

SpaceTimeEventDisplayMethod

public SpaceTimeEventDisplayMethod(ChipCanvas chipCanvas)
Creates a new instance of SpaceTimeEventDisplayMethod

Method Detail

display

public void display(javax.media.opengl.GLAutoDrawable drawable)
Description copied from class: DisplayMethod
subclasses implmeent this display method to actually render. Typically they also call GL gl=setupGL(drawable) right after entry.

Specified by:
display in class DisplayMethod
Parameters:
drawable - the GL context

computeRGBFromZ

protected final void computeRGBFromZ(float z)

jAER project on SourceForge