Package com.google.gwt.touch.client
Class TouchScroller.TemporalPoint
java.lang.Object
com.google.gwt.touch.client.TouchScroller.TemporalPoint
- Enclosing class:
 TouchScroller
A point associated with a time.
 
 Visible for testing.
- 
Constructor Summary
ConstructorsConstructorDescriptionTemporalPoint(Point point, double time) Construct a newTouchScroller.TemporalPointfor the specified point and time. - 
Method Summary
Modifier and TypeMethodDescriptiongetPoint()doublegetTime()voidsetTemporalPoint(Point point, double time) Update the point and time. 
- 
Constructor Details
- 
TemporalPoint
public TemporalPoint() - 
TemporalPoint
Construct a newTouchScroller.TemporalPointfor the specified point and time. 
 - 
 - 
Method Details
- 
getPoint
 - 
getTime
public double getTime() - 
setTemporalPoint
Update the point and time.- Parameters:
 point- the new pointtime- the new time
 
 -