com.sun.j3d.utils.scenegraph.io
public interface SceneGraphObjectReferenceControl
Modifier and Type | Method and Description |
---|---|
int |
addReference(SceneGraphObject object)
Add a reference to the scenegraph object specified and return
the nodeID for the object
Use only during the save cycle
|
SceneGraphObject |
resolveReference(int nodeID)
Given a nodeID return the corresponding scene graph object.
|
int addReference(SceneGraphObject object)
SceneGraphObject resolveReference(int nodeID)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.