Uses of Interface
net.jinx.video.FrameProcessor

Packages that use FrameProcessor
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.processor   
 

Uses of FrameProcessor in net.jinx.video
 

Methods in net.jinx.video with parameters of type FrameProcessor
 void SplitScreenRenderer.setPostProcessors(FrameProcessor[] post)
          Sets the array of FrameProcessors to use for post processing.
 

Uses of FrameProcessor in net.jinx.video.processor
 

Classes in net.jinx.video.processor that implement FrameProcessor
 class ImageSaver
          ImageSaver is a PostProcessor that saves each rendered frame to disk.
 class MotionBlurProcessor
          Stability: Alpha; this class does not work.
 class ScreenShotProcessor
          ImageSaver extension modified to save images only when a key has been pressed.