Summary
Methods:
addMathCell |
添加蝌蚪元素 |
pause |
暂停动画 |
start |
开启动画 |
Constructor
new TadpoleModel(options)
蝌蚪图模型的构造函数。
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
|
Example
let tadpoleModel=new hmap.geosolution.math.TadpoleModel({
loop:false
});
Methods
-
addMathCell(mathCell)
-
添加蝌蚪元素
Parameters:
Name Type Description mathCell
module:geosolution/cell~Tadpole 蝌蚪元素
-
pause()
-
暂停动画
-
start()
-
开启动画