static class TouchScroller.TemporalPoint
extends java.lang.Object
Constructor and Description |
---|
TemporalPoint() |
TemporalPoint(Point point,
double time)
Construct a new
TouchScroller.TemporalPoint for the specified point and time. |
Modifier and Type | Method and Description |
---|---|
Point |
getPoint() |
double |
getTime() |
void |
setTemporalPoint(Point point,
double time)
Update the point and time.
|
public TemporalPoint()
public TemporalPoint(Point point, double time)
TouchScroller.TemporalPoint
for the specified point and time.