Package org.jmol.api
Interface JmolTouchSimulatorInterface
-
public interface JmolTouchSimulatorInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
void
endRecording()
void
mouseDragged(long time, int x, int y)
void
mousePressed(long time, int x, int y)
void
mouseReleased(long time, int x, int y)
void
startRecording()
boolean
startSimulator(java.lang.Object display)
void
toggleMode()
-
-
-
Method Detail
-
startSimulator
boolean startSimulator(java.lang.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()
-
-