Interface IRenderAreaExaminer
- All Superinterfaces:
IRenderArea,IRenderAreaInteractive
- All Known Implementing Classes:
RenderAreaExaminer,RenderAreaExaminer
Interface for examiner render area.
An examiner render area has a
An examiner render area has a
SceneExaminer node as root of the scene
graph.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.openinventor.inventor.viewercomponents.awt.IRenderAreaInteractive
IRenderAreaInteractive.ClippingPlanesAdjustMode -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the specified listener to receive notifications of interaction mode changes.Gets the current interaction mode.Gets the current navigation mode.Deprecated.Gets the root scene graph of this render area.voidRemoves the specified listener so that it no longer receives notifications of interaction mode changes.voidSet interaction mode to navigation or selection.voidSets the navigation mode to orbit or plane.voidsetSeekMode(boolean onOrOff) Sets the interaction into or out off seek mode (default is off).Methods inherited from interface com.openinventor.inventor.viewercomponents.awt.IRenderArea
activateStereo, dispose, getAntialiasingMode, getAntialiasingQuality, getComponent, getGLRenderAction, getStillSuperSamplingDelay, getStillSuperSamplingQuality, getTransparencyType, isRawStereoAvailable, scheduleRedraw, setAntialiasingMode, setAntialiasingQuality, setGLRenderAction, setSceneGraph, setStillSuperSamplingDelay, setStillSuperSamplingQuality, setTransparencyTypeMethods inherited from interface com.openinventor.inventor.viewercomponents.awt.IRenderAreaInteractive
getClippingPlanesAdjustMode, isStereoSupported, restoreCamera, saveCamera, setCameraType, setClippingPlanesAdjustMode, setStereoCameraBalance, setStereoCameraOffset, viewAll, viewAxis
-
Method Details
-
getRootSceneGraph
Deprecated.As of Open Inventor 10.5.0, usegetSceneInteractor()instead.Description copied from interface:IRenderAreaInteractiveGets the root scene graph of this render area.- Specified by:
getRootSceneGraphin interfaceIRenderAreaInteractive- Returns:
- the root scene graph
-
getSceneInteractor
SceneExaminer getSceneInteractor()Description copied from interface:IRenderAreaInteractiveGets the root scene graph of this render area.- Specified by:
getSceneInteractorin interfaceIRenderAreaInteractive- Returns:
- the root scene graph
-
setSeekMode
void setSeekMode(boolean onOrOff) Sets the interaction into or out off seek mode (default is off).- Parameters:
onOrOff- true to activate seek mode
-
setInteractionMode
Set interaction mode to navigation or selection.- Parameters:
mode- the new interaction mode
-
getInteractionMode
SceneExaminer.InteractionMode getInteractionMode()Gets the current interaction mode.- Returns:
- the current interaction mode
-
addInteractionModeListener
Adds the specified listener to receive notifications of interaction mode changes.- Parameters:
listener- the interaction mode listener to add
-
removeInteractionModeListener
Removes the specified listener so that it no longer receives notifications of interaction mode changes.- Parameters:
listener- the interaction mode listener to remove
-
getSceneInteractor()instead.