Uses of Class
org.silverpeas.mobile.client.common.reconizer.swipe.SwipeEvent.DIRECTION
-
Packages that use SwipeEvent.DIRECTION Package Description org.silverpeas.mobile.client.common.reconizer.swipe -
-
Uses of SwipeEvent.DIRECTION in org.silverpeas.mobile.client.common.reconizer.swipe
Methods in org.silverpeas.mobile.client.common.reconizer.swipe that return SwipeEvent.DIRECTION Modifier and Type Method Description SwipeEvent.DIRECTIONSwipeEvent. getDirection()the direction of the eventstatic SwipeEvent.DIRECTIONSwipeEvent.DIRECTION. valueOf(String name)Returns the enum constant of this type with the specified name.static SwipeEvent.DIRECTION[]SwipeEvent.DIRECTION. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.silverpeas.mobile.client.common.reconizer.swipe with parameters of type SwipeEvent.DIRECTION Constructor Description SwipeEndEvent(boolean distanceReached, int distance, SwipeEvent.DIRECTION direction)Construct a swipe end eventSwipeEvent(SwipeEvent.DIRECTION direction)Construct a swipe event with a given directionSwipeMoveEvent(TouchCopy touch, boolean distanceReached, int distance, SwipeEvent.DIRECTION direction)Construct aSwipeMoveEventSwipeStartEvent(TouchCopy touch, int distance, SwipeEvent.DIRECTION direction)Construct aSwipeStartEvent
-