Uses of Class
tripleplay.gesture.Swipe

Packages that use Swipe
Package
Description
 
  • Uses of Swipe in tripleplay.gesture

    Methods in tripleplay.gesture that return Swipe
    Modifier and Type
    Method
    Description
    Swipe.axisSwipe(boolean value)
    An axis Swipe will consider any movement along the axis of its configured direction to be valid, rather than only movement in the direction itself.
    Swipe.cancelOnPause(boolean value)
    If true (the default) a pause counts the same as a finger lifted from the display.
    Swipe.offAxisTolerance(int pixels)
    A swipe is not qualified if the user moves outside of a region defined by lines that are parallel to the line that goes through the start touch point along the direction axis.
    Swipe.onAxisThreshold(int pixels)
    The distance on the Swipe's Direction axis that a touch must move to qualify the Swipe for completion.