Package org.jmol.api
Interface JmolTouchSimulatorInterface
-
public interface JmolTouchSimulatorInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()voidendRecording()voidmouseDragged(long time, int x, int y)voidmousePressed(long time, int x, int y)voidmouseReleased(long time, int x, int y)voidstartRecording()booleanstartSimulator(java.lang.Object display)voidtoggleMode()
-
-
-
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()
-
-