| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.jme.cursorsystem.fixutils.ClickOnCornersGesture
public class ClickOnCornersGesture
The Class ClickOnCornersGesture.
| Field Summary | |
|---|---|
static int | 
NO_CLICKS_TO_FIX
The Constant NO_CLICKS_TO_FIX.  | 
| Constructor Summary | |
|---|---|
ClickOnCornersGesture()
Instantiates a new click on corners gesture.  | 
|
ClickOnCornersGesture(int noClicks)
Instantiates a new click on corners gesture.  | 
|
| Method Summary | |
|---|---|
 boolean | 
checkForFixGesture(MultiTouchElement element,
                   ScreenCursor c,
                   MultiTouchCursorEvent event)
Check for fix gesture.  | 
 boolean | 
checkForUnfixGesture(MultiTouchElement element,
                     ScreenCursor c,
                     MultiTouchCursorEvent event)
Check for unfix gesture.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int NO_CLICKS_TO_FIX
| Constructor Detail | 
|---|
public ClickOnCornersGesture()
public ClickOnCornersGesture(int noClicks)
noClicks - the no clicks| Method Detail | 
|---|
public boolean checkForFixGesture(MultiTouchElement element,
                                  ScreenCursor c,
                                  MultiTouchCursorEvent event)
FixGesture
checkForFixGesture in interface FixGestureelement - the elementc - the cevent - the event
public boolean checkForUnfixGesture(MultiTouchElement element,
                                    ScreenCursor c,
                                    MultiTouchCursorEvent event)
FixGesture
checkForUnfixGesture in interface FixGestureelement - the elementc - the cevent - the event
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||