jAER project on SourceForge

net.sf.jaer.graphics
Class RetinaCanvas

java.lang.Object
  extended by net.sf.jaer.graphics.ChipCanvas
      extended by net.sf.jaer.graphics.RetinaCanvas
All Implemented Interfaces:
java.util.EventListener, java.util.Observer, javax.media.opengl.GLEventListener

public class RetinaCanvas
extends ChipCanvas

A subclass of ChipCanvas just for retinas. At present this is just a 'marker' class.

Author:
tobi

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jaer.graphics.ChipCanvas
ChipCanvas.Zoom
 
Field Summary
 
Fields inherited from class net.sf.jaer.graphics.ChipCanvas
aeViewer, anglex, angley, BORDER3D, colorScale, drawable, fr, frameData, glu, glut, insets, j2dScale, log, MIN_DIMENSION, openGLEnabled, pheight, pixels, prefs, pwidth, SCALE_DEFAULT, selectedPixelColor, selectedQuad, strategy, xt, yt, zoomMode
 
Constructor Summary
RetinaCanvas(AEChip chip)
          Creates a new instance of RetinaCanvas
 
Method Summary
 
Methods inherited from class net.sf.jaer.graphics.ChipCanvas
addDisplayMethod, addGLEventListener, annotate, annotate, checkGLError, cycleDisplayMethod, display, displayChanged, getAnglex, getAngley, getBorderSpacePixels, getCanvas, getChip, getCurrentDisplayMethod, getDisplayMethodMenu, getDisplayMethods, getFr, getGlut, getImageOpenGL, getMousePixel, getOrigin3dx, getOrigin3dy, getPixelColor, getPixelFromMouseEvent, getPixelFromPoint, getPixelRGB, getRenderer, getScale, getZoom, grabNextImage, init, initComponents, is3DEnabled, isFillsHorizontally, isFillsVertically, isOpenGLEnabled, isZoomMode, paint, paint, paintFrame, removeGLEventListener, repaint, repaint, reshape, scalePrefsKey, set3dOrigin, setAnglex, setAngley, setBorderSpacePixels, setChip, setDefaultProjection, setDisplayMethod, setDisplayMethod, setDisplayMethod, setDisplayMethods, setOpenGLEnabled, setOrigin3dx, setOrigin3dy, setRenderer, setScale, setZoom, showSpike, showSpike, unzoom, update, zoomIn, zoomOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetinaCanvas

public RetinaCanvas(AEChip chip)
Creates a new instance of RetinaCanvas

Parameters:
chip - the chip that we are rendering; everything is available from this object

jAER project on SourceForge