public interface IRenderArea
| Modifier and Type | Method and Description |
|---|---|
void |
activateStereo(boolean activated)
Activates or deactivates raw stereo.
|
void |
dispose()
Dispose area resources.
|
java.awt.Component |
getComponent()
Gets the parent component of this render area.
|
SoGLRenderAction |
getGLRenderAction()
Gets the GLRenderAction used for rendering.
|
SoGLRenderAction.TransparencyTypes |
getTransparencyType()
Gets the global transparency algorithm to use when rendering.
|
boolean |
isRawStereoAvailable()
Gets availability of raw stereo.
|
void |
scheduleRedraw()
Schedules a redraw for some time in the near future.
|
void |
setGLRenderAction(SoGLRenderAction ra)
Sets the GLRenderAction used for rendering.
|
void |
setSceneGraph(SoNode sceneGraph)
Sets the scene graph.
|
void |
setTransparencyType(SoGLRenderAction.TransparencyTypes type)
Sets the global transparency algorithm to use when rendering.
|
java.awt.Component getComponent()
void setSceneGraph(SoNode sceneGraph)
sceneGraph - the scene graphSoGLRenderAction getGLRenderAction()
void setGLRenderAction(SoGLRenderAction ra)
ra - the GLRenderAction used for renderingSoGLRenderAction.TransparencyTypes getTransparencyType()
void setTransparencyType(SoGLRenderAction.TransparencyTypes type)
type - the global transparency algorithmvoid scheduleRedraw()
void activateStereo(boolean activated)
activated - true to activate raw stereoboolean isRawStereoAvailable()
void dispose()
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com