Interface SiRenderAreaInteractive
- All Known Implementing Classes:
 SoRenderAreaCore
public interface SiRenderAreaInteractive
RenderArea interactive interface.
 This interface provides the list of methods that renderAreas must define to use interactive feature.
 
SoRenderAreaCore, RenderAreaInteractive 
 
- 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.As of Open Inventor 101.0.0.0.booleanprocessEvent(SoEvent event) Processes the passed event to the scene graph managed here.booleanprocessEvents(Collection<SoEvent> eventList) Processes the passed event to the scene graph managed here.voidDeprecated.As of Open Inventor 101.0.0.0. 
- 
Method Details
- 
setInteractiveMode
@Deprecated(since="101.0.0.0") void setInteractiveMode(SoInteractiveComplexity.InteractiveModes mode) Deprecated.As of Open Inventor 101.0.0.0. Use SoInteractiveComplexity node instead.Set the current interactive mode.Warning Deprecated since Open Inventor 101000. Use
SoInteractiveComplexitynode instead. - 
processEvents
Processes the passed event to the scene graph managed here. Returns true if at least one event was handled by a node. - 
getInteractiveMode
Deprecated.As of Open Inventor 101.0.0.0. Use SoInteractiveComplexity node instead.- See Also:
 
 - 
processEvent
Processes the passed event to the scene graph managed here. Returns true if the event was handled by a node. 
 -