Uses of Class
net.jinx.video.Options

Packages that use Options
net.jinx.video Provides an easy to use scene graph API that is intended for use by OpenGL Programmers, without preventing access to low-level OpenGL features.

If you're interested in constructing arbitrary OpenGL objects, take a look at the Visible interface.

Model designers might be more interested in the model subpackage.
 
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 Options in net.jinx.video
 

Subclasses of Options in net.jinx.video
 class Context
          In addition to the attributes stored in Options, this class stores attributes that function as contextual data for rendering.
 

Uses of Options in net.jinx.video.model
 

Subclasses of Options in net.jinx.video.model
 class ModelContext
          Options extension that keeps a reference to the current Model that is being rendered.