All Implemented Interfaces:
com.jogamp.nativewindow.awt.AWTPrintLifecycle, com.jogamp.nativewindow.NativeSurfaceHolder, com.jogamp.nativewindow.NativeWindowHolder, com.jogamp.nativewindow.OffscreenLayerOption, com.jogamp.nativewindow.WindowClosingProtocol, com.jogamp.newt.event.KeyListener, com.jogamp.newt.event.MouseListener, com.jogamp.newt.event.NEWTEventListener, com.jogamp.opengl.GLEventListener, IRenderArea, IRenderAreaExaminer, IRenderAreaInteractive, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class RenderAreaExaminer extends RenderAreaInteractive implements IRenderAreaExaminer
Class to render an OpenInventor scene graph in a NEWT AWT Canvas. This class extends RenderAreaInteractive to add examiner viewer behaviors.

Note: When using this component, the automatic interactive mode is disabled, see SoSceneManager.setAutoInteractiveMode(boolean) for more details. Interactive mode is managed by the SceneExaminer node.

See Also: