| |
|
| java.lang.Object com.sun.j3d.loaders.LoaderBase org.jdesktop.j3dfly.utils.loaderwrappers.J3sLoader
J3sLoader | public class J3sLoader extends com.sun.j3d.loaders.LoaderBase (Code) | | Provides a Loader which can load Java3D scene graphs saved using the
SceneGraphStreamWriter.
The Java3D LoaderInterface implemented by this class does not provide access
to all the features that can be stored in a .j3s file.
Most importantly the file may contain a universe which will be ignored
by this loader.
author: Paul Byrne |
getClassLoader | public static ClassLoader getClassLoader()(Code) | | Get the ClassLoader set by setClassLoader
If setClassLoader has not been called the default null will be returned.
This indicates that systemClassLoader will be used.
|
setClassLoader | public static void setClassLoader(ClassLoader cLoader)(Code) | | Set the ClassLoader which will be used by the SceneGraphIO system
when loading the scene graph.
The default null in which case the system will use system class loader
|
|
|
|