Class Construct

java.lang.Object
org.xj3d.ui.construct.Construct
All Implemented Interfaces:
ConstructBuilder
Direct Known Subclasses:
OGLConstruct

public abstract class Construct extends Object implements ConstructBuilder
The Construct is an abstract class that provides a flexible container and builder for instantiating and configuring the objects that provide the infrastructure of an X3D browser.
The Construct provides access to the management and rendering objects, but does not define a user interface. It is left to application specific sub-classes to provide a user interface.
Version:
$Revision: 1.6 $
Author:
Rex Melton