Package net.java.joglutils.msg.test

Test programs.

See:
          Description

Interface Summary
Fetcher<IDENT> Defines how elements in the ListModel associated with the ImageBrowser are converted into images that can be rendered on-screen.
ProgressListener<IDENT> Provides notification of upload or download progress.
 

Class Summary
BasicFetcher<IDENT> Basic implementation of Fetcher using ImageIO and a single-threaded ExecutorService.
DisplayShelf A test implementing a 3D display shelf component.
DisplayShelfRenderer A test implementing a 3D display shelf component.
ProgressEvent<IDENT> Represents a progress event during downloading or uploading of an image.
Test A very basic test of the Minimal Scene Graph library.
 

Package net.java.joglutils.msg.test Description

Test programs.