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.ObjectA point associated with a time. Visible for testing.
-
-
Constructor Summary
Constructors Constructor Description TemporalPoint()TemporalPoint(Point point, double time)Construct a newTouchScroller.TemporalPointfor the specified point and time.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointgetPoint()doublegetTime()voidsetTemporalPoint(Point point, double time)Update the point and time.
-
-
-
Constructor Detail
-
TemporalPoint
public TemporalPoint()
-
TemporalPoint
public TemporalPoint(Point point, double time)
Construct a newTouchScroller.TemporalPointfor the specified point and time.
-
-