public class FlyToOrbitViewAnimator extends CompoundAnimator
Modifier and Type | Class and Description |
---|---|
protected static class |
FlyToOrbitViewAnimator.OnSurfacePositionAnimator |
animators
interpolator
Constructor and Description |
---|
FlyToOrbitViewAnimator(OrbitView orbitView,
Interpolator interpolator,
int altitudeMode,
PositionAnimator centerAnimator,
DoubleAnimator zoomAnimator,
AngleAnimator headingAnimator,
AngleAnimator pitchAnimator,
AngleAnimator rollAnimator) |
Modifier and Type | Method and Description |
---|---|
static FlyToOrbitViewAnimator |
createFlyToOrbitViewAnimator(OrbitView orbitView,
Position beginCenterPos,
Position endCenterPos,
Angle beginHeading,
Angle endHeading,
Angle beginPitch,
Angle endPitch,
double beginZoom,
double endZoom,
long timeToMove,
int altitudeMode) |
void |
stop()
Stops the
Animator , hasNext will now return false |
getAnimators, setAnimators, setImpl
flagLastStateInvalid, hasNext, isLastStateValid, isStopOnInvalidState, next, set, setStopOnInvalidState, start
public FlyToOrbitViewAnimator(OrbitView orbitView, Interpolator interpolator, int altitudeMode, PositionAnimator centerAnimator, DoubleAnimator zoomAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)
public static FlyToOrbitViewAnimator createFlyToOrbitViewAnimator(OrbitView orbitView, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginZoom, double endZoom, long timeToMove, int altitudeMode)
public void stop()
BasicAnimator
Animator
, hasNext
will now return false
stop
in interface Animator
stop
in class BasicAnimator