Interface BasicScene

All Known Subinterfaces:
VRMLScene
All Known Implementing Classes:
AbstractScene, CRVRMLScene, ProtoScene, SAIVRMLScene

public interface BasicScene
Abstract representation of a contained scene graph.

The scene returns lists of nodes of the given type. This list contains all of the nodes of that type in the order that they are declared in the incoming stream. As the scene changes due to scripting and external interactions, it will add new instances of these nodes to the end of the list. If there is none of the given node types, the methods shall return empty lists.

Version:
$Revision: 1.19 $
Author:
Justin Couch