Package com.sun.j3d.utils.scenegraph.io
Interface SceneGraphObjectReferenceControl
public interface SceneGraphObjectReferenceControl
Provides and resolves references to SceneGraphObjects to enable
persistant references in user defined SceneGraphObjects implementing
the SceneGraphIO interface.
-
Method Summary
Modifier and TypeMethodDescriptionint
addReference
(SceneGraphObject object) Add a reference to the scenegraph object specified and return the nodeID for the object Use only during the save cycleresolveReference
(int nodeID) Given a nodeID return the corresponding scene graph object.
-
Method Details
-
addReference
Add a reference to the scenegraph object specified and return the nodeID for the object Use only during the save cycle -
resolveReference
Given a nodeID return the corresponding scene graph object. Use only during the load cycle
-