SuperMap.Plot.GOAnimationBlink

动态标绘闪烁动画类。

Inherits From

Summary
SuperMap.Plot.GOAnimationBlink 动态标绘闪烁动画类。
Properties
blinkInterval {Integer} 闪烁间隔,单位为毫秒。
blinkNumber {Integer} 闪烁次数。
blinkStyle {SuperMap.Plot.BlinkAnimationBlinkStyle} 闪烁类型。
endColor {Integer} 结束颜色,默认为红色
replaceStyle {SuperMap.Plot.BlinkAnimationReplaceStyle} 颜色交替类型。
startColor {Integer} 开始颜色,默认为蓝色
Constructor
SuperMap.Plot.GOAnimationBlink 构建一个闪烁动画类。
Functions
getGOAnimationType 获取动画类型

Properties

blinkInterval

{Integer} 闪烁间隔,单位为毫秒。

blinkStyle

blinkNumber

{Integer} 闪烁次数。

replaceStyle

startColor

{Integer} 开始颜色,默认为蓝色

endColor

{Integer} 结束颜色,默认为红色

Constructor

SuperMap.Plot.GOAnimationBlink

构建一个闪烁动画类。

Functions

getGOAnimationType

getGOAnimationType : function()

获取动画类型

闪烁动画的闪烁类型,按频率闪烁或按次数闪烁。
闪烁动画的交替类型,闪烁交替是否替换颜色。
getGOAnimationType : function()
获取动画类型
动态标绘动画基类。
Close