Package | Description |
---|---|
com.baidu.mapapi.animation |
Modifier and Type | Method and Description |
---|---|
static Animation.RepeatMode |
Animation.RepeatMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Animation.RepeatMode[] |
Animation.RepeatMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AlphaAnimation.setRepeatMode(Animation.RepeatMode repeatMode)
设置 Marker 动画重复模式
|
void |
RotateAnimation.setRepeatMode(Animation.RepeatMode repeatMode)
设置 Marker 动画重复模式
|
void |
ScaleAnimation.setRepeatMode(Animation.RepeatMode repeatMode)
设置 Marker 动画重复模式
|
void |
SingleScaleAnimation.setRepeatMode(Animation.RepeatMode repeatMode)
设置 Marker 动画重复模式
|
void |
Transformation.setRepeatMode(Animation.RepeatMode repeatMode)
设置 Marker 动画重复模式
|