org.deken.game.scene
Class Scene

java.lang.Object
  extended by org.deken.game.scene.Scene

public class Scene
extends java.lang.Object

Title: Scene

Description: This class is the base for all Scene classes.

Copyright: Copyright (c) 2005

Version:
1.0
Author:
Gary Deken

Constructor Summary
Scene()
           
 
Method Summary
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scene

public Scene()
Method Detail

update

public void update()