SuperMap.Plot.GOAnimationAttribute

动态标绘属性动画类。

Inherits From

Summary
SuperMap.Plot.GOAnimationAttribute 动态标绘属性动画类。
Properties
endLineColor {String} 结束线色。
endLineWidth {Float} 结束线宽。
endSurroundLineColor {String} 结束衬线线色。
endSurroundLineWidth {Float} 结束衬线宽。
lineColorAnimation {Boolean} 线色动画是否有效。
lineWidthAnimation {Boolean} 衬线线宽动画是否有效。
startLineColor {String} 开始线色。
startLineWidth {Float} 开始线宽。
startSurroundLineColor {String} 开始衬线线色。
startSurroundLineWidth {Float} 开始衬线宽。
surroundLineColorAnimation {Boolean} 衬线线色动画是否有效。
Functions
getGOAnimationType 获取动画类型

Properties

lineColorAnimation

{Boolean} 线色动画是否有效。

startLineColor

{String} 开始线色。

endLineColor

{String} 结束线色。

lineWidthAnimation

{Boolean} 线宽动画是否有效。

startLineWidth

{Float} 开始线宽。

endLineWidth

{Float} 结束线宽。

surroundLineColorAnimation

{Boolean} 衬线线色动画是否有效。

startSurroundLineColor

{String} 开始衬线线色。

endSurroundLineColor

{String} 结束衬线线色。

lineWidthAnimation

{Boolean} 衬线线宽动画是否有效。

startSurroundLineWidth

{Float} 开始衬线宽。

endSurroundLineWidth

{Float} 结束衬线宽。

Functions

getGOAnimationType

getGOAnimationType : function()

获取动画类型

Returns

{SuperMap.Plot.GOAnimationType} 动画类型

getGOAnimationType : function()
获取动画类型
动态标绘动画基类。
动态标绘中用到的动画类型。
Close