|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.touch.client.TouchScroller.TemporalPoint
static class TouchScroller.TemporalPoint
A point associated with a time. Visible for testing.
Constructor Summary | |
---|---|
TouchScroller.TemporalPoint()
|
|
TouchScroller.TemporalPoint(Point point,
double time)
Construct a new TouchScroller.TemporalPoint for the specified point and time. |
Method Summary | |
---|---|
Point |
getPoint()
|
double |
getTime()
|
void |
setTemporalPoint(Point point,
double time)
Update the point and time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TouchScroller.TemporalPoint()
public TouchScroller.TemporalPoint(Point point, double time)
TouchScroller.TemporalPoint
for the specified point and time.
Method Detail |
---|
public Point getPoint()
public double getTime()
public void setTemporalPoint(Point point, double time)
point
- the new pointtime
- the new time
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |