Uses of Interface
com.openinventor.inventor.viewercomponents.awt.IRenderArea
-
-
Uses of IRenderArea in com.openinventor.inventor.viewercomponents.awt
Subinterfaces of IRenderArea in com.openinventor.inventor.viewercomponents.awt Modifier and Type Interface Description interface
IRenderAreaExaminer
Interface for examiner render area.
An examiner render area has aSceneExaminer
node as root of the scene graph.interface
IRenderAreaInteractive
Interface for interactive render area.
An interactive render area has aSceneInteractor
node as root of the scene graph. -
Uses of IRenderArea in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas
Classes in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas that implement IRenderArea Modifier and Type Class Description class
RenderArea
class
RenderAreaExaminer
Class to render an OpenInventor scene graph in an AWT GLCanvas.class
RenderAreaInteractive
class
RenderAreaOrbiter
(Preview Feature) Class to render an OpenInventor scene graph in an AWT GLCanvas. -
Uses of IRenderArea in com.openinventor.inventor.viewercomponents.awt.newt.renderareas
Classes in com.openinventor.inventor.viewercomponents.awt.newt.renderareas that implement IRenderArea Modifier and Type Class Description class
RenderArea
class
RenderAreaExaminer
Class to render an OpenInventor scene graph in a NEWT AWT Canvas.class
RenderAreaInteractive
class
RenderAreaOrbiter
(Preview Feature) Class to render an OpenInventor scene graph in a NEWT AWT Canvas.
-