Package org.limn.render

Interface Summary
LimnImageProducer LimnImageProducer is an Interface that specifies the necessary methods that allow playback of a prerecorded animation.
LimnRender Contract methods involving aspects of the image rendering stage of the production process.
LimnRenderable LimnRenderable is intended to use to allow additional objects to provide graphics to the main render object.
LimnViewer LimnViewer interface contrains the set of methods that would concern an object interestested in displaying and interacting with a prerecorded animation.
 

Class Summary
HistogramPlot HistogramPlot is an alternative plot type.
JPEGImageProducer ImageProducer creates images to be rendered in java from a series of jpeg images.
ParallelCoordinatePlot ParallelCoordinatePlot is an alternative rendering type.
QuicktimeImageProducer ImageProducer creates images to be rendered in java from a quicktime movie.
RecordCanvas A basic implementation of the LimnRender interface.
ScatterPlotCanvas ScatterPlotCanvas is the main graphics class used in the animation building process.
SimpleViewer SimpleViewer is used in the Viewing process.