Package org.jmol.api
Interface JmolTouchSimulatorInterface
public interface JmolTouchSimulatorInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
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
boolean
startSimulator
(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()
-