public interface JmolTouchSimulatorInterface
Modifier and Type | Method and 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() |
boolean startSimulator(java.lang.Object display)
void toggleMode()
void mousePressed(long time, int x, int y)
void mouseReleased(long time, int x, int y)
void mouseDragged(long time, int x, int y)
void startRecording()
void endRecording()
void dispose()