com.sun.j3d.loaders |
com.sun.j3d.loaders
Provides interfaces and abstract classes for writing Java 3D loaders.
|
Java Source File Name | Type | Comment |
IncorrectFormatException.java | Class | Exception used to indicate that a file of the incorrect
type was passed to a loader. |
Loader.java | Interface | The Loader interface is used to specify the location
and elements of a file format to load. |
LoaderBase.java | Class | This class implements the Loader interface. |
ParsingErrorException.java | Class | Exception used to indicate that the loader encountered
a problem parsing the specified file. |
Scene.java | Interface | The Scene interface is a set of methods used to extract
Java 3D scene graph information from a file loader utility. |
SceneBase.java | Class | This class implements the Scene interface and extends it to incorporate
utilities that could be used by loaders. |