|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.awt.AWTMultiTouch
public class AWTMultiTouch
Utility class that creates and launches an AWT/Swing based multi-touch application. Create a subclass of AWTAppRenderer and pass this into the constructor.
Constructor Summary | |
---|---|
AWTMultiTouch(AWTAppRenderer c)
Instantiates a new AWT multi touch. |
|
AWTMultiTouch(AWTAppRenderer c,
boolean fullscreen)
Instantiates a new AWT multi touch. |
Method Summary | |
---|---|
long |
getFPS()
Get the current calculated frames per second. |
void |
run()
Don't call this directly. |
void |
setFPS(int i)
Limit the number of frames per second. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AWTMultiTouch(AWTAppRenderer c)
c
- the cpublic AWTMultiTouch(AWTAppRenderer c, boolean fullscreen)
c
- the cfullscreen
- the fullscreenMethod Detail |
---|
public long getFPS()
public void run()
run
in interface java.lang.Runnable
public void setFPS(int i)
i
- the new fps
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |