net.jinx.action
Class ActionGUI

java.lang.Object
  extended by net.jinx.video.model.Modeler
      extended by net.jinx.action.ActionGUI
All Implemented Interfaces:
ModelerGUI

public class ActionGUI
extends Modeler

Simple test class for the action package and VideoRenderer. This is just an alternate ModelerGUI for Vertex Modeler that does the same thing, using the action package instead.

Strangely enough, this version seems to load and get running much faster than the regular ModelerGUI. That may be because it doesn't use the net.java.games.jogl.Animator class; I'm not sure.

API Stability: Alpha; this was mostly just a test of the ModelerGUI interface and various classes in this package. I don't know whether or not it's staying.


Constructor Summary
ActionGUI()
          Constructs a new ActionGUI for Modeler to use.
 
Method Summary
 void displayGUI(Hierarchy h, Visible drawable)
          Displays a Visible using the classes in this package.
static void main(java.lang.String[] args)
          The main entry point for the ActionGUI version of Vertex Modeler.
 
Methods inherited from class net.jinx.video.model.Modeler
getApplicationName, getApplicationTitle, getDefaultFrame, getDefaultGLDrawable, getGLCanvas, getGLJPanel, getGrid, getOrigin, getVersion, getVersionString, loadContext, loadLights, loadTextureManager, loadTextureManager, loadViews, loadVisible, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionGUI

public ActionGUI()
Constructs a new ActionGUI for Modeler to use.

Method Detail

displayGUI

public void displayGUI(Hierarchy h,
                       Visible drawable)
Displays a Visible using the classes in this package.

Specified by:
displayGUI in interface ModelerGUI
Overrides:
displayGUI in class Modeler
Parameters:
h - the Hierarchy object containing the configuration data.
drawable - the Visible object to display.

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main entry point for the ActionGUI version of Vertex Modeler.

Parameters:
args - the String array containing command-line arguments.
Throws:
java.lang.Exception