Uses of Interface
net.jinx.video.model.ModelerGUI

Packages that use ModelerGUI
net.jinx.action   
net.jinx.colorizer   
net.jinx.video.model This package contains the core components of the Vertex Modeler application.

Model designers will be most interested in the Model and VertexUtil classes; examine their documentation closely, since you'll be using them extensively.  Being aware of the other classes in this package would be handy, as well.
 
 

Uses of ModelerGUI in net.jinx.action
 

Classes in net.jinx.action that implement ModelerGUI
 class ActionGUI
          Simple test class for the action package and VideoRenderer.
 

Uses of ModelerGUI in net.jinx.colorizer
 

Classes in net.jinx.colorizer that implement ModelerGUI
 class Colorizer
          This class isn't done.
 

Uses of ModelerGUI in net.jinx.video.model
 

Classes in net.jinx.video.model that implement ModelerGUI
 class Modeler
          The main class of the vertex modeler application.
 

Methods in net.jinx.video.model with parameters of type ModelerGUI
static void Modeler.main(ModelerGUI gui, java.lang.String[] args)
          The configurable entry point for the Vertex Modeler application.