net.jinx.colorizer
Class Colorizer

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

public class Colorizer
extends Modeler

This class isn't done.

API Stability: Alpha; this is subject to change at any time.


Constructor Summary
Colorizer()
           
 
Method Summary
 void displayGUI(Hierarchy config, Visible drawable)
          Constructs and displays the default GUI components to display a Visible object.
static void main(java.lang.String[] args)
           
 
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

Colorizer

public Colorizer()
Method Detail

displayGUI

public void displayGUI(Hierarchy config,
                       Visible drawable)
Description copied from class: Modeler
Constructs and displays the default GUI components to display a Visible object.

Specified by:
displayGUI in interface ModelerGUI
Overrides:
displayGUI in class Modeler
Parameters:
config - the Hierarchy object that contains configuration information for displaying drawable.
drawable - the Visible object to display.

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception