GWT 2.7.0

Uses of Class
com.google.gwt.touch.client.Momentum.State

Packages that use Momentum.State
com.google.gwt.touch.client   
 

Uses of Momentum.State in com.google.gwt.touch.client
 

Methods in com.google.gwt.touch.client that return Momentum.State
 Momentum.State Momentum.createState(Point initialPosition, Point initialVelocity)
          Create a Momentum.State instance.
 Momentum.State DefaultMomentum.createState(Point initialPosition, Point initialVelocity)
           
 

Methods in com.google.gwt.touch.client with parameters of type Momentum.State
 boolean Momentum.updateState(Momentum.State state)
           Update the state based on the specified Momentum.State.
 boolean DefaultMomentum.updateState(Momentum.State state)
           
 


GWT 2.7.0