public class Storyboard extends java.lang.Object implements MapWidgetAnimationInterpolatorInterface
| Modifier and Type | Class and Description |
|---|---|
static interface |
Storyboard.StoryboardEventListener |
| Constructor and Description |
|---|
Storyboard(Storyboard.StoryboardEventListener listener,
MapWidgetAnimationInterpolatorInterface... storyboardParts) |
| Modifier and Type | Method and Description |
|---|---|
Storyboard |
continueWith(Storyboard continueWith) |
Storyboard |
getContinuationStoryboard() |
boolean |
interpolate(long timeInMs)
Implementation of navigation interpolation.
|
StoryboardPlayer |
start() |
public Storyboard(Storyboard.StoryboardEventListener listener, MapWidgetAnimationInterpolatorInterface... storyboardParts)
public Storyboard getContinuationStoryboard()
public Storyboard continueWith(Storyboard continueWith)
public StoryboardPlayer start()
public boolean interpolate(long timeInMs)
MapWidgetAnimationInterpolatorInterfaceinterpolate in interface MapWidgetAnimationInterpolatorInterfacetimeInMs - provides a new time in ms and attempts to compute an interpolated value.