com.croftsoft.apps.savor
Class Savor

java.lang.Object
  extended by JOGLScreensaver
      extended by com.croftsoft.apps.savor.Savor

public final class Savor
extends JOGLScreensaver

CroftSoft Savor.

Since:
2006-09-26
Version:
$Id: Savor.java,v 1.17 2006/10/23 05:12:45 croft Exp $
Author:
David Wallace Croft

Constructor Summary
Savor()
           
 
Method Summary
 void display(GLDrawable glDrawable)
           
 void displayChanged(GLDrawable arg0, boolean arg1, boolean arg2)
           
 GLCapabilities getGLCapabilities()
           
 void init(GLDrawable glDrawable)
           
 void reshape(GLDrawable glDrawable, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Savor

public Savor()
Method Detail

getGLCapabilities

public GLCapabilities getGLCapabilities()

init

public void init(GLDrawable glDrawable)

reshape

public void reshape(GLDrawable glDrawable,
                    int x,
                    int y,
                    int width,
                    int height)

displayChanged

public void displayChanged(GLDrawable arg0,
                           boolean arg1,
                           boolean arg2)

display

public void display(GLDrawable glDrawable)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2006-11-12 23:26:47)