Uses of Enum Class
org.silverpeas.mobile.client.common.reconizer.swipe.SwipeEvent.DIRECTION
Packages that use SwipeEvent.DIRECTION
-
Uses of SwipeEvent.DIRECTION in org.silverpeas.mobile.client.common.reconizer.swipe
Methods in org.silverpeas.mobile.client.common.reconizer.swipe that return SwipeEvent.DIRECTIONModifier and TypeMethodDescriptionSwipeEvent.getDirection()the direction of the eventstatic SwipeEvent.DIRECTIONReturns the enum constant of this class with the specified name.static SwipeEvent.DIRECTION[]SwipeEvent.DIRECTION.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.silverpeas.mobile.client.common.reconizer.swipe with parameters of type SwipeEvent.DIRECTIONModifierConstructorDescriptionSwipeEndEvent(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