public class FlyToFlyViewAnimator extends CompoundAnimator
Modifier and Type | Class and Description |
---|---|
static class |
FlyToFlyViewAnimator.FlyToElevationAnimator |
static class |
FlyToFlyViewAnimator.OnSurfacePositionAnimator |
animators
interpolator
Constructor and Description |
---|
FlyToFlyViewAnimator(Interpolator interpolator,
int altitudeMode,
PositionAnimator eyePositionAnimator,
DoubleAnimator elevationAnimator,
AngleAnimator headingAnimator,
AngleAnimator pitchAnimator,
AngleAnimator rollAnimator) |
Modifier and Type | Method and Description |
---|---|
static FlyToFlyViewAnimator |
createFlyToFlyViewAnimator(BasicFlyView view,
Position beginCenterPos,
Position endCenterPos,
Angle beginHeading,
Angle endHeading,
Angle beginPitch,
Angle endPitch,
Angle beginRoll,
Angle endRoll,
double beginElevation,
double endElevation,
long timeToMove,
int altitudeMode) |
static FlyToFlyViewAnimator |
createFlyToFlyViewAnimator(BasicFlyView view,
Position beginCenterPos,
Position endCenterPos,
Angle beginHeading,
Angle endHeading,
Angle beginPitch,
Angle endPitch,
double beginElevation,
double endElevation,
long timeToMove,
int altitudeMode) |
getAnimators, setAnimators, setImpl
flagLastStateInvalid, hasNext, isLastStateValid, isStopOnInvalidState, next, set, setStopOnInvalidState, start, stop
public FlyToFlyViewAnimator(Interpolator interpolator, int altitudeMode, PositionAnimator eyePositionAnimator, DoubleAnimator elevationAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)
public static FlyToFlyViewAnimator createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, Angle beginRoll, Angle endRoll, double beginElevation, double endElevation, long timeToMove, int altitudeMode)
public static FlyToFlyViewAnimator createFlyToFlyViewAnimator(BasicFlyView view, Position beginCenterPos, Position endCenterPos, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, double beginElevation, double endElevation, long timeToMove, int altitudeMode)