|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xj3d.ui.construct.Construct
org.xj3d.ui.construct.ogl.OGLConstruct
org.xj3d.ui.awt.browser.ogl.AWTOGLConstruct
org.xj3d.ui.awt.browser.ogl.OffscreenOGLConstruct
public abstract class OffscreenOGLConstruct
An abstract sub-class of AWTOGLConstruct that provides offscreen rendering capabilities to the base Construct.
| Field Summary | |
|---|---|
protected int |
height
The height of the rendering surface |
protected int |
width
The width of the rendering surface |
| Fields inherited from class org.xj3d.ui.awt.browser.ogl.AWTOGLConstruct |
|---|
AWT_CONTENT_HANDLER_FACTORY, AWT_UI_DEVICE_FACTORY |
| Fields inherited from class org.xj3d.ui.construct.ogl.OGLConstruct |
|---|
AUDIO_CULL_STAGE, AUDIO_PIPELINE, AUDIO_SORT_STAGE, audioDevice, audioPipeline, core, DISPLAY_MANAGER, displayManager, glCapabilities, glCapabilitiesChooser, GRAPHICS_CULL_STAGE, GRAPHICS_PIPELINE, GRAPHICS_SORT_STAGE, graphicsDevice, graphicsPipeline, OGL_LAYER_MANAGER_FACTORY, RENDER_MANAGER, renderManager, UI_DEVICE_FACTORY |
| Constructor Summary | |
|---|---|
protected |
OffscreenOGLConstruct()
Constructor |
protected |
OffscreenOGLConstruct(ErrorReporter reporter,
int width,
int height)
Constructor |
| Method Summary | |
|---|---|
protected void |
buildAudioRenderingDevice()
Create the audio rendering device |
protected void |
buildGraphicsRenderingDevice()
Create the toolkit specific graphics rendering device |
| Methods inherited from class org.xj3d.ui.construct.ogl.OGLConstruct |
|---|
buildBrowserCore, buildInterfaceDevices, buildRenderer, buildRenderingCapabilities, buildSceneBuilderFactory, getAudioRenderPipeline, getBrowserCore, getDisplayCollection, getGraphicsObject, getGraphicsRenderPipeline, getRenderManager |
| Methods inherited from class org.xj3d.ui.construct.Construct |
|---|
buildAll, buildManagers, buildNetworkCapabilities, buildRenderingDevices, buildScriptEngines, getContentLoadManager, getErrorReporter, getEventModelEvaluator, getFrameStateManager, getRouteManager, getScriptLoader, getScriptManager, getSensorManager, getTimeSensorManager, getViewpointManager, getWorldLoaderManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int width
protected int height
| Constructor Detail |
|---|
protected OffscreenOGLConstruct()
protected OffscreenOGLConstruct(ErrorReporter reporter,
int width,
int height)
reporter - The error reporter| Method Detail |
|---|
protected void buildGraphicsRenderingDevice()
buildGraphicsRenderingDevice in class AWTOGLConstructprotected void buildAudioRenderingDevice()
buildAudioRenderingDevice in class OGLConstruct
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||