Interface IRenderAreaExaminer

    • Method Detail

      • setSeekMode

        void setSeekMode​(boolean onOrOff)
        Sets the interaction into or out off seek mode (default is off).
        Parameters:
        onOrOff - true to activate seek mode
      • setNavigationMode

        void setNavigationMode​(SceneExaminer.NavigationMode mode)
        Sets the navigation mode to orbit or plane.
        Parameters:
        mode - the new navigation mode
      • getNavigationMode

        SceneExaminer.NavigationMode getNavigationMode()
        Gets the current navigation mode.
        Returns:
        the current navigation mode
      • setInteractionMode

        void setInteractionMode​(SceneExaminer.InteractionMode mode)
        Set interaction mode to navigation or selection.
        Parameters:
        mode - the new interaction mode
      • getInteractionMode

        SceneExaminer.InteractionMode getInteractionMode()
        Gets the current interaction mode.
        Returns:
        the current interaction mode
      • addInteractionModeListener

        void addInteractionModeListener​(SceneExaminer.InteractionModeListener listener)
        Adds the specified listener to receive notifications of interaction mode changes.
        Parameters:
        listener - the interaction mode listener to add
      • removeInteractionModeListener

        void removeInteractionModeListener​(SceneExaminer.InteractionModeListener listener)
        Removes the specified listener so that it no longer receives notifications of interaction mode changes.
        Parameters:
        listener - the interaction mode listener to remove