@mapgis/webclient-leaflet-plugin 17.0.0 → 17.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +350 -114
- package/dist/es5/webclient-common.min.js +4 -4
- package/dist/es5/webclient-leaflet-plugin.min.js +3 -3
- package/dist/webclient-leaflet-plugin-es6.min.js +5 -5
- package/documention/DrawControl.html +16 -184
- package/documention/L.zondy.MapvBaseLayer.html +15 -180
- package/documention/MapViewLeaflet.html +177 -224
- package/documention/Popup.html +37 -186
- package/documention/Screenshot.html +22 -188
- package/documention/SketchEditorLeaflet.html +56 -194
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +97 -222
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +126 -227
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +114 -234
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +59 -195
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +118 -205
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +119 -235
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +144 -241
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +112 -233
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +113 -232
- package/documention/Zondy.Widget.html +11 -177
- package/documention/Zondy.view.UI.html +9 -177
- package/documention/global.html +9 -176
- package/documention/index.html +6 -6
- package/documention/scripts/sideBar.js +98 -0
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +7 -155
- package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +7 -155
- package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +7 -155
- package/package.json +1 -1
|
@@ -1,142 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title> ThemeStyle</title>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<body class="layout small-header">
|
|
22
|
-
<div id="stickyNavbarOverlay"></div>
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
23
2
|
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">ThemeStyle</span>
|
|
5
|
+
|
|
6
|
+
</header>
|
|
24
7
|
|
|
25
|
-
<div class="top-nav">
|
|
26
|
-
<div class="inner">
|
|
27
|
-
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
28
|
-
<span aria-hidden="true"></span>
|
|
29
|
-
<span aria-hidden="true"></span>
|
|
30
|
-
<span aria-hidden="true"></span>
|
|
31
|
-
</a>
|
|
32
|
-
<div class="logo">
|
|
33
|
-
|
|
34
|
-
<h1> MapGIS Client for JavaScript API</h1>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</div>
|
|
38
|
-
<div class="menu">
|
|
39
|
-
|
|
40
|
-
<div class="navigation">
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<a
|
|
44
|
-
class="link user-link "
|
|
45
|
-
href="/static/modules/common/api/common-mapgis/index.html"
|
|
46
|
-
>
|
|
47
|
-
Common
|
|
48
|
-
</a>
|
|
49
|
-
|
|
50
|
-
<a
|
|
51
|
-
class="link user-link "
|
|
52
|
-
href="/static/modules/cesium/api/cesium-mapgis/index.html"
|
|
53
|
-
>
|
|
54
|
-
Cesium-Plugin
|
|
55
|
-
</a>
|
|
56
|
-
|
|
57
|
-
<a
|
|
58
|
-
class="link user-link "
|
|
59
|
-
href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
|
|
60
|
-
>
|
|
61
|
-
MapboxGL-Plugin
|
|
62
|
-
</a>
|
|
63
|
-
|
|
64
|
-
<a
|
|
65
|
-
class="link user-link "
|
|
66
|
-
href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
|
|
67
|
-
>
|
|
68
|
-
Leaflet-Plugin
|
|
69
|
-
</a>
|
|
70
|
-
|
|
71
|
-
<a
|
|
72
|
-
class="link user-link "
|
|
73
|
-
href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
|
|
74
|
-
>
|
|
75
|
-
OpenLayers-Plugin
|
|
76
|
-
</a>
|
|
77
|
-
|
|
78
|
-
<a
|
|
79
|
-
class="link user-link "
|
|
80
|
-
href="/static/modules/video/api/video-mapgis/index.html"
|
|
81
|
-
>
|
|
82
|
-
Video-Plugin
|
|
83
|
-
</a>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
|
|
92
|
-
<div id="main">
|
|
93
|
-
<div
|
|
94
|
-
class="sidebar "
|
|
95
|
-
id="sidebarNav"
|
|
96
|
-
>
|
|
97
|
-
<div>
|
|
98
|
-
<span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
<div class="search-wrapper">
|
|
102
|
-
<input id="search" type="text" placeholder="搜索文档..." class="input">
|
|
103
|
-
</div>
|
|
104
|
-
|
|
105
|
-
<nav>
|
|
106
|
-
|
|
107
|
-
<div class="category"><div onclick="toggleSideBar('ViewModule-sidebar')" id="ViewModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul id="ViewModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="DrawControl" href="DrawControl.html">DrawControl</a><img id="DrawControl-detail-arrow" onclick="toggleLinkDetail('DrawControl-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>绘制工具</p></span></li><div class="mapgis-link-detail" id="DrawControl-detail"><div><a href="DrawControl.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="DrawControl.html#function">方法</a></div><div><ul><li><a title="destory" class="mapgis-link-name" href="DrawControl.html#destory">destory</a></li><li><a title="destroy" class="mapgis-link-name" href="DrawControl.html#destroy">destroy</a></li><li><a title="end" class="mapgis-link-name" href="DrawControl.html#end">end</a></li><li><a title="start" class="mapgis-link-name" href="DrawControl.html#start">start</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapViewLeaflet" href="MapViewLeaflet.html">MapViewLeaflet</a><img id="MapViewLeaflet-detail-arrow" onclick="toggleLinkDetail('MapViewLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
|
|
108
|
-
参考示例:
|
|
109
|
-
<a href='#MapViewLeaflet'>[初始化二维场景视图]</a>
|
|
110
|
-
<br>[ES5引入方式]:<br/>
|
|
111
|
-
Zondy.MapViewLeaflet() <br/>
|
|
112
|
-
[ES6引入方式]:<br/>
|
|
113
|
-
import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p></span></li><div class="mapgis-link-detail" id="MapViewLeaflet-detail"><div><a href="MapViewLeaflet.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapViewLeaflet.html#function">方法</a></div><div><ul><li><a title="fromJSON" class="mapgis-link-name" href="MapViewLeaflet.html#fromJSON">fromJSON</a></li><li><a title="fromJSON" class="mapgis-link-name" href="MapViewLeaflet.html#fromJSON">fromJSON</a></li><li><a title="clone" class="mapgis-link-name" href="MapViewLeaflet.html#clone">clone</a></li><li><a title="destroy" class="mapgis-link-name" href="MapViewLeaflet.html#destroy">destroy</a></li><li><a title="flyTo" class="mapgis-link-name" href="MapViewLeaflet.html#flyTo">flyTo</a></li><li><a title="getCenter" class="mapgis-link-name" href="MapViewLeaflet.html#getCenter">getCenter</a></li><li><a title="getExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getExtent">getExtent</a></li><li><a title="getMaxZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getMaxZoom">getMaxZoom</a></li><li><a title="getMinZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getMinZoom">getMinZoom</a></li><li><a title="getPixelCenter" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelCenter">getPixelCenter</a></li><li><a title="getPixelExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelExtent">getPixelExtent</a></li><li><a title="getPixelWorldExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelWorldExtent">getPixelWorldExtent</a></li><li><a title="getScale" class="mapgis-link-name" href="MapViewLeaflet.html#getScale">getScale</a></li><li><a title="getSize" class="mapgis-link-name" href="MapViewLeaflet.html#getSize">getSize</a></li><li><a title="getZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getZoom">getZoom</a></li><li><a title="getZoomByExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getZoomByExtent">getZoomByExtent</a></li><li><a title="goTo" class="mapgis-link-name" href="MapViewLeaflet.html#goTo">goTo</a></li><li><a title="hitTest" class="mapgis-link-name" href="MapViewLeaflet.html#hitTest">hitTest</a></li><li><a title="takeScreenshot" class="mapgis-link-name" href="MapViewLeaflet.html#takeScreenshot">takeScreenshot</a></li><li><a title="toJSON" class="mapgis-link-name" href="MapViewLeaflet.html#toJSON">toJSON</a></li><li><a title="toMap" class="mapgis-link-name" href="MapViewLeaflet.html#toMap">toMap</a></li><li><a title="toScreen" class="mapgis-link-name" href="MapViewLeaflet.html#toScreen">toScreen</a></li></ul></div><div><a class="mapgis-link-name" href="MapViewLeaflet.html#member">成员变量</a></div><div><ul><li><a title="animation" class="mapgis-link-name" href="MapViewLeaflet.html#animation">animation</a></li><li><a title="center" class="mapgis-link-name" href="MapViewLeaflet.html#center">center</a></li><li><a title="engineType" class="mapgis-link-name" href="MapViewLeaflet.html#engineType">engineType</a></li><li><a title="extent" class="mapgis-link-name" href="MapViewLeaflet.html#extent">extent</a></li><li><a title="fullExtent" class="mapgis-link-name" href="MapViewLeaflet.html#fullExtent">fullExtent</a></li><li><a title="height" class="mapgis-link-name" href="MapViewLeaflet.html#height">height</a></li><li><a title="maxScale" class="mapgis-link-name" href="MapViewLeaflet.html#maxScale">maxScale</a></li><li><a title="minScale" class="mapgis-link-name" href="MapViewLeaflet.html#minScale">minScale</a></li><li><a title="popup" class="mapgis-link-name" href="MapViewLeaflet.html#popup">popup</a></li><li><a title="preferCanvas" class="mapgis-link-name" href="MapViewLeaflet.html#preferCanvas">preferCanvas</a></li><li><a title="rotation" class="mapgis-link-name" href="MapViewLeaflet.html#rotation">rotation</a></li><li><a title="scale" class="mapgis-link-name" href="MapViewLeaflet.html#scale">scale</a></li><li><a title="spatialReference" class="mapgis-link-name" href="MapViewLeaflet.html#spatialReference">spatialReference</a></li><li><a title="spatialReferenceLocked" class="mapgis-link-name" href="MapViewLeaflet.html#spatialReferenceLocked">spatialReferenceLocked</a></li><li><a title="stationary" class="mapgis-link-name" href="MapViewLeaflet.html#stationary">stationary</a></li><li><a title="width" class="mapgis-link-name" href="MapViewLeaflet.html#width">width</a></li><li><a title="zoom" class="mapgis-link-name" href="MapViewLeaflet.html#zoom">zoom</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Popup" href="Popup.html">Popup</a><img id="Popup-detail-arrow" onclick="toggleLinkDetail('Popup-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景信息弹窗(leaflet引擎)
|
|
114
|
-
参考示例:
|
|
115
|
-
<a href='#MapView'>[初始化二维场景视图]</a>
|
|
116
|
-
[ES6引入方式]:<br/>
|
|
117
|
-
import { Popup } from '@mapgis/webclient-leaflet-plugin' <br/>
|
|
118
|
-
自定义样式说明:<br/>
|
|
119
|
-
zondy-popup__content 弹窗容器样式<br/>
|
|
120
|
-
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
121
|
-
zondy-popup__header 弹窗头部样式<br/>
|
|
122
|
-
zondy-popup__content 弹窗主体样式<br/>
|
|
123
|
-
zondy-popup__footer 弹窗底部样式<br/></p></span></li><div class="mapgis-link-detail" id="Popup-detail"><div><a href="Popup.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Popup.html#function">方法</a></div><div><ul><li><a title="close" class="mapgis-link-name" href="Popup.html#close">close</a></li><li><a title="open" class="mapgis-link-name" href="Popup.html#open">open</a></li><li><a title="openPopup" class="mapgis-link-name" href="Popup.html#openPopup">openPopup</a></li></ul></div><div><a class="mapgis-link-name" href="Popup.html#member">成员变量</a></div><div><ul><li><a title="alignment" class="mapgis-link-name" href="Popup.html#alignment">alignment</a></li><li><a title="content" class="mapgis-link-name" href="Popup.html#content">content</a></li><li><a title="defaultButtons" class="mapgis-link-name" href="Popup.html#defaultButtons">defaultButtons</a></li><li><a title="location" class="mapgis-link-name" href="Popup.html#location">location</a></li><li><a title="title" class="mapgis-link-name" href="Popup.html#title">title</a></li><li><a title="view" class="mapgis-link-name" href="Popup.html#view">view</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Screenshot" href="Screenshot.html">Screenshot</a><img id="Screenshot-detail-arrow" onclick="toggleLinkDetail('Screenshot-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕打印工具</p></span></li><div class="mapgis-link-detail" id="Screenshot-detail"><div><a href="Screenshot.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Screenshot.html#function">方法</a></div><div><ul><li><a title="destroy" class="mapgis-link-name" href="Screenshot.html#destroy">destroy</a></li></ul></div><div><a class="mapgis-link-name" href="Screenshot.html#member">成员变量</a></div><div><ul><li><a title="filename" class="mapgis-link-name" href="Screenshot.html#filename">filename</a></li><li><a title="format" class="mapgis-link-name" href="Screenshot.html#format">format</a></li><li><a title="height" class="mapgis-link-name" href="Screenshot.html#height">height</a></li><li><a title="isDownload" class="mapgis-link-name" href="Screenshot.html#isDownload">isDownload</a></li><li><a title="view" class="mapgis-link-name" href="Screenshot.html#view">view</a></li><li><a title="width" class="mapgis-link-name" href="Screenshot.html#width">width</a></li><li><a title="x" class="mapgis-link-name" href="Screenshot.html#x">x</a></li><li><a title="y" class="mapgis-link-name" href="Screenshot.html#y">y</a></li></ul></div></div></ul><div onclick="toggleSideBar('SketchEditorModule-sidebar')" id="SketchEditorModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul id="SketchEditorModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="SketchEditorLeaflet" href="SketchEditorLeaflet.html">SketchEditorLeaflet</a><img id="SketchEditorLeaflet-detail-arrow" onclick="toggleLinkDetail('SketchEditorLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
|
|
124
|
-
<br>[ES5引入方式]:<br/>
|
|
125
|
-
const { SketchEditorLeaflet } = Zondy <br/>
|
|
126
|
-
[ES6引入方式]:<br/>
|
|
127
|
-
import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li><div class="mapgis-link-detail" id="SketchEditorLeaflet-detail"><div><a href="SketchEditorLeaflet.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="SketchEditorLeaflet.html#function">方法</a></div><div><ul><li><a title="addVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#addVertex">addVertex</a></li><li><a title="canRedo" class="mapgis-link-name" href="SketchEditorLeaflet.html#canRedo">canRedo</a></li><li><a title="canUndo" class="mapgis-link-name" href="SketchEditorLeaflet.html#canUndo">canUndo</a></li><li><a title="drawPolylineToPolygon" class="mapgis-link-name" href="SketchEditorLeaflet.html#drawPolylineToPolygon">drawPolylineToPolygon</a></li><li><a title="getGeometry" class="mapgis-link-name" href="SketchEditorLeaflet.html#getGeometry">getGeometry</a></li><li><a title="getSketchStyle" class="mapgis-link-name" href="SketchEditorLeaflet.html#getSketchStyle">getSketchStyle</a></li><li><a title="redo" class="mapgis-link-name" href="SketchEditorLeaflet.html#redo">redo</a></li><li><a title="remove" class="mapgis-link-name" href="SketchEditorLeaflet.html#remove">remove</a></li><li><a title="removeVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#removeVertex">removeVertex</a></li><li><a title="setSketchStyle" class="mapgis-link-name" href="SketchEditorLeaflet.html#setSketchStyle">setSketchStyle</a></li><li><a title="split" class="mapgis-link-name" href="SketchEditorLeaflet.html#split">split</a></li><li><a title="start" class="mapgis-link-name" href="SketchEditorLeaflet.html#start">start</a></li><li><a title="startCustomDrawTool" class="mapgis-link-name" href="SketchEditorLeaflet.html#startCustomDrawTool">startCustomDrawTool</a></li><li><a title="stop" class="mapgis-link-name" href="SketchEditorLeaflet.html#stop">stop</a></li><li><a title="undo" class="mapgis-link-name" href="SketchEditorLeaflet.html#undo">undo</a></li><li><a title="union" class="mapgis-link-name" href="SketchEditorLeaflet.html#union">union</a></li><li><a title="updateVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#updateVertex">updateVertex</a></li></ul></div></div></ul><div onclick="toggleSideBar('RendererModule-sidebar')" id="RendererModule" style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">渲染器模块</div><ul id="RendererModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer" href="Zondy.ThemeLayer.GraphThemeLayer.html">GraphThemeLayer</a><img id="Zondy.ThemeLayer.GraphThemeLayer-detail-arrow" onclick="toggleLinkDetail('Zondy.ThemeLayer.GraphThemeLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>统计专题图通过为每个要素绘制统计图表来反映其对应的专题值的大小。它可同时表示多个字段属性信息,在区域本身与各区域之间形成横向和纵向的对比。<br>统计专题图多用于具有相关数量特征的地图上,比如表示不同地区多年的粮食产量、GDP、人口等,不同时段客运量、地铁流量等。目前提供的统计图类型有:柱状图(Bar),折线图(Line),饼图(Pie),三维柱状图(Bar3D),点状图(Point),环状图(Ring)。</p></span></li><div class="mapgis-link-detail" id="Zondy.ThemeLayer.GraphThemeLayer-detail"><div><a href="Zondy.ThemeLayer.GraphThemeLayer.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#function">方法</a></div><div><ul><li><a title="addFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#addFeatures">addFeatures</a></li><li><a title="clear" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clear">clear</a></li><li><a title="clearCache" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clearCache">clearCache</a></li><li><a title="clearCache" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clearCache">clearCache</a></li><li><a title="createThematicFeature" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#createThematicFeature">createThematicFeature</a></li><li><a title="destroyFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#destroyFeatures">destroyFeatures</a></li><li><a title="drawCharts" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#drawCharts">drawCharts</a></li><li><a title="getEvents" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getEvents">getEvents</a></li><li><a title="getFeatureBy" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatureBy">getFeatureBy</a></li><li><a title="getFeatureById" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatureById">getFeatureById</a></li><li><a title="getFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatures">getFeatures</a></li><li><a title="getFeaturesByAttribute" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeaturesByAttribute">getFeaturesByAttribute</a></li><li><a title="getLocalXY" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getLocalXY">getLocalXY</a></li><li><a title="getShapesByFeatureID" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getShapesByFeatureID">getShapesByFeatureID</a></li><li><a title="getWeightFieldValue" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getWeightFieldValue">getWeightFieldValue</a></li><li><a title="initialize" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#initialize">initialize</a></li><li><a title="isChartInMap" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isChartInMap">isChartInMap</a></li><li><a title="isPointInPoly" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isPointInPoly">isPointInPoly</a></li><li><a title="isQuadrilateralOverLap" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isQuadrilateralOverLap">isQuadrilateralOverLap</a></li><li><a title="lineIntersection" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#lineIntersection">lineIntersection</a></li><li><a title="off" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#off">off</a></li><li><a title="on" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#on">on</a></li><li><a title="onRemove" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#onRemove">onRemove</a></li><li><a title="redraw" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#redraw">redraw</a></li><li><a title="redrawThematicFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#redrawThematicFeatures">redrawThematicFeatures</a></li><li><a title="removeAllFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#removeAllFeatures">removeAllFeatures</a></li><li><a title="removeFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#removeFeatures">removeFeatures</a></li><li><a title="setChartsType" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#setChartsType">setChartsType</a></li><li><a title="setOpacity" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#setOpacity">setOpacity</a></li><li><a title="update" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#update">update</a></li></ul></div><div><a class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#event">事件</a></div><div><ul><li><a title="beforefeaturesadded" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#beforefeaturesadded">beforefeaturesadded</a></li><li><a title="changelayer" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#changelayer">changelayer</a></li><li><a title="featuresremoved" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#featuresremoved">featuresremoved</a></li></ul></div></div></ul></div>
|
|
128
|
-
|
|
129
|
-
</nav>
|
|
130
|
-
</div>
|
|
131
|
-
<div class="core" id="main-content-wrapper">
|
|
132
|
-
<div class="content">
|
|
133
|
-
<header id="page-title" class="page-title">
|
|
134
|
-
|
|
135
|
-
<span class="page-title-main">类名</span>
|
|
136
|
-
<span class="page-title-sub">ThemeStyle</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -210,6 +78,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
210
78
|
<span class="param-type">Object</span>
|
|
211
79
|
|
|
212
80
|
|
|
81
|
+
|
|
213
82
|
|
|
214
83
|
</td>
|
|
215
84
|
|
|
@@ -236,6 +105,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
236
105
|
<span class="param-type">boolean</span>
|
|
237
106
|
|
|
238
107
|
|
|
108
|
+
|
|
239
109
|
|
|
240
110
|
</td>
|
|
241
111
|
|
|
@@ -264,6 +134,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
264
134
|
<span class="param-type">string</span>
|
|
265
135
|
|
|
266
136
|
|
|
137
|
+
|
|
267
138
|
|
|
268
139
|
</td>
|
|
269
140
|
|
|
@@ -292,6 +163,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
292
163
|
<span class="param-type">number</span>
|
|
293
164
|
|
|
294
165
|
|
|
166
|
+
|
|
295
167
|
|
|
296
168
|
</td>
|
|
297
169
|
|
|
@@ -320,6 +192,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
320
192
|
<span class="param-type">boolean</span>
|
|
321
193
|
|
|
322
194
|
|
|
195
|
+
|
|
323
196
|
|
|
324
197
|
</td>
|
|
325
198
|
|
|
@@ -348,6 +221,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
348
221
|
<span class="param-type">string</span>
|
|
349
222
|
|
|
350
223
|
|
|
224
|
+
|
|
351
225
|
|
|
352
226
|
</td>
|
|
353
227
|
|
|
@@ -376,6 +250,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
376
250
|
<span class="param-type">number</span>
|
|
377
251
|
|
|
378
252
|
|
|
253
|
+
|
|
379
254
|
|
|
380
255
|
</td>
|
|
381
256
|
|
|
@@ -404,6 +279,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
404
279
|
<span class="param-type">number</span>
|
|
405
280
|
|
|
406
281
|
|
|
282
|
+
|
|
407
283
|
|
|
408
284
|
</td>
|
|
409
285
|
|
|
@@ -432,6 +308,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
432
308
|
<span class="param-type">string</span>
|
|
433
309
|
|
|
434
310
|
|
|
311
|
+
|
|
435
312
|
|
|
436
313
|
</td>
|
|
437
314
|
|
|
@@ -460,6 +337,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
460
337
|
<span class="param-type">string</span>
|
|
461
338
|
|
|
462
339
|
|
|
340
|
+
|
|
463
341
|
|
|
464
342
|
</td>
|
|
465
343
|
|
|
@@ -488,6 +366,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
488
366
|
<span class="param-type">string</span>
|
|
489
367
|
|
|
490
368
|
|
|
369
|
+
|
|
491
370
|
|
|
492
371
|
</td>
|
|
493
372
|
|
|
@@ -516,6 +395,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
516
395
|
<span class="param-type">number</span>
|
|
517
396
|
|
|
518
397
|
|
|
398
|
+
|
|
519
399
|
|
|
520
400
|
</td>
|
|
521
401
|
|
|
@@ -544,6 +424,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
544
424
|
<span class="param-type">number</span>
|
|
545
425
|
|
|
546
426
|
|
|
427
|
+
|
|
547
428
|
|
|
548
429
|
</td>
|
|
549
430
|
|
|
@@ -572,6 +453,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
572
453
|
<span class="param-type">string</span>
|
|
573
454
|
|
|
574
455
|
|
|
456
|
+
|
|
575
457
|
|
|
576
458
|
</td>
|
|
577
459
|
|
|
@@ -600,6 +482,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
600
482
|
<span class="param-type">number</span>
|
|
601
483
|
|
|
602
484
|
|
|
485
|
+
|
|
603
486
|
|
|
604
487
|
</td>
|
|
605
488
|
|
|
@@ -628,6 +511,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
628
511
|
<span class="param-type">number</span>
|
|
629
512
|
|
|
630
513
|
|
|
514
|
+
|
|
631
515
|
|
|
632
516
|
</td>
|
|
633
517
|
|
|
@@ -656,6 +540,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
656
540
|
<span class="param-type">string</span>
|
|
657
541
|
|
|
658
542
|
|
|
543
|
+
|
|
659
544
|
|
|
660
545
|
</td>
|
|
661
546
|
|
|
@@ -682,6 +567,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
682
567
|
<span class="param-type">string</span>
|
|
683
568
|
|
|
684
569
|
|
|
570
|
+
|
|
685
571
|
|
|
686
572
|
</td>
|
|
687
573
|
|
|
@@ -708,6 +594,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
708
594
|
<span class="param-type">number</span>
|
|
709
595
|
|
|
710
596
|
|
|
597
|
+
|
|
711
598
|
|
|
712
599
|
</td>
|
|
713
600
|
|
|
@@ -736,6 +623,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
736
623
|
<span class="param-type">string</span>
|
|
737
624
|
|
|
738
625
|
|
|
626
|
+
|
|
739
627
|
|
|
740
628
|
</td>
|
|
741
629
|
|
|
@@ -764,6 +652,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
764
652
|
<span class="param-type">string</span>
|
|
765
653
|
|
|
766
654
|
|
|
655
|
+
|
|
767
656
|
|
|
768
657
|
</td>
|
|
769
658
|
|
|
@@ -792,6 +681,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
792
681
|
<span class="param-type">string</span>
|
|
793
682
|
|
|
794
683
|
|
|
684
|
+
|
|
795
685
|
|
|
796
686
|
</td>
|
|
797
687
|
|
|
@@ -820,6 +710,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
820
710
|
<span class="param-type">string</span>
|
|
821
711
|
|
|
822
712
|
|
|
713
|
+
|
|
823
714
|
|
|
824
715
|
</td>
|
|
825
716
|
|
|
@@ -850,6 +741,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
850
741
|
<span class="param-type">string</span>
|
|
851
742
|
|
|
852
743
|
|
|
744
|
+
|
|
853
745
|
|
|
854
746
|
</td>
|
|
855
747
|
|
|
@@ -878,6 +770,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
878
770
|
<span class="param-type">string</span>
|
|
879
771
|
|
|
880
772
|
|
|
773
|
+
|
|
881
774
|
|
|
882
775
|
</td>
|
|
883
776
|
|
|
@@ -906,6 +799,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
906
799
|
<span class="param-type">string</span>
|
|
907
800
|
|
|
908
801
|
|
|
802
|
+
|
|
909
803
|
|
|
910
804
|
</td>
|
|
911
805
|
|
|
@@ -934,6 +828,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
934
828
|
<span class="param-type">number</span>
|
|
935
829
|
|
|
936
830
|
|
|
831
|
+
|
|
937
832
|
|
|
938
833
|
</td>
|
|
939
834
|
|
|
@@ -962,6 +857,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
962
857
|
<span class="param-type">number</span>
|
|
963
858
|
|
|
964
859
|
|
|
860
|
+
|
|
965
861
|
|
|
966
862
|
</td>
|
|
967
863
|
|
|
@@ -1083,65 +979,70 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1083
979
|
<tbody>
|
|
1084
980
|
|
|
1085
981
|
<tr class="deep-level-0">
|
|
1086
|
-
<td class="name"><code><a href="
|
|
982
|
+
<td class="name"><code><a href="#fill">fill</a></code></td>
|
|
1087
983
|
<td class="name">
|
|
1088
984
|
<code>
|
|
1089
985
|
|
|
1090
986
|
<span class="param-type">boolean</span>
|
|
1091
987
|
|
|
1092
988
|
|
|
989
|
+
|
|
1093
990
|
</code>
|
|
1094
991
|
</td>
|
|
1095
992
|
<td class="name"><code><p>是否填充,不需要填充则设置为 false。如果 fill 与 stroke 同时为 false,将按 fill 与 stroke 的默认值渲染图层。</p></code></td>
|
|
1096
993
|
</tr>
|
|
1097
994
|
|
|
1098
995
|
<tr class="deep-level-0">
|
|
1099
|
-
<td class="name"><code><a href="
|
|
996
|
+
<td class="name"><code><a href="#fillColor">fillColor</a></code></td>
|
|
1100
997
|
<td class="name">
|
|
1101
998
|
<code>
|
|
1102
999
|
|
|
1103
1000
|
<span class="param-type">string</span>
|
|
1104
1001
|
|
|
1105
1002
|
|
|
1003
|
+
|
|
1106
1004
|
</code>
|
|
1107
1005
|
</td>
|
|
1108
1006
|
<td class="name"><code><p>十六进制填充颜色。</p></code></td>
|
|
1109
1007
|
</tr>
|
|
1110
1008
|
|
|
1111
1009
|
<tr class="deep-level-0">
|
|
1112
|
-
<td class="name"><code><a href="
|
|
1010
|
+
<td class="name"><code><a href="#fillOpacity">fillOpacity</a></code></td>
|
|
1113
1011
|
<td class="name">
|
|
1114
1012
|
<code>
|
|
1115
1013
|
|
|
1116
1014
|
<span class="param-type">number</span>
|
|
1117
1015
|
|
|
1118
1016
|
|
|
1017
|
+
|
|
1119
1018
|
</code>
|
|
1120
1019
|
</td>
|
|
1121
1020
|
<td class="name"><code><p>填充不透明度。取值范围[0, 1]。</p></code></td>
|
|
1122
1021
|
</tr>
|
|
1123
1022
|
|
|
1124
1023
|
<tr class="deep-level-0">
|
|
1125
|
-
<td class="name"><code><a href="
|
|
1024
|
+
<td class="name"><code><a href="#fontColor">fontColor</a></code></td>
|
|
1126
1025
|
<td class="name">
|
|
1127
1026
|
<code>
|
|
1128
1027
|
|
|
1129
1028
|
<span class="param-type">string</span>
|
|
1130
1029
|
|
|
1131
1030
|
|
|
1031
|
+
|
|
1132
1032
|
</code>
|
|
1133
1033
|
</td>
|
|
1134
1034
|
<td class="name"><code><p>附加文本字体颜色。</p></code></td>
|
|
1135
1035
|
</tr>
|
|
1136
1036
|
|
|
1137
1037
|
<tr class="deep-level-0">
|
|
1138
|
-
<td class="name"><code><a href="
|
|
1038
|
+
<td class="name"><code><a href="#fontFamily">fontFamily</a></code></td>
|
|
1139
1039
|
<td class="name">
|
|
1140
1040
|
<code>
|
|
1141
1041
|
|
|
1142
1042
|
<span class="param-type">string</span>
|
|
1143
1043
|
|
|
1144
1044
|
|
|
1045
|
+
|
|
1145
1046
|
</code>
|
|
1146
1047
|
</td>
|
|
1147
1048
|
<td class="name"><code><p>附加文本字体系列。fontFamily 值是字体族名称或/及类族名称的一个优先表,每个值逗号分割,浏览器会使用它可识别的第一个
|
|
@@ -1149,247 +1050,266 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1149
1050
|
</tr>
|
|
1150
1051
|
|
|
1151
1052
|
<tr class="deep-level-0">
|
|
1152
|
-
<td class="name"><code><a href="
|
|
1053
|
+
<td class="name"><code><a href="#fontSize">fontSize</a></code></td>
|
|
1153
1054
|
<td class="name">
|
|
1154
1055
|
<code>
|
|
1155
1056
|
|
|
1156
1057
|
<span class="param-type">number</span>
|
|
1157
1058
|
|
|
1158
1059
|
|
|
1060
|
+
|
|
1159
1061
|
</code>
|
|
1160
1062
|
</td>
|
|
1161
1063
|
<td class="name"><code><p>附加文本字体大小,单位是像素。</p></code></td>
|
|
1162
1064
|
</tr>
|
|
1163
1065
|
|
|
1164
1066
|
<tr class="deep-level-0">
|
|
1165
|
-
<td class="name"><code><a href="
|
|
1067
|
+
<td class="name"><code><a href="#fontStyle">fontStyle</a></code></td>
|
|
1166
1068
|
<td class="name">
|
|
1167
1069
|
<code>
|
|
1168
1070
|
|
|
1169
1071
|
<span class="param-type">string</span>
|
|
1170
1072
|
|
|
1171
1073
|
|
|
1074
|
+
|
|
1172
1075
|
</code>
|
|
1173
1076
|
</td>
|
|
1174
1077
|
<td class="name"><code><p>附加文本字体样式。可设值:"normal", "italic", "oblique"。</p></code></td>
|
|
1175
1078
|
</tr>
|
|
1176
1079
|
|
|
1177
1080
|
<tr class="deep-level-0">
|
|
1178
|
-
<td class="name"><code><a href="
|
|
1081
|
+
<td class="name"><code><a href="#fontVariant">fontVariant</a></code></td>
|
|
1179
1082
|
<td class="name">
|
|
1180
1083
|
<code>
|
|
1181
1084
|
|
|
1182
1085
|
<span class="param-type">string</span>
|
|
1183
1086
|
|
|
1184
1087
|
|
|
1088
|
+
|
|
1185
1089
|
</code>
|
|
1186
1090
|
</td>
|
|
1187
1091
|
<td class="name"><code><p>附加文本字体变体。可设值:"normal", "small-caps"。</p></code></td>
|
|
1188
1092
|
</tr>
|
|
1189
1093
|
|
|
1190
1094
|
<tr class="deep-level-0">
|
|
1191
|
-
<td class="name"><code><a href="
|
|
1095
|
+
<td class="name"><code><a href="#fontWeight">fontWeight</a></code></td>
|
|
1192
1096
|
<td class="name">
|
|
1193
1097
|
<code>
|
|
1194
1098
|
|
|
1195
1099
|
<span class="param-type">string</span>
|
|
1196
1100
|
|
|
1197
1101
|
|
|
1102
|
+
|
|
1198
1103
|
</code>
|
|
1199
1104
|
</td>
|
|
1200
1105
|
<td class="name"><code><p>附加文本字体粗细。可设值:"normal", "bold", "bolder", "lighter"。</p></code></td>
|
|
1201
1106
|
</tr>
|
|
1202
1107
|
|
|
1203
1108
|
<tr class="deep-level-0">
|
|
1204
|
-
<td class="name"><code><a href="
|
|
1109
|
+
<td class="name"><code><a href="#label">label</a></code></td>
|
|
1205
1110
|
<td class="name">
|
|
1206
1111
|
<code>
|
|
1207
1112
|
|
|
1208
1113
|
<span class="param-type">string</span>
|
|
1209
1114
|
|
|
1210
1115
|
|
|
1116
|
+
|
|
1211
1117
|
</code>
|
|
1212
1118
|
</td>
|
|
1213
1119
|
<td class="name"><code><p>专题要素附加文本标签内容。</p></code></td>
|
|
1214
1120
|
</tr>
|
|
1215
1121
|
|
|
1216
1122
|
<tr class="deep-level-0">
|
|
1217
|
-
<td class="name"><code><a href="
|
|
1123
|
+
<td class="name"><code><a href="#labelAlign">labelAlign</a></code></td>
|
|
1218
1124
|
<td class="name">
|
|
1219
1125
|
<code>
|
|
1220
1126
|
|
|
1221
1127
|
<span class="param-type">string</span>
|
|
1222
1128
|
|
|
1223
1129
|
|
|
1130
|
+
|
|
1224
1131
|
</code>
|
|
1225
1132
|
</td>
|
|
1226
1133
|
<td class="name"><code><p>附加文本水平对齐。可以是 'left', 'right', 'center'。</p></code></td>
|
|
1227
1134
|
</tr>
|
|
1228
1135
|
|
|
1229
1136
|
<tr class="deep-level-0">
|
|
1230
|
-
<td class="name"><code><a href="
|
|
1137
|
+
<td class="name"><code><a href="#labelBaseline">labelBaseline</a></code></td>
|
|
1231
1138
|
<td class="name">
|
|
1232
1139
|
<code>
|
|
1233
1140
|
|
|
1234
1141
|
<span class="param-type">string</span>
|
|
1235
1142
|
|
|
1236
1143
|
|
|
1144
|
+
|
|
1237
1145
|
</code>
|
|
1238
1146
|
</td>
|
|
1239
1147
|
<td class="name"><code><p>附加文本垂直对齐。 可以是 'top', 'bottom', 'middle'。</p></code></td>
|
|
1240
1148
|
</tr>
|
|
1241
1149
|
|
|
1242
1150
|
<tr class="deep-level-0">
|
|
1243
|
-
<td class="name"><code><a href="
|
|
1151
|
+
<td class="name"><code><a href="#labelPosition">labelPosition</a></code></td>
|
|
1244
1152
|
<td class="name">
|
|
1245
1153
|
<code>
|
|
1246
1154
|
|
|
1247
1155
|
<span class="param-type">string</span>
|
|
1248
1156
|
|
|
1249
1157
|
|
|
1158
|
+
|
|
1250
1159
|
</code>
|
|
1251
1160
|
</td>
|
|
1252
1161
|
<td class="name"><code><p>附加文本位置, 可以是 'inside', 'left', 'right', 'top', 'bottom'。</p></code></td>
|
|
1253
1162
|
</tr>
|
|
1254
1163
|
|
|
1255
1164
|
<tr class="deep-level-0">
|
|
1256
|
-
<td class="name"><code><a href="
|
|
1165
|
+
<td class="name"><code><a href="#labelRect">labelRect</a></code></td>
|
|
1257
1166
|
<td class="name">
|
|
1258
1167
|
<code>
|
|
1259
1168
|
|
|
1260
1169
|
<span class="param-type">boolean</span>
|
|
1261
1170
|
|
|
1262
1171
|
|
|
1172
|
+
|
|
1263
1173
|
</code>
|
|
1264
1174
|
</td>
|
|
1265
1175
|
<td class="name"><code><p>是否显示文本标签矩形背景。</p></code></td>
|
|
1266
1176
|
</tr>
|
|
1267
1177
|
|
|
1268
1178
|
<tr class="deep-level-0">
|
|
1269
|
-
<td class="name"><code><a href="
|
|
1179
|
+
<td class="name"><code><a href="#labelXOffset">labelXOffset</a></code></td>
|
|
1270
1180
|
<td class="name">
|
|
1271
1181
|
<code>
|
|
1272
1182
|
|
|
1273
1183
|
<span class="param-type">number</span>
|
|
1274
1184
|
|
|
1275
1185
|
|
|
1186
|
+
|
|
1276
1187
|
</code>
|
|
1277
1188
|
</td>
|
|
1278
1189
|
<td class="name"><code><p>附加文本在 X 轴方向的偏移量。</p></code></td>
|
|
1279
1190
|
</tr>
|
|
1280
1191
|
|
|
1281
1192
|
<tr class="deep-level-0">
|
|
1282
|
-
<td class="name"><code><a href="
|
|
1193
|
+
<td class="name"><code><a href="#labelYOffset">labelYOffset</a></code></td>
|
|
1283
1194
|
<td class="name">
|
|
1284
1195
|
<code>
|
|
1285
1196
|
|
|
1286
1197
|
<span class="param-type">number</span>
|
|
1287
1198
|
|
|
1288
1199
|
|
|
1200
|
+
|
|
1289
1201
|
</code>
|
|
1290
1202
|
</td>
|
|
1291
1203
|
<td class="name"><code><p>附加文本在 Y 轴方向的偏移量。</p></code></td>
|
|
1292
1204
|
</tr>
|
|
1293
1205
|
|
|
1294
1206
|
<tr class="deep-level-0">
|
|
1295
|
-
<td class="name"><code><a href="
|
|
1207
|
+
<td class="name"><code><a href="#pointRadius">pointRadius</a></code></td>
|
|
1296
1208
|
<td class="name">
|
|
1297
1209
|
<code>
|
|
1298
1210
|
|
|
1299
1211
|
<span class="param-type">number</span>
|
|
1300
1212
|
|
|
1301
1213
|
|
|
1214
|
+
|
|
1302
1215
|
</code>
|
|
1303
1216
|
</td>
|
|
1304
1217
|
<td class="name"><code><p>点半径。单位为像素。</p></code></td>
|
|
1305
1218
|
</tr>
|
|
1306
1219
|
|
|
1307
1220
|
<tr class="deep-level-0">
|
|
1308
|
-
<td class="name"><code><a href="
|
|
1221
|
+
<td class="name"><code><a href="#shadowBlur">shadowBlur</a></code></td>
|
|
1309
1222
|
<td class="name">
|
|
1310
1223
|
<code>
|
|
1311
1224
|
|
|
1312
1225
|
<span class="param-type">number</span>
|
|
1313
1226
|
|
|
1314
1227
|
|
|
1228
|
+
|
|
1315
1229
|
</code>
|
|
1316
1230
|
</td>
|
|
1317
1231
|
<td class="name"><code><p>阴影模糊度,(大于 0 有效)。注:请将 shadowColor 属性与 shadowBlur 属性一起使用,来创建阴影。</p></code></td>
|
|
1318
1232
|
</tr>
|
|
1319
1233
|
|
|
1320
1234
|
<tr class="deep-level-0">
|
|
1321
|
-
<td class="name"><code><a href="
|
|
1235
|
+
<td class="name"><code><a href="#shadowColor">shadowColor</a></code></td>
|
|
1322
1236
|
<td class="name">
|
|
1323
1237
|
<code>
|
|
1324
1238
|
|
|
1325
1239
|
<span class="param-type">string</span>
|
|
1326
1240
|
|
|
1327
1241
|
|
|
1242
|
+
|
|
1328
1243
|
</code>
|
|
1329
1244
|
</td>
|
|
1330
1245
|
<td class="name"><code><p>阴影颜色。注:请将 shadowColor 属性与 shadowBlur 属性一起使用,来创建阴影。</p></code></td>
|
|
1331
1246
|
</tr>
|
|
1332
1247
|
|
|
1333
1248
|
<tr class="deep-level-0">
|
|
1334
|
-
<td class="name"><code><a href="
|
|
1249
|
+
<td class="name"><code><a href="#shadowOffsetX">shadowOffsetX</a></code></td>
|
|
1335
1250
|
<td class="name">
|
|
1336
1251
|
<code>
|
|
1337
1252
|
|
|
1338
1253
|
<span class="param-type">number</span>
|
|
1339
1254
|
|
|
1340
1255
|
|
|
1256
|
+
|
|
1341
1257
|
</code>
|
|
1342
1258
|
</td>
|
|
1343
1259
|
<td class="name"><code><p>阴影 X 方向偏移值。</p></code></td>
|
|
1344
1260
|
</tr>
|
|
1345
1261
|
|
|
1346
1262
|
<tr class="deep-level-0">
|
|
1347
|
-
<td class="name"><code><a href="
|
|
1263
|
+
<td class="name"><code><a href="#shadowOffsetY">shadowOffsetY</a></code></td>
|
|
1348
1264
|
<td class="name">
|
|
1349
1265
|
<code>
|
|
1350
1266
|
|
|
1351
1267
|
<span class="param-type">number</span>
|
|
1352
1268
|
|
|
1353
1269
|
|
|
1270
|
+
|
|
1354
1271
|
</code>
|
|
1355
1272
|
</td>
|
|
1356
1273
|
<td class="name"><code><p>Y 方向偏移值。</p></code></td>
|
|
1357
1274
|
</tr>
|
|
1358
1275
|
|
|
1359
1276
|
<tr class="deep-level-0">
|
|
1360
|
-
<td class="name"><code><a href="
|
|
1277
|
+
<td class="name"><code><a href="#stroke">stroke</a></code></td>
|
|
1361
1278
|
<td class="name">
|
|
1362
1279
|
<code>
|
|
1363
1280
|
|
|
1364
1281
|
<span class="param-type">boolean</span>
|
|
1365
1282
|
|
|
1366
1283
|
|
|
1284
|
+
|
|
1367
1285
|
</code>
|
|
1368
1286
|
</td>
|
|
1369
1287
|
<td class="name"><code><p>是否描边,不需要描边则设置为false。如果 fill 与 stroke 同时为 false,将按 fill 与 stroke 的默认值渲染图层。</p></code></td>
|
|
1370
1288
|
</tr>
|
|
1371
1289
|
|
|
1372
1290
|
<tr class="deep-level-0">
|
|
1373
|
-
<td class="name"><code><a href="
|
|
1291
|
+
<td class="name"><code><a href="#strokeColor">strokeColor</a></code></td>
|
|
1374
1292
|
<td class="name">
|
|
1375
1293
|
<code>
|
|
1376
1294
|
|
|
1377
1295
|
<span class="param-type">string</span>
|
|
1378
1296
|
|
|
1379
1297
|
|
|
1298
|
+
|
|
1380
1299
|
</code>
|
|
1381
1300
|
</td>
|
|
1382
1301
|
<td class="name"><code><p>十六进制描边颜色。</p></code></td>
|
|
1383
1302
|
</tr>
|
|
1384
1303
|
|
|
1385
1304
|
<tr class="deep-level-0">
|
|
1386
|
-
<td class="name"><code><a href="
|
|
1305
|
+
<td class="name"><code><a href="#strokeDashstyle">strokeDashstyle</a></code></td>
|
|
1387
1306
|
<td class="name">
|
|
1388
1307
|
<code>
|
|
1389
1308
|
|
|
1390
1309
|
<span class="param-type">string</span>
|
|
1391
1310
|
|
|
1392
1311
|
|
|
1312
|
+
|
|
1393
1313
|
</code>
|
|
1394
1314
|
</td>
|
|
1395
1315
|
<td class="name"><code><p>虚线类型; strokeDashstyle 有八种类型 “dot",“dash",“dashdot",“longdash",“longdashdot",“solid", "dashed", "dotted";
|
|
@@ -1397,52 +1317,56 @@ solid 表示实线。</p></code></td>
|
|
|
1397
1317
|
</tr>
|
|
1398
1318
|
|
|
1399
1319
|
<tr class="deep-level-0">
|
|
1400
|
-
<td class="name"><code><a href="
|
|
1320
|
+
<td class="name"><code><a href="#strokeLinecap">strokeLinecap</a></code></td>
|
|
1401
1321
|
<td class="name">
|
|
1402
1322
|
<code>
|
|
1403
1323
|
|
|
1404
1324
|
<span class="param-type">string</span>
|
|
1405
1325
|
|
|
1406
1326
|
|
|
1327
|
+
|
|
1407
1328
|
</code>
|
|
1408
1329
|
</td>
|
|
1409
1330
|
<td class="name"><code><p>线帽样式;strokeLinecap 有三种类型 “butt", "round", "square" 。</p></code></td>
|
|
1410
1331
|
</tr>
|
|
1411
1332
|
|
|
1412
1333
|
<tr class="deep-level-0">
|
|
1413
|
-
<td class="name"><code><a href="
|
|
1334
|
+
<td class="name"><code><a href="#strokeLineJoin">strokeLineJoin</a></code></td>
|
|
1414
1335
|
<td class="name">
|
|
1415
1336
|
<code>
|
|
1416
1337
|
|
|
1417
1338
|
<span class="param-type">string</span>
|
|
1418
1339
|
|
|
1419
1340
|
|
|
1341
|
+
|
|
1420
1342
|
</code>
|
|
1421
1343
|
</td>
|
|
1422
1344
|
<td class="name"><code><p>线段连接样式;strokeLineJoin 有三种类型 “miter", "round", "bevel"。</p></code></td>
|
|
1423
1345
|
</tr>
|
|
1424
1346
|
|
|
1425
1347
|
<tr class="deep-level-0">
|
|
1426
|
-
<td class="name"><code><a href="
|
|
1348
|
+
<td class="name"><code><a href="#strokeOpacity">strokeOpacity</a></code></td>
|
|
1427
1349
|
<td class="name">
|
|
1428
1350
|
<code>
|
|
1429
1351
|
|
|
1430
1352
|
<span class="param-type">number</span>
|
|
1431
1353
|
|
|
1432
1354
|
|
|
1355
|
+
|
|
1433
1356
|
</code>
|
|
1434
1357
|
</td>
|
|
1435
1358
|
<td class="name"><code><p>描边的不透明度。取值范围[0, 1]。</p></code></td>
|
|
1436
1359
|
</tr>
|
|
1437
1360
|
|
|
1438
1361
|
<tr class="deep-level-0">
|
|
1439
|
-
<td class="name"><code><a href="
|
|
1362
|
+
<td class="name"><code><a href="#strokeWidth">strokeWidth</a></code></td>
|
|
1440
1363
|
<td class="name">
|
|
1441
1364
|
<code>
|
|
1442
1365
|
|
|
1443
1366
|
<span class="param-type">number</span>
|
|
1444
1367
|
|
|
1445
1368
|
|
|
1369
|
+
|
|
1446
1370
|
</code>
|
|
1447
1371
|
</td>
|
|
1448
1372
|
<td class="name"><code><p>线宽度/描边宽度。</p></code></td>
|
|
@@ -1462,6 +1386,7 @@ solid 表示实线。</p></code></td>
|
|
|
1462
1386
|
<span class="param-type">boolean</span>
|
|
1463
1387
|
|
|
1464
1388
|
|
|
1389
|
+
|
|
1465
1390
|
</span>
|
|
1466
1391
|
|
|
1467
1392
|
<h4 class="name" id="fill">
|
|
@@ -1539,6 +1464,7 @@ solid 表示实线。</p></code></td>
|
|
|
1539
1464
|
<span class="param-type">string</span>
|
|
1540
1465
|
|
|
1541
1466
|
|
|
1467
|
+
|
|
1542
1468
|
</span>
|
|
1543
1469
|
|
|
1544
1470
|
<h4 class="name" id="fillColor">
|
|
@@ -1616,6 +1542,7 @@ solid 表示实线。</p></code></td>
|
|
|
1616
1542
|
<span class="param-type">number</span>
|
|
1617
1543
|
|
|
1618
1544
|
|
|
1545
|
+
|
|
1619
1546
|
</span>
|
|
1620
1547
|
|
|
1621
1548
|
<h4 class="name" id="fillOpacity">
|
|
@@ -1693,6 +1620,7 @@ solid 表示实线。</p></code></td>
|
|
|
1693
1620
|
<span class="param-type">string</span>
|
|
1694
1621
|
|
|
1695
1622
|
|
|
1623
|
+
|
|
1696
1624
|
</span>
|
|
1697
1625
|
|
|
1698
1626
|
<h4 class="name" id="fontColor">
|
|
@@ -1765,6 +1693,7 @@ solid 表示实线。</p></code></td>
|
|
|
1765
1693
|
<span class="param-type">string</span>
|
|
1766
1694
|
|
|
1767
1695
|
|
|
1696
|
+
|
|
1768
1697
|
</span>
|
|
1769
1698
|
|
|
1770
1699
|
<h4 class="name" id="fontFamily">
|
|
@@ -1843,6 +1772,7 @@ solid 表示实线。</p></code></td>
|
|
|
1843
1772
|
<span class="param-type">number</span>
|
|
1844
1773
|
|
|
1845
1774
|
|
|
1775
|
+
|
|
1846
1776
|
</span>
|
|
1847
1777
|
|
|
1848
1778
|
<h4 class="name" id="fontSize">
|
|
@@ -1920,6 +1850,7 @@ solid 表示实线。</p></code></td>
|
|
|
1920
1850
|
<span class="param-type">string</span>
|
|
1921
1851
|
|
|
1922
1852
|
|
|
1853
|
+
|
|
1923
1854
|
</span>
|
|
1924
1855
|
|
|
1925
1856
|
<h4 class="name" id="fontStyle">
|
|
@@ -1997,6 +1928,7 @@ solid 表示实线。</p></code></td>
|
|
|
1997
1928
|
<span class="param-type">string</span>
|
|
1998
1929
|
|
|
1999
1930
|
|
|
1931
|
+
|
|
2000
1932
|
</span>
|
|
2001
1933
|
|
|
2002
1934
|
<h4 class="name" id="fontVariant">
|
|
@@ -2074,6 +2006,7 @@ solid 表示实线。</p></code></td>
|
|
|
2074
2006
|
<span class="param-type">string</span>
|
|
2075
2007
|
|
|
2076
2008
|
|
|
2009
|
+
|
|
2077
2010
|
</span>
|
|
2078
2011
|
|
|
2079
2012
|
<h4 class="name" id="fontWeight">
|
|
@@ -2151,6 +2084,7 @@ solid 表示实线。</p></code></td>
|
|
|
2151
2084
|
<span class="param-type">string</span>
|
|
2152
2085
|
|
|
2153
2086
|
|
|
2087
|
+
|
|
2154
2088
|
</span>
|
|
2155
2089
|
|
|
2156
2090
|
<h4 class="name" id="label">
|
|
@@ -2223,6 +2157,7 @@ solid 表示实线。</p></code></td>
|
|
|
2223
2157
|
<span class="param-type">string</span>
|
|
2224
2158
|
|
|
2225
2159
|
|
|
2160
|
+
|
|
2226
2161
|
</span>
|
|
2227
2162
|
|
|
2228
2163
|
<h4 class="name" id="labelAlign">
|
|
@@ -2300,6 +2235,7 @@ solid 表示实线。</p></code></td>
|
|
|
2300
2235
|
<span class="param-type">string</span>
|
|
2301
2236
|
|
|
2302
2237
|
|
|
2238
|
+
|
|
2303
2239
|
</span>
|
|
2304
2240
|
|
|
2305
2241
|
<h4 class="name" id="labelBaseline">
|
|
@@ -2377,6 +2313,7 @@ solid 表示实线。</p></code></td>
|
|
|
2377
2313
|
<span class="param-type">string</span>
|
|
2378
2314
|
|
|
2379
2315
|
|
|
2316
|
+
|
|
2380
2317
|
</span>
|
|
2381
2318
|
|
|
2382
2319
|
<h4 class="name" id="labelPosition">
|
|
@@ -2454,6 +2391,7 @@ solid 表示实线。</p></code></td>
|
|
|
2454
2391
|
<span class="param-type">boolean</span>
|
|
2455
2392
|
|
|
2456
2393
|
|
|
2394
|
+
|
|
2457
2395
|
</span>
|
|
2458
2396
|
|
|
2459
2397
|
<h4 class="name" id="labelRect">
|
|
@@ -2526,6 +2464,7 @@ solid 表示实线。</p></code></td>
|
|
|
2526
2464
|
<span class="param-type">number</span>
|
|
2527
2465
|
|
|
2528
2466
|
|
|
2467
|
+
|
|
2529
2468
|
</span>
|
|
2530
2469
|
|
|
2531
2470
|
<h4 class="name" id="labelXOffset">
|
|
@@ -2598,6 +2537,7 @@ solid 表示实线。</p></code></td>
|
|
|
2598
2537
|
<span class="param-type">number</span>
|
|
2599
2538
|
|
|
2600
2539
|
|
|
2540
|
+
|
|
2601
2541
|
</span>
|
|
2602
2542
|
|
|
2603
2543
|
<h4 class="name" id="labelYOffset">
|
|
@@ -2670,6 +2610,7 @@ solid 表示实线。</p></code></td>
|
|
|
2670
2610
|
<span class="param-type">number</span>
|
|
2671
2611
|
|
|
2672
2612
|
|
|
2613
|
+
|
|
2673
2614
|
</span>
|
|
2674
2615
|
|
|
2675
2616
|
<h4 class="name" id="pointRadius">
|
|
@@ -2747,6 +2688,7 @@ solid 表示实线。</p></code></td>
|
|
|
2747
2688
|
<span class="param-type">number</span>
|
|
2748
2689
|
|
|
2749
2690
|
|
|
2691
|
+
|
|
2750
2692
|
</span>
|
|
2751
2693
|
|
|
2752
2694
|
<h4 class="name" id="shadowBlur">
|
|
@@ -2819,6 +2761,7 @@ solid 表示实线。</p></code></td>
|
|
|
2819
2761
|
<span class="param-type">string</span>
|
|
2820
2762
|
|
|
2821
2763
|
|
|
2764
|
+
|
|
2822
2765
|
</span>
|
|
2823
2766
|
|
|
2824
2767
|
<h4 class="name" id="shadowColor">
|
|
@@ -2896,6 +2839,7 @@ solid 表示实线。</p></code></td>
|
|
|
2896
2839
|
<span class="param-type">number</span>
|
|
2897
2840
|
|
|
2898
2841
|
|
|
2842
|
+
|
|
2899
2843
|
</span>
|
|
2900
2844
|
|
|
2901
2845
|
<h4 class="name" id="shadowOffsetX">
|
|
@@ -2968,6 +2912,7 @@ solid 表示实线。</p></code></td>
|
|
|
2968
2912
|
<span class="param-type">number</span>
|
|
2969
2913
|
|
|
2970
2914
|
|
|
2915
|
+
|
|
2971
2916
|
</span>
|
|
2972
2917
|
|
|
2973
2918
|
<h4 class="name" id="shadowOffsetY">
|
|
@@ -3038,6 +2983,7 @@ solid 表示实线。</p></code></td>
|
|
|
3038
2983
|
<span class="param-type">boolean</span>
|
|
3039
2984
|
|
|
3040
2985
|
|
|
2986
|
+
|
|
3041
2987
|
</span>
|
|
3042
2988
|
|
|
3043
2989
|
<h4 class="name" id="stroke">
|
|
@@ -3110,6 +3056,7 @@ solid 表示实线。</p></code></td>
|
|
|
3110
3056
|
<span class="param-type">string</span>
|
|
3111
3057
|
|
|
3112
3058
|
|
|
3059
|
+
|
|
3113
3060
|
</span>
|
|
3114
3061
|
|
|
3115
3062
|
<h4 class="name" id="strokeColor">
|
|
@@ -3187,6 +3134,7 @@ solid 表示实线。</p></code></td>
|
|
|
3187
3134
|
<span class="param-type">string</span>
|
|
3188
3135
|
|
|
3189
3136
|
|
|
3137
|
+
|
|
3190
3138
|
</span>
|
|
3191
3139
|
|
|
3192
3140
|
<h4 class="name" id="strokeDashstyle">
|
|
@@ -3265,6 +3213,7 @@ solid 表示实线。</p>
|
|
|
3265
3213
|
<span class="param-type">string</span>
|
|
3266
3214
|
|
|
3267
3215
|
|
|
3216
|
+
|
|
3268
3217
|
</span>
|
|
3269
3218
|
|
|
3270
3219
|
<h4 class="name" id="strokeLinecap">
|
|
@@ -3342,6 +3291,7 @@ solid 表示实线。</p>
|
|
|
3342
3291
|
<span class="param-type">string</span>
|
|
3343
3292
|
|
|
3344
3293
|
|
|
3294
|
+
|
|
3345
3295
|
</span>
|
|
3346
3296
|
|
|
3347
3297
|
<h4 class="name" id="strokeLineJoin">
|
|
@@ -3419,6 +3369,7 @@ solid 表示实线。</p>
|
|
|
3419
3369
|
<span class="param-type">number</span>
|
|
3420
3370
|
|
|
3421
3371
|
|
|
3372
|
+
|
|
3422
3373
|
</span>
|
|
3423
3374
|
|
|
3424
3375
|
<h4 class="name" id="strokeOpacity">
|
|
@@ -3496,6 +3447,7 @@ solid 表示实线。</p>
|
|
|
3496
3447
|
<span class="param-type">number</span>
|
|
3497
3448
|
|
|
3498
3449
|
|
|
3450
|
+
|
|
3499
3451
|
</span>
|
|
3500
3452
|
|
|
3501
3453
|
<h4 class="name" id="strokeWidth">
|
|
@@ -3576,43 +3528,4 @@ solid 表示实线。</p>
|
|
|
3576
3528
|
|
|
3577
3529
|
</article>
|
|
3578
3530
|
|
|
3579
|
-
</section>
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
</div>
|
|
3585
|
-
|
|
3586
|
-
<footer class="footer">
|
|
3587
|
-
<div class="content has-text-centered">
|
|
3588
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
3589
|
-
<p class="sidebar-created-by">
|
|
3590
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
3591
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
3592
|
-
</p>
|
|
3593
|
-
</div>
|
|
3594
|
-
</footer>
|
|
3595
|
-
|
|
3596
|
-
</div>
|
|
3597
|
-
<div id="side-nav" class="side-nav">
|
|
3598
|
-
<div style="margin-bottom: 10px;">
|
|
3599
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
3600
|
-
</div>
|
|
3601
|
-
<div style="margin-bottom: 10px;">
|
|
3602
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
3603
|
-
</div>
|
|
3604
|
-
<div style="margin-bottom: 10px;">
|
|
3605
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
3606
|
-
</div>
|
|
3607
|
-
<div>
|
|
3608
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
3609
|
-
</div>
|
|
3610
|
-
</div>
|
|
3611
|
-
</div>
|
|
3612
|
-
<script src="scripts/linenumber.js"> </script>
|
|
3613
|
-
|
|
3614
|
-
<script src="scripts/search.js"> </script>
|
|
3615
|
-
|
|
3616
|
-
<script src="scripts/sideBar.js"> </script>
|
|
3617
|
-
</body>
|
|
3618
|
-
</html>
|
|
3531
|
+
</section>
|