Package | Description |
---|---|
com.google.gwt.touch.client |
Modifier and Type | Method and Description |
---|---|
Momentum.State |
Momentum.createState(Point initialPosition,
Point initialVelocity)
Create a
Momentum.State instance. |
Momentum.State |
DefaultMomentum.createState(Point initialPosition,
Point initialVelocity) |
Modifier and Type | Method and Description |
---|---|
boolean |
Momentum.updateState(Momentum.State state)
Update the state based on the specified
Momentum.State . |
boolean |
DefaultMomentum.updateState(Momentum.State state) |