Uses of Class
com.google.gwt.touch.client.Momentum.State
-
Packages that use Momentum.State Package Description 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 Modifier and Type Method Description Momentum.StateDefaultMomentum. createState(Point initialPosition, Point initialVelocity)Momentum.StateMomentum. createState(Point initialPosition, Point initialVelocity)Create aMomentum.Stateinstance.Methods in com.google.gwt.touch.client with parameters of type Momentum.State Modifier and Type Method Description booleanDefaultMomentum. updateState(Momentum.State state)booleanMomentum. updateState(Momentum.State state)Update the state based on the specifiedMomentum.State.
-