public abstract class JmolMultiTouchClientAdapter extends java.lang.Object implements JmolMultiTouchAdapter
| Modifier and Type | Field and Description |
|---|---|
protected JmolMultiTouchClient |
actionManager |
protected boolean |
isServer |
protected javajs.util.P3 |
ptTemp |
private int[] |
screen |
private Viewer |
vwr |
| Constructor and Description |
|---|
JmolMultiTouchClientAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispose() |
protected void |
fixXY(float x,
float y,
boolean isAbsolute) |
boolean |
isServer() |
void |
mouseMoved(int x,
int y) |
boolean |
setMultiTouchClient(Viewer vwr,
JmolMultiTouchClient client,
boolean isSimulation) |
protected JmolMultiTouchClient actionManager
protected boolean isServer
private Viewer vwr
private int[] screen
protected javajs.util.P3 ptTemp
public boolean isServer()
isServer in interface JmolMultiTouchAdapterpublic abstract void dispose()
dispose in interface JmolMultiTouchAdapterpublic boolean setMultiTouchClient(Viewer vwr, JmolMultiTouchClient client, boolean isSimulation)
setMultiTouchClient in interface JmolMultiTouchAdapterpublic void mouseMoved(int x,
int y)
mouseMoved in interface JmolMultiTouchAdapterprotected void fixXY(float x,
float y,
boolean isAbsolute)