Uses of Class
javax.media.ding3d.utils.scenegraph.io.NamedObjectException

Packages that use NamedObjectException
javax.media.ding3d.utils.scenegraph.io This package provides a Java3D SceneGraph IO capability. 
javax.media.ding3d.utils.scenegraph.io.retained   
 

Uses of NamedObjectException in javax.media.ding3d.utils.scenegraph.io
 

Methods in javax.media.ding3d.utils.scenegraph.io that throw NamedObjectException
 void SceneGraphFileWriter.addObjectName(java.lang.String name, SceneGraphObject object)
          Add a named reference to a SceneGraphObject in the file.
 SceneGraphObject SceneGraphFileReader.getNamedObject(java.lang.String name)
          Return the named object.
 void SceneGraphStreamWriter.writeBranchGraph(BranchGroup graph, java.util.HashMap namedObjects)
          Write the entire graph to the stream.
 

Uses of NamedObjectException in javax.media.ding3d.utils.scenegraph.io.retained
 

Methods in javax.media.ding3d.utils.scenegraph.io.retained that throw NamedObjectException
 SceneGraphObject SymbolTable.getNamedObject(java.lang.String name)
          Return the SceneGraphObject associated with the name
 SceneGraphObject Controller.getNamedObject(java.lang.String name)
          Return the SceneGraphObject associated with the name