|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scene
The Scene interface is a set of methods used to extract Java 3D scene graph information from a file loader utility. The interface is used to give loaders of various file formats a common public interface.
Method Summary | |
---|---|
javax.media.j3d.Background[] |
getBackgroundNodes()
This method returns an array of all Background nodes defined in the file. |
javax.media.j3d.Behavior[] |
getBehaviorNodes()
This method returns an array of all the behavior nodes in the scene. |
java.lang.String |
getDescription()
This method returns the text description of the file. |
javax.media.j3d.Fog[] |
getFogNodes()
This method returns an array of all Fog nodes defined in the file. |
float[] |
getHorizontalFOVs()
This method returns an array of floats with the horizontal field of view. |
javax.media.j3d.Light[] |
getLightNodes()
This method returns an array of all Lights defined in the file. |
java.util.Hashtable |
getNamedObjects()
This method returns a Hashtable which contains a list of all named objects in the file and their associated scene graph objects. |
javax.media.j3d.BranchGroup |
getSceneGroup()
This method returns the BranchGroup containing the overall scene loaded by the loader. |
javax.media.j3d.Sound[] |
getSoundNodes()
This method returns an array of all of the Sound nodes defined in the file. |
javax.media.j3d.TransformGroup[] |
getViewGroups()
This method returns an array of all View Groups defined in the file. |
Method Detail |
---|
javax.media.j3d.BranchGroup getSceneGroup()
javax.media.j3d.TransformGroup[] getViewGroups()
float[] getHorizontalFOVs()
javax.media.j3d.Light[] getLightNodes()
java.util.Hashtable getNamedObjects()
javax.media.j3d.Background[] getBackgroundNodes()
javax.media.j3d.Fog[] getFogNodes()
javax.media.j3d.Behavior[] getBehaviorNodes()
javax.media.j3d.Sound[] getSoundNodes()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |