Package com.sun.j3d.loaders

Interface Summary
Loader The Loader interface is used to specify the location and elements of a file format to load.
Scene The Scene interface is a set of methods used to extract Java 3D scene graph information from a file loader utility.
 

Class Summary
LoaderBase This class implements the Loader interface.
SceneBase This class implements the Scene interface and extends it to incorporate utilities that could be used by loaders.
 

Exception Summary
IncorrectFormatException Exception used to indicate that a file of the incorrect type was passed to a loader.
ParsingErrorException Exception used to indicate that the loader encountered a problem parsing the specified file.