Uses of Class
javax.media.ding3d.loaders.IncorrectFormatException

Packages that use IncorrectFormatException
javax.media.ding3d.loaders Provides interfaces and abstract classes for writing Java 3D loaders. 
javax.media.ding3d.loaders.lw3d Provides a Java 3D loader for Lightwave 3D scene files. 
javax.media.ding3d.loaders.objectfile Provides a Java 3D loader for Wavefront .obj files. 
 

Uses of IncorrectFormatException in javax.media.ding3d.loaders
 

Methods in javax.media.ding3d.loaders that throw IncorrectFormatException
 Scene Loader.load(java.io.Reader reader)
          This method loads the Reader and returns the Scene containing the scene.
 Scene Loader.load(java.lang.String fileName)
          This method loads the named file and returns the Scene containing the scene.
 Scene Loader.load(java.net.URL url)
          This method loads the named file and returns the Scene containing the scene.
 

Uses of IncorrectFormatException in javax.media.ding3d.loaders.lw3d
 

Methods in javax.media.ding3d.loaders.lw3d that throw IncorrectFormatException
 Scene Lw3dLoader.load(java.io.Reader reader)
          This method loads the Reader and returns the Scene containing the scene.
 Scene Lw3dLoader.load(java.lang.String fileName)
          This method loads the named file and returns the Scene containing the scene.
 Scene Lw3dLoader.load(java.net.URL url)
          This method loads the named file and returns the Scene containing the scene.
 

Uses of IncorrectFormatException in javax.media.ding3d.loaders.objectfile
 

Methods in javax.media.ding3d.loaders.objectfile that throw IncorrectFormatException
 Scene ObjectFile.load(java.io.Reader reader)
          The Object File is loaded from the already opened file.
 Scene ObjectFile.load(java.lang.String filename)
          The Object File is loaded from the .obj file specified by the filename.
 Scene ObjectFile.load(java.net.URL url)
          The object file is loaded off of the web.