Package org.jmol.api
Interface JmolTouchSimulatorInterface
- All Known Implementing Classes:
JmolTouchSimulator
public interface JmolTouchSimulatorInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidvoidmouseDragged(long time, int x, int y) voidmousePressed(long time, int x, int y) voidmouseReleased(long time, int x, int y) voidbooleanstartSimulator(Object display) void
-
Method Details
-
startSimulator
-
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()
-