Package org.xj3d.ui.construct
Interface ConstructBuilder
- All Known Implementing Classes:
AWTOGLConstruct
,Construct
,NEWTOGLConstruct
,OffscreenOGLConstruct
,OffscreenOGLConstruct
,OffscreenSceneRecorderConstruct
,OffscreenThumbnailConstruct
,OGLConstruct
,SceneRecorderConstruct
,ThumbnailConstruct
public interface ConstructBuilder
Defines the functional steps for building the infrastructure of
an Xj3D browser instance.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildAll()
Build a 'default' configuration.void
Create the access to the user interface devicesvoid
Create the xj3d managersvoid
Create the networking properties and objects needed to load content.void
Create the rendering pipelines and render managervoid
Create the rendering capabilitiesvoid
Create the rendering devicesvoid
Create the xj3d scripting engines
-
Method Details
-
buildAll
void buildAll()Build a 'default' configuration. -
buildRenderingCapabilities
void buildRenderingCapabilities()Create the rendering capabilities -
buildRenderingDevices
void buildRenderingDevices()Create the rendering devices -
buildInterfaceDevices
void buildInterfaceDevices()Create the access to the user interface devices -
buildRenderer
void buildRenderer()Create the rendering pipelines and render manager -
buildManagers
void buildManagers()Create the xj3d managers -
buildScriptEngines
void buildScriptEngines()Create the xj3d scripting engines -
buildNetworkCapabilities
void buildNetworkCapabilities()Create the networking properties and objects needed to load content.
-