|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.mtinput.simulator.AbstractMultiTouchSimulator
synergynetframework.mtinput.simulator.AbstractDirectMultiTouchSimulator
public abstract class AbstractDirectMultiTouchSimulator
The Class AbstractDirectMultiTouchSimulator.
Constructor Summary | |
---|---|
AbstractDirectMultiTouchSimulator(int tableWidth,
int tableHeight)
Instantiates a new abstract direct multi touch simulator. |
Method Summary | |
---|---|
void |
deleteCursor(int id,
float x,
float y)
Delete cursor. |
void |
deleteTwoCursors(int id1,
float x1,
float y1,
int id2,
float x2,
float y2)
Delete two cursors. |
void |
newCursor(int id,
float x,
float y)
New cursor. |
void |
updateCursor(int id,
float x,
float y)
Update cursor. |
void |
updateTwoCursors(int id1,
float x,
float y,
int id2,
float x2,
float y2)
Update two cursors. |
Methods inherited from class synergynetframework.mtinput.simulator.AbstractMultiTouchSimulator |
---|
clearCursor, getCurrentCursor, getNewCursorID, keyPressed, keyReleased, mouseDragged, mouseMoved, mousePressed, mouseReleased, registerMultiTouchEventListener, registerMultiTouchEventListener, setClickSensitivity, start, stop, unregisterMultiTouchEventListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface synergynetframework.mtinput.IMultiTouchInputSource |
---|
update |
Constructor Detail |
---|
public AbstractDirectMultiTouchSimulator(int tableWidth, int tableHeight)
tableWidth
- the table widthtableHeight
- the table heightMethod Detail |
---|
public void deleteCursor(int id, float x, float y)
IMultiTouchSimulator
deleteCursor
in interface IMultiTouchSimulator
deleteCursor
in class AbstractMultiTouchSimulator
id
- the idx
- the xy
- the ypublic void deleteTwoCursors(int id1, float x1, float y1, int id2, float x2, float y2)
IMultiTouchSimulator
deleteTwoCursors
in interface IMultiTouchSimulator
deleteTwoCursors
in class AbstractMultiTouchSimulator
id1
- the id1x1
- the xy1
- the yid2
- the id2x2
- the x2y2
- the y2public void newCursor(int id, float x, float y)
IMultiTouchSimulator
newCursor
in interface IMultiTouchSimulator
newCursor
in class AbstractMultiTouchSimulator
id
- the idx
- the xy
- the ypublic void updateCursor(int id, float x, float y)
IMultiTouchSimulator
updateCursor
in interface IMultiTouchSimulator
updateCursor
in class AbstractMultiTouchSimulator
id
- the idx
- the xy
- the ypublic void updateTwoCursors(int id1, float x, float y, int id2, float x2, float y2)
IMultiTouchSimulator
updateTwoCursors
in interface IMultiTouchSimulator
updateTwoCursors
in class AbstractMultiTouchSimulator
id1
- the id1x
- the xy
- the yid2
- the id2x2
- the x2y2
- the y2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |