Package org.jmol.api

Interface JmolNavigatorInterface

  • All Superinterfaces:
    Runnable
    All Known Implementing Classes:
    Navigator

    public interface JmolNavigatorInterface
    extends Runnable
    • Method Detail

      • zoomByFactor

        void zoomByFactor​(float factor,
                          int x,
                          int y)
      • calcNavigationPoint

        void calcNavigationPoint()
      • setNavigationOffsetRelative

        void setNavigationOffsetRelative()
      • navigateKey

        void navigateKey​(int keyCode,
                         int modifiers)
      • navigateAxis

        void navigateAxis​(javajs.util.V3 rotAxis,
                          float degrees)
      • setNavigationDepthPercent

        void setNavigationDepthPercent​(float percent)
      • getNavigationState

        String getNavigationState()
      • navTranslatePercentOrTo

        void navTranslatePercentOrTo​(float seconds,
                                     float x,
                                     float y)
      • interrupt

        void interrupt()