Interface IViewerExaminer
- All Known Implementing Classes:
ViewerExaminer,ViewerExaminer
public interface IViewerExaminer
Interface for viewers with an examiner area.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Dispose viewer resources.Gets the parent component of this viewer.Gets the examiner area.voidsetSceneGraph(SoNode sceneGraph) Sets the scene graph.voidviewAll()Set the camera to view all the scene.
-
Method Details
-
getComponent
Component getComponent()Gets the parent component of this viewer.- Returns:
- the parent component
-
setSceneGraph
Sets the scene graph. This is the Open Inventor scene which will be traversed for rendering and event processing.- Parameters:
sceneGraph- the scene graph
-
viewAll
void viewAll()Set the camera to view all the scene. -
getRenderArea
IRenderAreaExaminer getRenderArea()Gets the examiner area.- Returns:
- the examiner area
-
dispose
void dispose()Dispose viewer resources.
-