Package com.google.gwt.touch.client
Class TouchScroller.TemporalPoint
- java.lang.Object
-
- com.google.gwt.touch.client.TouchScroller.TemporalPoint
-
- Enclosing class:
- TouchScroller
static class TouchScroller.TemporalPoint extends java.lang.Object
A point associated with a time. Visible for testing.
-
-
Constructor Summary
Constructors Constructor Description TemporalPoint()
TemporalPoint(Point point, double time)
Construct a newTouchScroller.TemporalPoint
for the specified point and time.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point
getPoint()
double
getTime()
void
setTemporalPoint(Point point, double time)
Update the point and time.
-
-
-
Constructor Detail
-
TemporalPoint
public TemporalPoint()
-
TemporalPoint
public TemporalPoint(Point point, double time)
Construct a newTouchScroller.TemporalPoint
for the specified point and time.
-
-