groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.device.pilotingitf.animation
/
Animation
Animation
interface
Animation
Base interface for an Animation.
Inheritors
HorizontalPanorama
DollySlide
SuperWidePhotoPanorama
GenericTwistUp
Vertical180PhotoPanorama
HorizontalReveal
Candle
Dronie
VerticalReveal
Flip
Vertigo
Spiral
Horizontal180PhotoPanorama
SphericalPhotoPanorama
Parabola
Members
Types
Config
Link copied to clipboard
abstract
class
Config
Abstract base for an
Animation
configuration.
Mode
Link copied to clipboard
enum
Mode
Execution mode used by some animations.
Status
Link copied to clipboard
enum
Status
Animation execution status.
Type
Link copied to clipboard
enum
Type
Type of an animation.
Functions
get
Progress
Link copied to clipboard
@
IntRange
(
from
=
0
,
to
=
100
)
abstract
fun
getProgress
(
)
:
Int
Retrieves current animation progress.
get
Status
Link copied to clipboard
@
NonNull
abstract
fun
getStatus
(
)
:
Animation.Status
Retrieves current animation execution status.
get
Type
Link copied to clipboard
@
NonNull
abstract
fun
getType
(
)
:
Animation.Type
Retrieves the animation type.
matches
Config
Link copied to clipboard
abstract
fun
matchesConfig
(
@
NonNull
config
:
Animation.Config
)
:
Boolean
Tells whether the animation matches some configuration.