com.depthexplorer.animation
Class DEAnimateGUI

java.lang.Object
  extended by com.depthexplorer.animation.DEAnimateGUI
All Implemented Interfaces:
ActionListener, EventListener

public class DEAnimateGUI
extends Object
implements ActionListener

The DEAnimateGUI class is a graphical front end to animate DEJ XML files. The application takes as input a drawable XML file an animation XML file. The result will be any number of rendered frames that the user can then step through.

Author:
Ashish Datta

Constructor Summary
DEAnimateGUI()
          Sets up the GUI ect.
 
Method Summary
 void actionPerformed(ActionEvent arg)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DEAnimateGUI

public DEAnimateGUI()
Sets up the GUI ect.

Method Detail

main

public static void main(String[] args)

actionPerformed

public void actionPerformed(ActionEvent arg)
Specified by:
actionPerformed in interface ActionListener