com.croftsoft.apps.savor
Class SavorJogl

java.lang.Object
  extended by org.jdesktop.jdic.screensaver.ScreensaverBase
      extended by org.jdesktop.jdic.screensaver.JOGLScreensaver
          extended by com.croftsoft.apps.savor.SavorJogl
All Implemented Interfaces:
EventListener, net.java.games.jogl.GLEventListener

public final class SavorJogl
extends org.jdesktop.jdic.screensaver.JOGLScreensaver

CroftSoft Savor.

Since:
2006-09-26
Version:
$Id: SavorJogl.java,v 1.1 2006/12/09 06:31:36 croft Exp $
Author:
David Wallace Croft

Field Summary
 
Fields inherited from class org.jdesktop.jdic.screensaver.ScreensaverBase
context
 
Constructor Summary
SavorJogl()
           
 
Method Summary
 void display(net.java.games.jogl.GLDrawable glDrawable)
           
 void displayChanged(net.java.games.jogl.GLDrawable arg0, boolean arg1, boolean arg2)
           
 net.java.games.jogl.GLCapabilities getGLCapabilities()
           
 void init(net.java.games.jogl.GLDrawable glDrawable)
           
 void reshape(net.java.games.jogl.GLDrawable glDrawable, int x, int y, int width, int height)
           
 
Methods inherited from class org.jdesktop.jdic.screensaver.JOGLScreensaver
destroy, init, renderFrame
 
Methods inherited from class org.jdesktop.jdic.screensaver.ScreensaverBase
baseDestroy, baseInit, getContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavorJogl

public SavorJogl()
Method Detail

getGLCapabilities

public net.java.games.jogl.GLCapabilities getGLCapabilities()
Overrides:
getGLCapabilities in class org.jdesktop.jdic.screensaver.JOGLScreensaver

init

public void init(net.java.games.jogl.GLDrawable glDrawable)

reshape

public void reshape(net.java.games.jogl.GLDrawable glDrawable,
                    int x,
                    int y,
                    int width,
                    int height)

displayChanged

public void displayChanged(net.java.games.jogl.GLDrawable arg0,
                           boolean arg1,
                           boolean arg2)

display

public void display(net.java.games.jogl.GLDrawable glDrawable)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)