jAER project on SourceForge

net.sf.jaer.graphics
Class ChipRendererDisplayMethod

java.lang.Object
  extended by net.sf.jaer.graphics.DisplayMethod
      extended by net.sf.jaer.graphics.ChipRendererDisplayMethod
All Implemented Interfaces:
DisplayMethod2D

public class ChipRendererDisplayMethod
extends DisplayMethod
implements DisplayMethod2D

Renders using OpenGL the RGB histogram values from Chip2DRenderer.

Author:
tobi
See Also:
Chip2DRenderer, AEChipRenderer

Field Summary
 
Fields inherited from class net.sf.jaer.graphics.DisplayMethod
chip, chipCanvas, glu, glut, log, zoom
 
Constructor Summary
ChipRendererDisplayMethod(ChipCanvas chipCanvas)
          Creates a new instance of ChipRendererDisplayMethod
 
Method Summary
 void display(javax.media.opengl.GLAutoDrawable drawable)
          called by ChipCanvas.display(GLAutoDrawable) to draw the RGB fr histogram values.
 
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

ChipRendererDisplayMethod

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

Method Detail

display

public void display(javax.media.opengl.GLAutoDrawable drawable)
called by ChipCanvas.display(GLAutoDrawable) to draw the RGB fr histogram values. The GL context is assumed to already be transformed so that chip pixel x,y values can be used for coordinate values, with 0,0 at LL corner.

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

jAER project on SourceForge