Package org.jmol.api

Interface JmolTouchSimulatorInterface


  • public interface JmolTouchSimulatorInterface
    • Method Detail

      • startSimulator

        boolean startSimulator​(Object display)
      • toggleMode

        void toggleMode()
      • mousePressed

        void mousePressed​(long time,
                          int x,
                          int y)
      • mouseReleased

        void mouseReleased​(long time,
                           int x,
                           int y)
      • mouseDragged

        void mouseDragged​(long time,
                          int x,
                          int y)
      • startRecording

        void startRecording()
      • endRecording

        void endRecording()
      • dispose

        void dispose()