Package org.jmol.api

Interface JmolNavigatorInterface

All Superinterfaces:
Runnable
All Known Implementing Classes:
Navigator

public interface JmolNavigatorInterface extends Runnable
  • Method Details

    • set

      void set(TransformManager transformManager, Viewer vwr)
    • zoomByFactor

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

      void calcNavigationPoint()
    • setNavigationOffsetRelative

      void setNavigationOffsetRelative()
    • setNavigationDepthPercent

      void setNavigationDepthPercent(float percent)
    • getNavigationState

      String getNavigationState()
    • interrupt

      void interrupt()