Uses of Class
org.xj3d.ui.construct.Construct
Packages that use Construct
Package
Description
-
Uses of Construct in org.xj3d.ui.awt.offscreen.browser.ogl
Subclasses of Construct in org.xj3d.ui.awt.offscreen.browser.oglModifier and TypeClassDescriptionclass
An abstract sub-class of OGLConstruct that provides AWT UI capabilities to the base Construct.class
An abstract sub-class of AWTOGLConstruct that provides offscreen rendering capabilities to the base Construct. -
Uses of Construct in org.xj3d.ui.construct
Fields in org.xj3d.ui.construct declared as ConstructModifier and TypeFieldDescriptionprotected Construct
BlockingWorldLoader.construct
The construct instance to loadMethods in org.xj3d.ui.construct with parameters of type ConstructModifier and TypeMethodDescriptionvoid
ScenePreprocessor.preprocess
(VRMLScene scene, Construct construct) Modify the VRMLSceneConstructors in org.xj3d.ui.construct with parameters of type Construct -
Uses of Construct in org.xj3d.ui.construct.ogl
Subclasses of Construct in org.xj3d.ui.construct.oglModifier and TypeClassDescriptionclass
An abstract sub-class of Construct that provides OGL render capabilities to the base Construct. -
Uses of Construct in org.xj3d.ui.newt.offscreen.browser.ogl
Subclasses of Construct in org.xj3d.ui.newt.offscreen.browser.oglModifier and TypeClassDescriptionclass
An abstract sub-class of OGLConstruct that provides NEWT UI capabilities to the base Construct.class
An abstract sub-class of NEWTOGLConstruct that provides offscreen rendering capabilities to the base Construct which is decoupled from the Swing/AWT EDT model -
Uses of Construct in xj3d.replica
Subclasses of Construct in xj3d.replicaModifier and TypeClassDescriptionclass
The customized browser Construct sub-class supporting the SceneRecorder.class
The customized browser Construct sub-class supporting the ThumbnailImager.class
The customized browser Construct sub-class supporting the SceneRecorder.class
The customized browser Construct sub-class supporting the ThumbnailImager.Methods in xj3d.replica with parameters of type ConstructModifier and TypeMethodDescriptionvoid
ConfigureBackground.preprocess
(VRMLScene scene, Construct construct) void
ProxyScenePreprocessor.preprocess
(VRMLScene scene, Construct construct)