com.croftsoft.apps.savor
Class SavorJogl
java.lang.Object
org.jdesktop.jdic.screensaver.ScreensaverBase
org.jdesktop.jdic.screensaver.JOGLScreensaver
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
Fields inherited from class org.jdesktop.jdic.screensaver.ScreensaverBase |
context |
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 |
SavorJogl
public SavorJogl()
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 Apps Javadoc (2008-09-28 21:15:07)