Interface VRMLScene

All Superinterfaces:
BasicScene
All Known Implementing Classes:
CRVRMLScene, SAIVRMLScene

public interface VRMLScene extends BasicScene
Abstract representation of a complete scene in VRML.

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 are none of the given node types, the methods shall return empty lists.

Version:
$Revision: 1.19 $
Author:
Justin Couch