Uses of Class
com.openinventor.inventor.viewercomponents.nodes.SceneExaminer.InteractionMode
-
Packages that use SceneExaminer.InteractionMode Package Description com.openinventor.inventor.viewercomponents.awt com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas com.openinventor.inventor.viewercomponents.awt.newt.renderareas com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas com.openinventor.inventor.viewercomponents.swt.glcanvas.viewers -
-
Uses of SceneExaminer.InteractionMode in com.openinventor.inventor.viewercomponents.awt
Methods in com.openinventor.inventor.viewercomponents.awt that return SceneExaminer.InteractionMode Modifier and Type Method Description SceneExaminer.InteractionMode
IRenderAreaExaminer. getInteractionMode()
Gets the current interaction mode.Methods in com.openinventor.inventor.viewercomponents.awt with parameters of type SceneExaminer.InteractionMode Modifier and Type Method Description void
IRenderAreaExaminer. setInteractionMode(SceneExaminer.InteractionMode mode)
Set interaction mode to navigation or selection. -
Uses of SceneExaminer.InteractionMode in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas that return SceneExaminer.InteractionMode Modifier and Type Method Description SceneExaminer.InteractionMode
RenderAreaExaminer. getInteractionMode()
Methods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas with parameters of type SceneExaminer.InteractionMode Modifier and Type Method Description void
RenderAreaExaminer. setInteractionMode(SceneExaminer.InteractionMode mode)
-
Uses of SceneExaminer.InteractionMode in com.openinventor.inventor.viewercomponents.awt.newt.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas that return SceneExaminer.InteractionMode Modifier and Type Method Description SceneExaminer.InteractionMode
RenderAreaExaminer. getInteractionMode()
Methods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas with parameters of type SceneExaminer.InteractionMode Modifier and Type Method Description void
RenderAreaExaminer. setInteractionMode(SceneExaminer.InteractionMode mode)
-
Uses of SceneExaminer.InteractionMode in com.openinventor.inventor.viewercomponents.nodes
Methods in com.openinventor.inventor.viewercomponents.nodes that return SceneExaminer.InteractionMode Modifier and Type Method Description SceneExaminer.InteractionMode
SceneExaminer. getInteractionMode()
Get the current interaction mode.static SceneExaminer.InteractionMode
SceneExaminer.InteractionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SceneExaminer.InteractionMode[]
SceneExaminer.InteractionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.viewercomponents.nodes with parameters of type SceneExaminer.InteractionMode Modifier and Type Method Description void
SceneExaminer.InteractionModeListener. interactionModeChanged(SceneExaminer.InteractionMode newMode)
Invoked when interaction mode has changedvoid
SceneExaminer. setInteractionMode(SceneExaminer.InteractionMode mode)
Set interaction mode to navigation or selection. -
Uses of SceneExaminer.InteractionMode in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas that return SceneExaminer.InteractionMode Modifier and Type Method Description SceneExaminer.InteractionMode
RenderAreaExaminer. getInteractionMode()
-
Uses of SceneExaminer.InteractionMode in com.openinventor.inventor.viewercomponents.swt.glcanvas.viewers
Methods in com.openinventor.inventor.viewercomponents.swt.glcanvas.viewers that return SceneExaminer.InteractionMode Modifier and Type Method Description SceneExaminer.InteractionMode
ViewerExaminer. getInteractionMode()
-