@mapgis/webclient-leaflet-plugin 17.0.2 → 17.0.5
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 +25 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/es5/webclient-leaflet-plugin.min.js +2 -2
- package/dist/webclient-leaflet-plugin-es6.min.js +8 -8
- package/documention/DrawControl.html +28 -13
- package/documention/L.zondy.MapvBaseLayer.html +45 -15
- package/documention/MapViewLeaflet.html +903 -263
- package/documention/Popup.html +156 -42
- package/documention/Screenshot.html +46 -21
- package/documention/SketchEditorLeaflet.html +261 -88
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +352 -122
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +525 -175
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +395 -140
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +253 -78
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +560 -140
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +423 -148
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +557 -187
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +388 -138
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +403 -143
- package/documention/Zondy.Widget.html +45 -12
- package/documention/Zondy.view.UI.html +26 -7
- package/documention/global.html +28 -8
- package/documention/index.html +4 -4
- package/documention/scripts/sideBar.js +133 -6
- package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +1 -1
- package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +1 -1
- package/package.json +1 -1
|
@@ -69,13 +69,18 @@
|
|
|
69
69
|
|
|
70
70
|
<tr class="deep-level-0">
|
|
71
71
|
|
|
72
|
-
<td class="name"
|
|
72
|
+
<td class="name"><code>options</code></td>
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
<td class="type">
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
<span class="param-type">
|
|
78
|
+
<span class="param-type">
|
|
79
|
+
|
|
80
|
+
Object
|
|
81
|
+
|
|
82
|
+
</span>
|
|
83
|
+
|
|
79
84
|
|
|
80
85
|
|
|
81
86
|
|
|
@@ -95,13 +100,18 @@
|
|
|
95
100
|
|
|
96
101
|
<tr class="deep-level-1">
|
|
97
102
|
|
|
98
|
-
<td class="name"
|
|
103
|
+
<td class="name"><code>fill</code></td>
|
|
99
104
|
|
|
100
105
|
|
|
101
106
|
<td class="type">
|
|
102
107
|
|
|
103
108
|
|
|
104
|
-
<span class="param-type">
|
|
109
|
+
<span class="param-type">
|
|
110
|
+
|
|
111
|
+
boolean
|
|
112
|
+
|
|
113
|
+
</span>
|
|
114
|
+
|
|
105
115
|
|
|
106
116
|
|
|
107
117
|
|
|
@@ -123,13 +133,18 @@
|
|
|
123
133
|
|
|
124
134
|
<tr class="deep-level-1">
|
|
125
135
|
|
|
126
|
-
<td class="name"
|
|
136
|
+
<td class="name"><code>fillColor</code></td>
|
|
127
137
|
|
|
128
138
|
|
|
129
139
|
<td class="type">
|
|
130
140
|
|
|
131
141
|
|
|
132
|
-
<span class="param-type">
|
|
142
|
+
<span class="param-type">
|
|
143
|
+
|
|
144
|
+
string
|
|
145
|
+
|
|
146
|
+
</span>
|
|
147
|
+
|
|
133
148
|
|
|
134
149
|
|
|
135
150
|
|
|
@@ -151,13 +166,18 @@
|
|
|
151
166
|
|
|
152
167
|
<tr class="deep-level-1">
|
|
153
168
|
|
|
154
|
-
<td class="name"
|
|
169
|
+
<td class="name"><code>fillOpacity</code></td>
|
|
155
170
|
|
|
156
171
|
|
|
157
172
|
<td class="type">
|
|
158
173
|
|
|
159
174
|
|
|
160
|
-
<span class="param-type">
|
|
175
|
+
<span class="param-type">
|
|
176
|
+
|
|
177
|
+
number
|
|
178
|
+
|
|
179
|
+
</span>
|
|
180
|
+
|
|
161
181
|
|
|
162
182
|
|
|
163
183
|
|
|
@@ -179,13 +199,18 @@
|
|
|
179
199
|
|
|
180
200
|
<tr class="deep-level-1">
|
|
181
201
|
|
|
182
|
-
<td class="name"
|
|
202
|
+
<td class="name"><code>stroke</code></td>
|
|
183
203
|
|
|
184
204
|
|
|
185
205
|
<td class="type">
|
|
186
206
|
|
|
187
207
|
|
|
188
|
-
<span class="param-type">
|
|
208
|
+
<span class="param-type">
|
|
209
|
+
|
|
210
|
+
boolean
|
|
211
|
+
|
|
212
|
+
</span>
|
|
213
|
+
|
|
189
214
|
|
|
190
215
|
|
|
191
216
|
|
|
@@ -207,13 +232,18 @@
|
|
|
207
232
|
|
|
208
233
|
<tr class="deep-level-1">
|
|
209
234
|
|
|
210
|
-
<td class="name"
|
|
235
|
+
<td class="name"><code>strokeColor</code></td>
|
|
211
236
|
|
|
212
237
|
|
|
213
238
|
<td class="type">
|
|
214
239
|
|
|
215
240
|
|
|
216
|
-
<span class="param-type">
|
|
241
|
+
<span class="param-type">
|
|
242
|
+
|
|
243
|
+
string
|
|
244
|
+
|
|
245
|
+
</span>
|
|
246
|
+
|
|
217
247
|
|
|
218
248
|
|
|
219
249
|
|
|
@@ -235,13 +265,18 @@
|
|
|
235
265
|
|
|
236
266
|
<tr class="deep-level-1">
|
|
237
267
|
|
|
238
|
-
<td class="name"
|
|
268
|
+
<td class="name"><code>strokeOpacity</code></td>
|
|
239
269
|
|
|
240
270
|
|
|
241
271
|
<td class="type">
|
|
242
272
|
|
|
243
273
|
|
|
244
|
-
<span class="param-type">
|
|
274
|
+
<span class="param-type">
|
|
275
|
+
|
|
276
|
+
number
|
|
277
|
+
|
|
278
|
+
</span>
|
|
279
|
+
|
|
245
280
|
|
|
246
281
|
|
|
247
282
|
|
|
@@ -263,13 +298,18 @@
|
|
|
263
298
|
|
|
264
299
|
<tr class="deep-level-1">
|
|
265
300
|
|
|
266
|
-
<td class="name"
|
|
301
|
+
<td class="name"><code>strokeWidth</code></td>
|
|
267
302
|
|
|
268
303
|
|
|
269
304
|
<td class="type">
|
|
270
305
|
|
|
271
306
|
|
|
272
|
-
<span class="param-type">
|
|
307
|
+
<span class="param-type">
|
|
308
|
+
|
|
309
|
+
number
|
|
310
|
+
|
|
311
|
+
</span>
|
|
312
|
+
|
|
273
313
|
|
|
274
314
|
|
|
275
315
|
|
|
@@ -291,13 +331,18 @@
|
|
|
291
331
|
|
|
292
332
|
<tr class="deep-level-1">
|
|
293
333
|
|
|
294
|
-
<td class="name"
|
|
334
|
+
<td class="name"><code>strokeLinecap</code></td>
|
|
295
335
|
|
|
296
336
|
|
|
297
337
|
<td class="type">
|
|
298
338
|
|
|
299
339
|
|
|
300
|
-
<span class="param-type">
|
|
340
|
+
<span class="param-type">
|
|
341
|
+
|
|
342
|
+
string
|
|
343
|
+
|
|
344
|
+
</span>
|
|
345
|
+
|
|
301
346
|
|
|
302
347
|
|
|
303
348
|
|
|
@@ -319,13 +364,18 @@
|
|
|
319
364
|
|
|
320
365
|
<tr class="deep-level-1">
|
|
321
366
|
|
|
322
|
-
<td class="name"
|
|
367
|
+
<td class="name"><code>strokeLineJoin</code></td>
|
|
323
368
|
|
|
324
369
|
|
|
325
370
|
<td class="type">
|
|
326
371
|
|
|
327
372
|
|
|
328
|
-
<span class="param-type">
|
|
373
|
+
<span class="param-type">
|
|
374
|
+
|
|
375
|
+
string
|
|
376
|
+
|
|
377
|
+
</span>
|
|
378
|
+
|
|
329
379
|
|
|
330
380
|
|
|
331
381
|
|
|
@@ -347,13 +397,18 @@
|
|
|
347
397
|
|
|
348
398
|
<tr class="deep-level-1">
|
|
349
399
|
|
|
350
|
-
<td class="name"
|
|
400
|
+
<td class="name"><code>strokeDashstyle</code></td>
|
|
351
401
|
|
|
352
402
|
|
|
353
403
|
<td class="type">
|
|
354
404
|
|
|
355
405
|
|
|
356
|
-
<span class="param-type">
|
|
406
|
+
<span class="param-type">
|
|
407
|
+
|
|
408
|
+
string
|
|
409
|
+
|
|
410
|
+
</span>
|
|
411
|
+
|
|
357
412
|
|
|
358
413
|
|
|
359
414
|
|
|
@@ -375,13 +430,18 @@
|
|
|
375
430
|
|
|
376
431
|
<tr class="deep-level-1">
|
|
377
432
|
|
|
378
|
-
<td class="name"
|
|
433
|
+
<td class="name"><code>pointRadius</code></td>
|
|
379
434
|
|
|
380
435
|
|
|
381
436
|
<td class="type">
|
|
382
437
|
|
|
383
438
|
|
|
384
|
-
<span class="param-type">
|
|
439
|
+
<span class="param-type">
|
|
440
|
+
|
|
441
|
+
number
|
|
442
|
+
|
|
443
|
+
</span>
|
|
444
|
+
|
|
385
445
|
|
|
386
446
|
|
|
387
447
|
|
|
@@ -403,13 +463,18 @@
|
|
|
403
463
|
|
|
404
464
|
<tr class="deep-level-1">
|
|
405
465
|
|
|
406
|
-
<td class="name"
|
|
466
|
+
<td class="name"><code>shadowBlur</code></td>
|
|
407
467
|
|
|
408
468
|
|
|
409
469
|
<td class="type">
|
|
410
470
|
|
|
411
471
|
|
|
412
|
-
<span class="param-type">
|
|
472
|
+
<span class="param-type">
|
|
473
|
+
|
|
474
|
+
number
|
|
475
|
+
|
|
476
|
+
</span>
|
|
477
|
+
|
|
413
478
|
|
|
414
479
|
|
|
415
480
|
|
|
@@ -431,13 +496,18 @@
|
|
|
431
496
|
|
|
432
497
|
<tr class="deep-level-1">
|
|
433
498
|
|
|
434
|
-
<td class="name"
|
|
499
|
+
<td class="name"><code>shadowColor</code></td>
|
|
435
500
|
|
|
436
501
|
|
|
437
502
|
<td class="type">
|
|
438
503
|
|
|
439
504
|
|
|
440
|
-
<span class="param-type">
|
|
505
|
+
<span class="param-type">
|
|
506
|
+
|
|
507
|
+
string
|
|
508
|
+
|
|
509
|
+
</span>
|
|
510
|
+
|
|
441
511
|
|
|
442
512
|
|
|
443
513
|
|
|
@@ -459,13 +529,18 @@
|
|
|
459
529
|
|
|
460
530
|
<tr class="deep-level-1">
|
|
461
531
|
|
|
462
|
-
<td class="name"
|
|
532
|
+
<td class="name"><code>shadowOffsetX</code></td>
|
|
463
533
|
|
|
464
534
|
|
|
465
535
|
<td class="type">
|
|
466
536
|
|
|
467
537
|
|
|
468
|
-
<span class="param-type">
|
|
538
|
+
<span class="param-type">
|
|
539
|
+
|
|
540
|
+
number
|
|
541
|
+
|
|
542
|
+
</span>
|
|
543
|
+
|
|
469
544
|
|
|
470
545
|
|
|
471
546
|
|
|
@@ -487,13 +562,18 @@
|
|
|
487
562
|
|
|
488
563
|
<tr class="deep-level-1">
|
|
489
564
|
|
|
490
|
-
<td class="name"
|
|
565
|
+
<td class="name"><code>shadowOffsetY</code></td>
|
|
491
566
|
|
|
492
567
|
|
|
493
568
|
<td class="type">
|
|
494
569
|
|
|
495
570
|
|
|
496
|
-
<span class="param-type">
|
|
571
|
+
<span class="param-type">
|
|
572
|
+
|
|
573
|
+
number
|
|
574
|
+
|
|
575
|
+
</span>
|
|
576
|
+
|
|
497
577
|
|
|
498
578
|
|
|
499
579
|
|
|
@@ -515,13 +595,18 @@
|
|
|
515
595
|
|
|
516
596
|
<tr class="deep-level-1">
|
|
517
597
|
|
|
518
|
-
<td class="name"
|
|
598
|
+
<td class="name"><code>label</code></td>
|
|
519
599
|
|
|
520
600
|
|
|
521
601
|
<td class="type">
|
|
522
602
|
|
|
523
603
|
|
|
524
|
-
<span class="param-type">
|
|
604
|
+
<span class="param-type">
|
|
605
|
+
|
|
606
|
+
string
|
|
607
|
+
|
|
608
|
+
</span>
|
|
609
|
+
|
|
525
610
|
|
|
526
611
|
|
|
527
612
|
|
|
@@ -541,13 +626,18 @@
|
|
|
541
626
|
|
|
542
627
|
<tr class="deep-level-1">
|
|
543
628
|
|
|
544
|
-
<td class="name"
|
|
629
|
+
<td class="name"><code>fontColor</code></td>
|
|
545
630
|
|
|
546
631
|
|
|
547
632
|
<td class="type">
|
|
548
633
|
|
|
549
634
|
|
|
550
|
-
<span class="param-type">
|
|
635
|
+
<span class="param-type">
|
|
636
|
+
|
|
637
|
+
string
|
|
638
|
+
|
|
639
|
+
</span>
|
|
640
|
+
|
|
551
641
|
|
|
552
642
|
|
|
553
643
|
|
|
@@ -567,13 +657,18 @@
|
|
|
567
657
|
|
|
568
658
|
<tr class="deep-level-1">
|
|
569
659
|
|
|
570
|
-
<td class="name"
|
|
660
|
+
<td class="name"><code>fontSize</code></td>
|
|
571
661
|
|
|
572
662
|
|
|
573
663
|
<td class="type">
|
|
574
664
|
|
|
575
665
|
|
|
576
|
-
<span class="param-type">
|
|
666
|
+
<span class="param-type">
|
|
667
|
+
|
|
668
|
+
number
|
|
669
|
+
|
|
670
|
+
</span>
|
|
671
|
+
|
|
577
672
|
|
|
578
673
|
|
|
579
674
|
|
|
@@ -595,13 +690,18 @@
|
|
|
595
690
|
|
|
596
691
|
<tr class="deep-level-1">
|
|
597
692
|
|
|
598
|
-
<td class="name"
|
|
693
|
+
<td class="name"><code>fontStyle</code></td>
|
|
599
694
|
|
|
600
695
|
|
|
601
696
|
<td class="type">
|
|
602
697
|
|
|
603
698
|
|
|
604
|
-
<span class="param-type">
|
|
699
|
+
<span class="param-type">
|
|
700
|
+
|
|
701
|
+
string
|
|
702
|
+
|
|
703
|
+
</span>
|
|
704
|
+
|
|
605
705
|
|
|
606
706
|
|
|
607
707
|
|
|
@@ -623,13 +723,18 @@
|
|
|
623
723
|
|
|
624
724
|
<tr class="deep-level-1">
|
|
625
725
|
|
|
626
|
-
<td class="name"
|
|
726
|
+
<td class="name"><code>fontVariant</code></td>
|
|
627
727
|
|
|
628
728
|
|
|
629
729
|
<td class="type">
|
|
630
730
|
|
|
631
731
|
|
|
632
|
-
<span class="param-type">
|
|
732
|
+
<span class="param-type">
|
|
733
|
+
|
|
734
|
+
string
|
|
735
|
+
|
|
736
|
+
</span>
|
|
737
|
+
|
|
633
738
|
|
|
634
739
|
|
|
635
740
|
|
|
@@ -651,13 +756,18 @@
|
|
|
651
756
|
|
|
652
757
|
<tr class="deep-level-1">
|
|
653
758
|
|
|
654
|
-
<td class="name"
|
|
759
|
+
<td class="name"><code>fontWeight</code></td>
|
|
655
760
|
|
|
656
761
|
|
|
657
762
|
<td class="type">
|
|
658
763
|
|
|
659
764
|
|
|
660
|
-
<span class="param-type">
|
|
765
|
+
<span class="param-type">
|
|
766
|
+
|
|
767
|
+
string
|
|
768
|
+
|
|
769
|
+
</span>
|
|
770
|
+
|
|
661
771
|
|
|
662
772
|
|
|
663
773
|
|
|
@@ -679,13 +789,18 @@
|
|
|
679
789
|
|
|
680
790
|
<tr class="deep-level-1">
|
|
681
791
|
|
|
682
|
-
<td class="name"
|
|
792
|
+
<td class="name"><code>fontFamily</code></td>
|
|
683
793
|
|
|
684
794
|
|
|
685
795
|
<td class="type">
|
|
686
796
|
|
|
687
797
|
|
|
688
|
-
<span class="param-type">
|
|
798
|
+
<span class="param-type">
|
|
799
|
+
|
|
800
|
+
string
|
|
801
|
+
|
|
802
|
+
</span>
|
|
803
|
+
|
|
689
804
|
|
|
690
805
|
|
|
691
806
|
|
|
@@ -709,13 +824,18 @@
|
|
|
709
824
|
|
|
710
825
|
<tr class="deep-level-1">
|
|
711
826
|
|
|
712
|
-
<td class="name"
|
|
827
|
+
<td class="name"><code>labelPosition</code></td>
|
|
713
828
|
|
|
714
829
|
|
|
715
830
|
<td class="type">
|
|
716
831
|
|
|
717
832
|
|
|
718
|
-
<span class="param-type">
|
|
833
|
+
<span class="param-type">
|
|
834
|
+
|
|
835
|
+
string
|
|
836
|
+
|
|
837
|
+
</span>
|
|
838
|
+
|
|
719
839
|
|
|
720
840
|
|
|
721
841
|
|
|
@@ -737,13 +857,18 @@
|
|
|
737
857
|
|
|
738
858
|
<tr class="deep-level-1">
|
|
739
859
|
|
|
740
|
-
<td class="name"
|
|
860
|
+
<td class="name"><code>labelAlign</code></td>
|
|
741
861
|
|
|
742
862
|
|
|
743
863
|
<td class="type">
|
|
744
864
|
|
|
745
865
|
|
|
746
|
-
<span class="param-type">
|
|
866
|
+
<span class="param-type">
|
|
867
|
+
|
|
868
|
+
string
|
|
869
|
+
|
|
870
|
+
</span>
|
|
871
|
+
|
|
747
872
|
|
|
748
873
|
|
|
749
874
|
|
|
@@ -765,13 +890,18 @@
|
|
|
765
890
|
|
|
766
891
|
<tr class="deep-level-1">
|
|
767
892
|
|
|
768
|
-
<td class="name"
|
|
893
|
+
<td class="name"><code>labelBaseline</code></td>
|
|
769
894
|
|
|
770
895
|
|
|
771
896
|
<td class="type">
|
|
772
897
|
|
|
773
898
|
|
|
774
|
-
<span class="param-type">
|
|
899
|
+
<span class="param-type">
|
|
900
|
+
|
|
901
|
+
string
|
|
902
|
+
|
|
903
|
+
</span>
|
|
904
|
+
|
|
775
905
|
|
|
776
906
|
|
|
777
907
|
|
|
@@ -793,13 +923,18 @@
|
|
|
793
923
|
|
|
794
924
|
<tr class="deep-level-1">
|
|
795
925
|
|
|
796
|
-
<td class="name"
|
|
926
|
+
<td class="name"><code>labelXOffset</code></td>
|
|
797
927
|
|
|
798
928
|
|
|
799
929
|
<td class="type">
|
|
800
930
|
|
|
801
931
|
|
|
802
|
-
<span class="param-type">
|
|
932
|
+
<span class="param-type">
|
|
933
|
+
|
|
934
|
+
number
|
|
935
|
+
|
|
936
|
+
</span>
|
|
937
|
+
|
|
803
938
|
|
|
804
939
|
|
|
805
940
|
|
|
@@ -821,13 +956,18 @@
|
|
|
821
956
|
|
|
822
957
|
<tr class="deep-level-1">
|
|
823
958
|
|
|
824
|
-
<td class="name"
|
|
959
|
+
<td class="name"><code>labelYOffset</code></td>
|
|
825
960
|
|
|
826
961
|
|
|
827
962
|
<td class="type">
|
|
828
963
|
|
|
829
964
|
|
|
830
|
-
<span class="param-type">
|
|
965
|
+
<span class="param-type">
|
|
966
|
+
|
|
967
|
+
number
|
|
968
|
+
|
|
969
|
+
</span>
|
|
970
|
+
|
|
831
971
|
|
|
832
972
|
|
|
833
973
|
|
|
@@ -951,11 +1091,16 @@
|
|
|
951
1091
|
<tbody>
|
|
952
1092
|
|
|
953
1093
|
<tr class="deep-level-0">
|
|
954
|
-
<td class="name"><code><a href="
|
|
1094
|
+
<td class="name"><code><a href="#fill">fill</a></code></td>
|
|
955
1095
|
<td class="name">
|
|
956
1096
|
<code>
|
|
957
1097
|
|
|
958
|
-
<span class="param-type">
|
|
1098
|
+
<span class="param-type">
|
|
1099
|
+
|
|
1100
|
+
boolean
|
|
1101
|
+
|
|
1102
|
+
</span>
|
|
1103
|
+
|
|
959
1104
|
|
|
960
1105
|
|
|
961
1106
|
</code>
|
|
@@ -964,11 +1109,16 @@
|
|
|
964
1109
|
</tr>
|
|
965
1110
|
|
|
966
1111
|
<tr class="deep-level-0">
|
|
967
|
-
<td class="name"><code><a href="
|
|
1112
|
+
<td class="name"><code><a href="#fillColor">fillColor</a></code></td>
|
|
968
1113
|
<td class="name">
|
|
969
1114
|
<code>
|
|
970
1115
|
|
|
971
|
-
<span class="param-type">
|
|
1116
|
+
<span class="param-type">
|
|
1117
|
+
|
|
1118
|
+
string
|
|
1119
|
+
|
|
1120
|
+
</span>
|
|
1121
|
+
|
|
972
1122
|
|
|
973
1123
|
|
|
974
1124
|
</code>
|
|
@@ -977,11 +1127,16 @@
|
|
|
977
1127
|
</tr>
|
|
978
1128
|
|
|
979
1129
|
<tr class="deep-level-0">
|
|
980
|
-
<td class="name"><code><a href="
|
|
1130
|
+
<td class="name"><code><a href="#fillOpacity">fillOpacity</a></code></td>
|
|
981
1131
|
<td class="name">
|
|
982
1132
|
<code>
|
|
983
1133
|
|
|
984
|
-
<span class="param-type">
|
|
1134
|
+
<span class="param-type">
|
|
1135
|
+
|
|
1136
|
+
number
|
|
1137
|
+
|
|
1138
|
+
</span>
|
|
1139
|
+
|
|
985
1140
|
|
|
986
1141
|
|
|
987
1142
|
</code>
|
|
@@ -990,11 +1145,16 @@
|
|
|
990
1145
|
</tr>
|
|
991
1146
|
|
|
992
1147
|
<tr class="deep-level-0">
|
|
993
|
-
<td class="name"><code><a href="
|
|
1148
|
+
<td class="name"><code><a href="#fontColor">fontColor</a></code></td>
|
|
994
1149
|
<td class="name">
|
|
995
1150
|
<code>
|
|
996
1151
|
|
|
997
|
-
<span class="param-type">
|
|
1152
|
+
<span class="param-type">
|
|
1153
|
+
|
|
1154
|
+
string
|
|
1155
|
+
|
|
1156
|
+
</span>
|
|
1157
|
+
|
|
998
1158
|
|
|
999
1159
|
|
|
1000
1160
|
</code>
|
|
@@ -1003,11 +1163,16 @@
|
|
|
1003
1163
|
</tr>
|
|
1004
1164
|
|
|
1005
1165
|
<tr class="deep-level-0">
|
|
1006
|
-
<td class="name"><code><a href="
|
|
1166
|
+
<td class="name"><code><a href="#fontFamily">fontFamily</a></code></td>
|
|
1007
1167
|
<td class="name">
|
|
1008
1168
|
<code>
|
|
1009
1169
|
|
|
1010
|
-
<span class="param-type">
|
|
1170
|
+
<span class="param-type">
|
|
1171
|
+
|
|
1172
|
+
string
|
|
1173
|
+
|
|
1174
|
+
</span>
|
|
1175
|
+
|
|
1011
1176
|
|
|
1012
1177
|
|
|
1013
1178
|
</code>
|
|
@@ -1017,11 +1182,16 @@
|
|
|
1017
1182
|
</tr>
|
|
1018
1183
|
|
|
1019
1184
|
<tr class="deep-level-0">
|
|
1020
|
-
<td class="name"><code><a href="
|
|
1185
|
+
<td class="name"><code><a href="#fontSize">fontSize</a></code></td>
|
|
1021
1186
|
<td class="name">
|
|
1022
1187
|
<code>
|
|
1023
1188
|
|
|
1024
|
-
<span class="param-type">
|
|
1189
|
+
<span class="param-type">
|
|
1190
|
+
|
|
1191
|
+
number
|
|
1192
|
+
|
|
1193
|
+
</span>
|
|
1194
|
+
|
|
1025
1195
|
|
|
1026
1196
|
|
|
1027
1197
|
</code>
|
|
@@ -1030,11 +1200,16 @@
|
|
|
1030
1200
|
</tr>
|
|
1031
1201
|
|
|
1032
1202
|
<tr class="deep-level-0">
|
|
1033
|
-
<td class="name"><code><a href="
|
|
1203
|
+
<td class="name"><code><a href="#fontStyle">fontStyle</a></code></td>
|
|
1034
1204
|
<td class="name">
|
|
1035
1205
|
<code>
|
|
1036
1206
|
|
|
1037
|
-
<span class="param-type">
|
|
1207
|
+
<span class="param-type">
|
|
1208
|
+
|
|
1209
|
+
string
|
|
1210
|
+
|
|
1211
|
+
</span>
|
|
1212
|
+
|
|
1038
1213
|
|
|
1039
1214
|
|
|
1040
1215
|
</code>
|
|
@@ -1043,11 +1218,16 @@
|
|
|
1043
1218
|
</tr>
|
|
1044
1219
|
|
|
1045
1220
|
<tr class="deep-level-0">
|
|
1046
|
-
<td class="name"><code><a href="
|
|
1221
|
+
<td class="name"><code><a href="#fontVariant">fontVariant</a></code></td>
|
|
1047
1222
|
<td class="name">
|
|
1048
1223
|
<code>
|
|
1049
1224
|
|
|
1050
|
-
<span class="param-type">
|
|
1225
|
+
<span class="param-type">
|
|
1226
|
+
|
|
1227
|
+
string
|
|
1228
|
+
|
|
1229
|
+
</span>
|
|
1230
|
+
|
|
1051
1231
|
|
|
1052
1232
|
|
|
1053
1233
|
</code>
|
|
@@ -1056,11 +1236,16 @@
|
|
|
1056
1236
|
</tr>
|
|
1057
1237
|
|
|
1058
1238
|
<tr class="deep-level-0">
|
|
1059
|
-
<td class="name"><code><a href="
|
|
1239
|
+
<td class="name"><code><a href="#fontWeight">fontWeight</a></code></td>
|
|
1060
1240
|
<td class="name">
|
|
1061
1241
|
<code>
|
|
1062
1242
|
|
|
1063
|
-
<span class="param-type">
|
|
1243
|
+
<span class="param-type">
|
|
1244
|
+
|
|
1245
|
+
string
|
|
1246
|
+
|
|
1247
|
+
</span>
|
|
1248
|
+
|
|
1064
1249
|
|
|
1065
1250
|
|
|
1066
1251
|
</code>
|
|
@@ -1069,11 +1254,16 @@
|
|
|
1069
1254
|
</tr>
|
|
1070
1255
|
|
|
1071
1256
|
<tr class="deep-level-0">
|
|
1072
|
-
<td class="name"><code><a href="
|
|
1257
|
+
<td class="name"><code><a href="#label">label</a></code></td>
|
|
1073
1258
|
<td class="name">
|
|
1074
1259
|
<code>
|
|
1075
1260
|
|
|
1076
|
-
<span class="param-type">
|
|
1261
|
+
<span class="param-type">
|
|
1262
|
+
|
|
1263
|
+
string
|
|
1264
|
+
|
|
1265
|
+
</span>
|
|
1266
|
+
|
|
1077
1267
|
|
|
1078
1268
|
|
|
1079
1269
|
</code>
|
|
@@ -1082,11 +1272,16 @@
|
|
|
1082
1272
|
</tr>
|
|
1083
1273
|
|
|
1084
1274
|
<tr class="deep-level-0">
|
|
1085
|
-
<td class="name"><code><a href="
|
|
1275
|
+
<td class="name"><code><a href="#labelAlign">labelAlign</a></code></td>
|
|
1086
1276
|
<td class="name">
|
|
1087
1277
|
<code>
|
|
1088
1278
|
|
|
1089
|
-
<span class="param-type">
|
|
1279
|
+
<span class="param-type">
|
|
1280
|
+
|
|
1281
|
+
string
|
|
1282
|
+
|
|
1283
|
+
</span>
|
|
1284
|
+
|
|
1090
1285
|
|
|
1091
1286
|
|
|
1092
1287
|
</code>
|
|
@@ -1095,11 +1290,16 @@
|
|
|
1095
1290
|
</tr>
|
|
1096
1291
|
|
|
1097
1292
|
<tr class="deep-level-0">
|
|
1098
|
-
<td class="name"><code><a href="
|
|
1293
|
+
<td class="name"><code><a href="#labelBaseline">labelBaseline</a></code></td>
|
|
1099
1294
|
<td class="name">
|
|
1100
1295
|
<code>
|
|
1101
1296
|
|
|
1102
|
-
<span class="param-type">
|
|
1297
|
+
<span class="param-type">
|
|
1298
|
+
|
|
1299
|
+
string
|
|
1300
|
+
|
|
1301
|
+
</span>
|
|
1302
|
+
|
|
1103
1303
|
|
|
1104
1304
|
|
|
1105
1305
|
</code>
|
|
@@ -1108,11 +1308,16 @@
|
|
|
1108
1308
|
</tr>
|
|
1109
1309
|
|
|
1110
1310
|
<tr class="deep-level-0">
|
|
1111
|
-
<td class="name"><code><a href="
|
|
1311
|
+
<td class="name"><code><a href="#labelPosition">labelPosition</a></code></td>
|
|
1112
1312
|
<td class="name">
|
|
1113
1313
|
<code>
|
|
1114
1314
|
|
|
1115
|
-
<span class="param-type">
|
|
1315
|
+
<span class="param-type">
|
|
1316
|
+
|
|
1317
|
+
string
|
|
1318
|
+
|
|
1319
|
+
</span>
|
|
1320
|
+
|
|
1116
1321
|
|
|
1117
1322
|
|
|
1118
1323
|
</code>
|
|
@@ -1121,11 +1326,16 @@
|
|
|
1121
1326
|
</tr>
|
|
1122
1327
|
|
|
1123
1328
|
<tr class="deep-level-0">
|
|
1124
|
-
<td class="name"><code><a href="
|
|
1329
|
+
<td class="name"><code><a href="#labelRect">labelRect</a></code></td>
|
|
1125
1330
|
<td class="name">
|
|
1126
1331
|
<code>
|
|
1127
1332
|
|
|
1128
|
-
<span class="param-type">
|
|
1333
|
+
<span class="param-type">
|
|
1334
|
+
|
|
1335
|
+
boolean
|
|
1336
|
+
|
|
1337
|
+
</span>
|
|
1338
|
+
|
|
1129
1339
|
|
|
1130
1340
|
|
|
1131
1341
|
</code>
|
|
@@ -1134,11 +1344,16 @@
|
|
|
1134
1344
|
</tr>
|
|
1135
1345
|
|
|
1136
1346
|
<tr class="deep-level-0">
|
|
1137
|
-
<td class="name"><code><a href="
|
|
1347
|
+
<td class="name"><code><a href="#labelXOffset">labelXOffset</a></code></td>
|
|
1138
1348
|
<td class="name">
|
|
1139
1349
|
<code>
|
|
1140
1350
|
|
|
1141
|
-
<span class="param-type">
|
|
1351
|
+
<span class="param-type">
|
|
1352
|
+
|
|
1353
|
+
number
|
|
1354
|
+
|
|
1355
|
+
</span>
|
|
1356
|
+
|
|
1142
1357
|
|
|
1143
1358
|
|
|
1144
1359
|
</code>
|
|
@@ -1147,11 +1362,16 @@
|
|
|
1147
1362
|
</tr>
|
|
1148
1363
|
|
|
1149
1364
|
<tr class="deep-level-0">
|
|
1150
|
-
<td class="name"><code><a href="
|
|
1365
|
+
<td class="name"><code><a href="#labelYOffset">labelYOffset</a></code></td>
|
|
1151
1366
|
<td class="name">
|
|
1152
1367
|
<code>
|
|
1153
1368
|
|
|
1154
|
-
<span class="param-type">
|
|
1369
|
+
<span class="param-type">
|
|
1370
|
+
|
|
1371
|
+
number
|
|
1372
|
+
|
|
1373
|
+
</span>
|
|
1374
|
+
|
|
1155
1375
|
|
|
1156
1376
|
|
|
1157
1377
|
</code>
|
|
@@ -1160,11 +1380,16 @@
|
|
|
1160
1380
|
</tr>
|
|
1161
1381
|
|
|
1162
1382
|
<tr class="deep-level-0">
|
|
1163
|
-
<td class="name"><code><a href="
|
|
1383
|
+
<td class="name"><code><a href="#pointRadius">pointRadius</a></code></td>
|
|
1164
1384
|
<td class="name">
|
|
1165
1385
|
<code>
|
|
1166
1386
|
|
|
1167
|
-
<span class="param-type">
|
|
1387
|
+
<span class="param-type">
|
|
1388
|
+
|
|
1389
|
+
number
|
|
1390
|
+
|
|
1391
|
+
</span>
|
|
1392
|
+
|
|
1168
1393
|
|
|
1169
1394
|
|
|
1170
1395
|
</code>
|
|
@@ -1173,11 +1398,16 @@
|
|
|
1173
1398
|
</tr>
|
|
1174
1399
|
|
|
1175
1400
|
<tr class="deep-level-0">
|
|
1176
|
-
<td class="name"><code><a href="
|
|
1401
|
+
<td class="name"><code><a href="#shadowBlur">shadowBlur</a></code></td>
|
|
1177
1402
|
<td class="name">
|
|
1178
1403
|
<code>
|
|
1179
1404
|
|
|
1180
|
-
<span class="param-type">
|
|
1405
|
+
<span class="param-type">
|
|
1406
|
+
|
|
1407
|
+
number
|
|
1408
|
+
|
|
1409
|
+
</span>
|
|
1410
|
+
|
|
1181
1411
|
|
|
1182
1412
|
|
|
1183
1413
|
</code>
|
|
@@ -1186,11 +1416,16 @@
|
|
|
1186
1416
|
</tr>
|
|
1187
1417
|
|
|
1188
1418
|
<tr class="deep-level-0">
|
|
1189
|
-
<td class="name"><code><a href="
|
|
1419
|
+
<td class="name"><code><a href="#shadowColor">shadowColor</a></code></td>
|
|
1190
1420
|
<td class="name">
|
|
1191
1421
|
<code>
|
|
1192
1422
|
|
|
1193
|
-
<span class="param-type">
|
|
1423
|
+
<span class="param-type">
|
|
1424
|
+
|
|
1425
|
+
string
|
|
1426
|
+
|
|
1427
|
+
</span>
|
|
1428
|
+
|
|
1194
1429
|
|
|
1195
1430
|
|
|
1196
1431
|
</code>
|
|
@@ -1199,11 +1434,16 @@
|
|
|
1199
1434
|
</tr>
|
|
1200
1435
|
|
|
1201
1436
|
<tr class="deep-level-0">
|
|
1202
|
-
<td class="name"><code><a href="
|
|
1437
|
+
<td class="name"><code><a href="#shadowOffsetX">shadowOffsetX</a></code></td>
|
|
1203
1438
|
<td class="name">
|
|
1204
1439
|
<code>
|
|
1205
1440
|
|
|
1206
|
-
<span class="param-type">
|
|
1441
|
+
<span class="param-type">
|
|
1442
|
+
|
|
1443
|
+
number
|
|
1444
|
+
|
|
1445
|
+
</span>
|
|
1446
|
+
|
|
1207
1447
|
|
|
1208
1448
|
|
|
1209
1449
|
</code>
|
|
@@ -1212,11 +1452,16 @@
|
|
|
1212
1452
|
</tr>
|
|
1213
1453
|
|
|
1214
1454
|
<tr class="deep-level-0">
|
|
1215
|
-
<td class="name"><code><a href="
|
|
1455
|
+
<td class="name"><code><a href="#shadowOffsetY">shadowOffsetY</a></code></td>
|
|
1216
1456
|
<td class="name">
|
|
1217
1457
|
<code>
|
|
1218
1458
|
|
|
1219
|
-
<span class="param-type">
|
|
1459
|
+
<span class="param-type">
|
|
1460
|
+
|
|
1461
|
+
number
|
|
1462
|
+
|
|
1463
|
+
</span>
|
|
1464
|
+
|
|
1220
1465
|
|
|
1221
1466
|
|
|
1222
1467
|
</code>
|
|
@@ -1225,11 +1470,16 @@
|
|
|
1225
1470
|
</tr>
|
|
1226
1471
|
|
|
1227
1472
|
<tr class="deep-level-0">
|
|
1228
|
-
<td class="name"><code><a href="
|
|
1473
|
+
<td class="name"><code><a href="#stroke">stroke</a></code></td>
|
|
1229
1474
|
<td class="name">
|
|
1230
1475
|
<code>
|
|
1231
1476
|
|
|
1232
|
-
<span class="param-type">
|
|
1477
|
+
<span class="param-type">
|
|
1478
|
+
|
|
1479
|
+
boolean
|
|
1480
|
+
|
|
1481
|
+
</span>
|
|
1482
|
+
|
|
1233
1483
|
|
|
1234
1484
|
|
|
1235
1485
|
</code>
|
|
@@ -1238,11 +1488,16 @@
|
|
|
1238
1488
|
</tr>
|
|
1239
1489
|
|
|
1240
1490
|
<tr class="deep-level-0">
|
|
1241
|
-
<td class="name"><code><a href="
|
|
1491
|
+
<td class="name"><code><a href="#strokeColor">strokeColor</a></code></td>
|
|
1242
1492
|
<td class="name">
|
|
1243
1493
|
<code>
|
|
1244
1494
|
|
|
1245
|
-
<span class="param-type">
|
|
1495
|
+
<span class="param-type">
|
|
1496
|
+
|
|
1497
|
+
string
|
|
1498
|
+
|
|
1499
|
+
</span>
|
|
1500
|
+
|
|
1246
1501
|
|
|
1247
1502
|
|
|
1248
1503
|
</code>
|
|
@@ -1251,11 +1506,16 @@
|
|
|
1251
1506
|
</tr>
|
|
1252
1507
|
|
|
1253
1508
|
<tr class="deep-level-0">
|
|
1254
|
-
<td class="name"><code><a href="
|
|
1509
|
+
<td class="name"><code><a href="#strokeDashstyle">strokeDashstyle</a></code></td>
|
|
1255
1510
|
<td class="name">
|
|
1256
1511
|
<code>
|
|
1257
1512
|
|
|
1258
|
-
<span class="param-type">
|
|
1513
|
+
<span class="param-type">
|
|
1514
|
+
|
|
1515
|
+
string
|
|
1516
|
+
|
|
1517
|
+
</span>
|
|
1518
|
+
|
|
1259
1519
|
|
|
1260
1520
|
|
|
1261
1521
|
</code>
|
|
@@ -1265,11 +1525,16 @@ solid 表示实线。</p></code></td>
|
|
|
1265
1525
|
</tr>
|
|
1266
1526
|
|
|
1267
1527
|
<tr class="deep-level-0">
|
|
1268
|
-
<td class="name"><code><a href="
|
|
1528
|
+
<td class="name"><code><a href="#strokeLinecap">strokeLinecap</a></code></td>
|
|
1269
1529
|
<td class="name">
|
|
1270
1530
|
<code>
|
|
1271
1531
|
|
|
1272
|
-
<span class="param-type">
|
|
1532
|
+
<span class="param-type">
|
|
1533
|
+
|
|
1534
|
+
string
|
|
1535
|
+
|
|
1536
|
+
</span>
|
|
1537
|
+
|
|
1273
1538
|
|
|
1274
1539
|
|
|
1275
1540
|
</code>
|
|
@@ -1278,11 +1543,16 @@ solid 表示实线。</p></code></td>
|
|
|
1278
1543
|
</tr>
|
|
1279
1544
|
|
|
1280
1545
|
<tr class="deep-level-0">
|
|
1281
|
-
<td class="name"><code><a href="
|
|
1546
|
+
<td class="name"><code><a href="#strokeLineJoin">strokeLineJoin</a></code></td>
|
|
1282
1547
|
<td class="name">
|
|
1283
1548
|
<code>
|
|
1284
1549
|
|
|
1285
|
-
<span class="param-type">
|
|
1550
|
+
<span class="param-type">
|
|
1551
|
+
|
|
1552
|
+
string
|
|
1553
|
+
|
|
1554
|
+
</span>
|
|
1555
|
+
|
|
1286
1556
|
|
|
1287
1557
|
|
|
1288
1558
|
</code>
|
|
@@ -1291,11 +1561,16 @@ solid 表示实线。</p></code></td>
|
|
|
1291
1561
|
</tr>
|
|
1292
1562
|
|
|
1293
1563
|
<tr class="deep-level-0">
|
|
1294
|
-
<td class="name"><code><a href="
|
|
1564
|
+
<td class="name"><code><a href="#strokeOpacity">strokeOpacity</a></code></td>
|
|
1295
1565
|
<td class="name">
|
|
1296
1566
|
<code>
|
|
1297
1567
|
|
|
1298
|
-
<span class="param-type">
|
|
1568
|
+
<span class="param-type">
|
|
1569
|
+
|
|
1570
|
+
number
|
|
1571
|
+
|
|
1572
|
+
</span>
|
|
1573
|
+
|
|
1299
1574
|
|
|
1300
1575
|
|
|
1301
1576
|
</code>
|
|
@@ -1304,11 +1579,16 @@ solid 表示实线。</p></code></td>
|
|
|
1304
1579
|
</tr>
|
|
1305
1580
|
|
|
1306
1581
|
<tr class="deep-level-0">
|
|
1307
|
-
<td class="name"><code><a href="
|
|
1582
|
+
<td class="name"><code><a href="#strokeWidth">strokeWidth</a></code></td>
|
|
1308
1583
|
<td class="name">
|
|
1309
1584
|
<code>
|
|
1310
1585
|
|
|
1311
|
-
<span class="param-type">
|
|
1586
|
+
<span class="param-type">
|
|
1587
|
+
|
|
1588
|
+
number
|
|
1589
|
+
|
|
1590
|
+
</span>
|
|
1591
|
+
|
|
1312
1592
|
|
|
1313
1593
|
|
|
1314
1594
|
</code>
|
|
@@ -1327,7 +1607,12 @@ solid 表示实线。</p></code></td>
|
|
|
1327
1607
|
<span class="method-parameter is-pulled-right">
|
|
1328
1608
|
<label>类型:</label>
|
|
1329
1609
|
|
|
1330
|
-
<span class="param-type">
|
|
1610
|
+
<span class="param-type">
|
|
1611
|
+
|
|
1612
|
+
boolean
|
|
1613
|
+
|
|
1614
|
+
</span>
|
|
1615
|
+
|
|
1331
1616
|
|
|
1332
1617
|
|
|
1333
1618
|
</span>
|
|
@@ -1404,7 +1689,12 @@ solid 表示实线。</p></code></td>
|
|
|
1404
1689
|
<span class="method-parameter is-pulled-right">
|
|
1405
1690
|
<label>类型:</label>
|
|
1406
1691
|
|
|
1407
|
-
<span class="param-type">
|
|
1692
|
+
<span class="param-type">
|
|
1693
|
+
|
|
1694
|
+
string
|
|
1695
|
+
|
|
1696
|
+
</span>
|
|
1697
|
+
|
|
1408
1698
|
|
|
1409
1699
|
|
|
1410
1700
|
</span>
|
|
@@ -1481,7 +1771,12 @@ solid 表示实线。</p></code></td>
|
|
|
1481
1771
|
<span class="method-parameter is-pulled-right">
|
|
1482
1772
|
<label>类型:</label>
|
|
1483
1773
|
|
|
1484
|
-
<span class="param-type">
|
|
1774
|
+
<span class="param-type">
|
|
1775
|
+
|
|
1776
|
+
number
|
|
1777
|
+
|
|
1778
|
+
</span>
|
|
1779
|
+
|
|
1485
1780
|
|
|
1486
1781
|
|
|
1487
1782
|
</span>
|
|
@@ -1558,7 +1853,12 @@ solid 表示实线。</p></code></td>
|
|
|
1558
1853
|
<span class="method-parameter is-pulled-right">
|
|
1559
1854
|
<label>类型:</label>
|
|
1560
1855
|
|
|
1561
|
-
<span class="param-type">
|
|
1856
|
+
<span class="param-type">
|
|
1857
|
+
|
|
1858
|
+
string
|
|
1859
|
+
|
|
1860
|
+
</span>
|
|
1861
|
+
|
|
1562
1862
|
|
|
1563
1863
|
|
|
1564
1864
|
</span>
|
|
@@ -1630,7 +1930,12 @@ solid 表示实线。</p></code></td>
|
|
|
1630
1930
|
<span class="method-parameter is-pulled-right">
|
|
1631
1931
|
<label>类型:</label>
|
|
1632
1932
|
|
|
1633
|
-
<span class="param-type">
|
|
1933
|
+
<span class="param-type">
|
|
1934
|
+
|
|
1935
|
+
string
|
|
1936
|
+
|
|
1937
|
+
</span>
|
|
1938
|
+
|
|
1634
1939
|
|
|
1635
1940
|
|
|
1636
1941
|
</span>
|
|
@@ -1708,7 +2013,12 @@ solid 表示实线。</p></code></td>
|
|
|
1708
2013
|
<span class="method-parameter is-pulled-right">
|
|
1709
2014
|
<label>类型:</label>
|
|
1710
2015
|
|
|
1711
|
-
<span class="param-type">
|
|
2016
|
+
<span class="param-type">
|
|
2017
|
+
|
|
2018
|
+
number
|
|
2019
|
+
|
|
2020
|
+
</span>
|
|
2021
|
+
|
|
1712
2022
|
|
|
1713
2023
|
|
|
1714
2024
|
</span>
|
|
@@ -1785,7 +2095,12 @@ solid 表示实线。</p></code></td>
|
|
|
1785
2095
|
<span class="method-parameter is-pulled-right">
|
|
1786
2096
|
<label>类型:</label>
|
|
1787
2097
|
|
|
1788
|
-
<span class="param-type">
|
|
2098
|
+
<span class="param-type">
|
|
2099
|
+
|
|
2100
|
+
string
|
|
2101
|
+
|
|
2102
|
+
</span>
|
|
2103
|
+
|
|
1789
2104
|
|
|
1790
2105
|
|
|
1791
2106
|
</span>
|
|
@@ -1862,7 +2177,12 @@ solid 表示实线。</p></code></td>
|
|
|
1862
2177
|
<span class="method-parameter is-pulled-right">
|
|
1863
2178
|
<label>类型:</label>
|
|
1864
2179
|
|
|
1865
|
-
<span class="param-type">
|
|
2180
|
+
<span class="param-type">
|
|
2181
|
+
|
|
2182
|
+
string
|
|
2183
|
+
|
|
2184
|
+
</span>
|
|
2185
|
+
|
|
1866
2186
|
|
|
1867
2187
|
|
|
1868
2188
|
</span>
|
|
@@ -1939,7 +2259,12 @@ solid 表示实线。</p></code></td>
|
|
|
1939
2259
|
<span class="method-parameter is-pulled-right">
|
|
1940
2260
|
<label>类型:</label>
|
|
1941
2261
|
|
|
1942
|
-
<span class="param-type">
|
|
2262
|
+
<span class="param-type">
|
|
2263
|
+
|
|
2264
|
+
string
|
|
2265
|
+
|
|
2266
|
+
</span>
|
|
2267
|
+
|
|
1943
2268
|
|
|
1944
2269
|
|
|
1945
2270
|
</span>
|
|
@@ -2016,7 +2341,12 @@ solid 表示实线。</p></code></td>
|
|
|
2016
2341
|
<span class="method-parameter is-pulled-right">
|
|
2017
2342
|
<label>类型:</label>
|
|
2018
2343
|
|
|
2019
|
-
<span class="param-type">
|
|
2344
|
+
<span class="param-type">
|
|
2345
|
+
|
|
2346
|
+
string
|
|
2347
|
+
|
|
2348
|
+
</span>
|
|
2349
|
+
|
|
2020
2350
|
|
|
2021
2351
|
|
|
2022
2352
|
</span>
|
|
@@ -2088,7 +2418,12 @@ solid 表示实线。</p></code></td>
|
|
|
2088
2418
|
<span class="method-parameter is-pulled-right">
|
|
2089
2419
|
<label>类型:</label>
|
|
2090
2420
|
|
|
2091
|
-
<span class="param-type">
|
|
2421
|
+
<span class="param-type">
|
|
2422
|
+
|
|
2423
|
+
string
|
|
2424
|
+
|
|
2425
|
+
</span>
|
|
2426
|
+
|
|
2092
2427
|
|
|
2093
2428
|
|
|
2094
2429
|
</span>
|
|
@@ -2165,7 +2500,12 @@ solid 表示实线。</p></code></td>
|
|
|
2165
2500
|
<span class="method-parameter is-pulled-right">
|
|
2166
2501
|
<label>类型:</label>
|
|
2167
2502
|
|
|
2168
|
-
<span class="param-type">
|
|
2503
|
+
<span class="param-type">
|
|
2504
|
+
|
|
2505
|
+
string
|
|
2506
|
+
|
|
2507
|
+
</span>
|
|
2508
|
+
|
|
2169
2509
|
|
|
2170
2510
|
|
|
2171
2511
|
</span>
|
|
@@ -2242,7 +2582,12 @@ solid 表示实线。</p></code></td>
|
|
|
2242
2582
|
<span class="method-parameter is-pulled-right">
|
|
2243
2583
|
<label>类型:</label>
|
|
2244
2584
|
|
|
2245
|
-
<span class="param-type">
|
|
2585
|
+
<span class="param-type">
|
|
2586
|
+
|
|
2587
|
+
string
|
|
2588
|
+
|
|
2589
|
+
</span>
|
|
2590
|
+
|
|
2246
2591
|
|
|
2247
2592
|
|
|
2248
2593
|
</span>
|
|
@@ -2319,7 +2664,12 @@ solid 表示实线。</p></code></td>
|
|
|
2319
2664
|
<span class="method-parameter is-pulled-right">
|
|
2320
2665
|
<label>类型:</label>
|
|
2321
2666
|
|
|
2322
|
-
<span class="param-type">
|
|
2667
|
+
<span class="param-type">
|
|
2668
|
+
|
|
2669
|
+
boolean
|
|
2670
|
+
|
|
2671
|
+
</span>
|
|
2672
|
+
|
|
2323
2673
|
|
|
2324
2674
|
|
|
2325
2675
|
</span>
|
|
@@ -2391,7 +2741,12 @@ solid 表示实线。</p></code></td>
|
|
|
2391
2741
|
<span class="method-parameter is-pulled-right">
|
|
2392
2742
|
<label>类型:</label>
|
|
2393
2743
|
|
|
2394
|
-
<span class="param-type">
|
|
2744
|
+
<span class="param-type">
|
|
2745
|
+
|
|
2746
|
+
number
|
|
2747
|
+
|
|
2748
|
+
</span>
|
|
2749
|
+
|
|
2395
2750
|
|
|
2396
2751
|
|
|
2397
2752
|
</span>
|
|
@@ -2463,7 +2818,12 @@ solid 表示实线。</p></code></td>
|
|
|
2463
2818
|
<span class="method-parameter is-pulled-right">
|
|
2464
2819
|
<label>类型:</label>
|
|
2465
2820
|
|
|
2466
|
-
<span class="param-type">
|
|
2821
|
+
<span class="param-type">
|
|
2822
|
+
|
|
2823
|
+
number
|
|
2824
|
+
|
|
2825
|
+
</span>
|
|
2826
|
+
|
|
2467
2827
|
|
|
2468
2828
|
|
|
2469
2829
|
</span>
|
|
@@ -2535,7 +2895,12 @@ solid 表示实线。</p></code></td>
|
|
|
2535
2895
|
<span class="method-parameter is-pulled-right">
|
|
2536
2896
|
<label>类型:</label>
|
|
2537
2897
|
|
|
2538
|
-
<span class="param-type">
|
|
2898
|
+
<span class="param-type">
|
|
2899
|
+
|
|
2900
|
+
number
|
|
2901
|
+
|
|
2902
|
+
</span>
|
|
2903
|
+
|
|
2539
2904
|
|
|
2540
2905
|
|
|
2541
2906
|
</span>
|
|
@@ -2612,7 +2977,12 @@ solid 表示实线。</p></code></td>
|
|
|
2612
2977
|
<span class="method-parameter is-pulled-right">
|
|
2613
2978
|
<label>类型:</label>
|
|
2614
2979
|
|
|
2615
|
-
<span class="param-type">
|
|
2980
|
+
<span class="param-type">
|
|
2981
|
+
|
|
2982
|
+
number
|
|
2983
|
+
|
|
2984
|
+
</span>
|
|
2985
|
+
|
|
2616
2986
|
|
|
2617
2987
|
|
|
2618
2988
|
</span>
|
|
@@ -2684,7 +3054,12 @@ solid 表示实线。</p></code></td>
|
|
|
2684
3054
|
<span class="method-parameter is-pulled-right">
|
|
2685
3055
|
<label>类型:</label>
|
|
2686
3056
|
|
|
2687
|
-
<span class="param-type">
|
|
3057
|
+
<span class="param-type">
|
|
3058
|
+
|
|
3059
|
+
string
|
|
3060
|
+
|
|
3061
|
+
</span>
|
|
3062
|
+
|
|
2688
3063
|
|
|
2689
3064
|
|
|
2690
3065
|
</span>
|
|
@@ -2761,7 +3136,12 @@ solid 表示实线。</p></code></td>
|
|
|
2761
3136
|
<span class="method-parameter is-pulled-right">
|
|
2762
3137
|
<label>类型:</label>
|
|
2763
3138
|
|
|
2764
|
-
<span class="param-type">
|
|
3139
|
+
<span class="param-type">
|
|
3140
|
+
|
|
3141
|
+
number
|
|
3142
|
+
|
|
3143
|
+
</span>
|
|
3144
|
+
|
|
2765
3145
|
|
|
2766
3146
|
|
|
2767
3147
|
</span>
|
|
@@ -2833,7 +3213,12 @@ solid 表示实线。</p></code></td>
|
|
|
2833
3213
|
<span class="method-parameter is-pulled-right">
|
|
2834
3214
|
<label>类型:</label>
|
|
2835
3215
|
|
|
2836
|
-
<span class="param-type">
|
|
3216
|
+
<span class="param-type">
|
|
3217
|
+
|
|
3218
|
+
number
|
|
3219
|
+
|
|
3220
|
+
</span>
|
|
3221
|
+
|
|
2837
3222
|
|
|
2838
3223
|
|
|
2839
3224
|
</span>
|
|
@@ -2903,7 +3288,12 @@ solid 表示实线。</p></code></td>
|
|
|
2903
3288
|
<span class="method-parameter is-pulled-right">
|
|
2904
3289
|
<label>类型:</label>
|
|
2905
3290
|
|
|
2906
|
-
<span class="param-type">
|
|
3291
|
+
<span class="param-type">
|
|
3292
|
+
|
|
3293
|
+
boolean
|
|
3294
|
+
|
|
3295
|
+
</span>
|
|
3296
|
+
|
|
2907
3297
|
|
|
2908
3298
|
|
|
2909
3299
|
</span>
|
|
@@ -2975,7 +3365,12 @@ solid 表示实线。</p></code></td>
|
|
|
2975
3365
|
<span class="method-parameter is-pulled-right">
|
|
2976
3366
|
<label>类型:</label>
|
|
2977
3367
|
|
|
2978
|
-
<span class="param-type">
|
|
3368
|
+
<span class="param-type">
|
|
3369
|
+
|
|
3370
|
+
string
|
|
3371
|
+
|
|
3372
|
+
</span>
|
|
3373
|
+
|
|
2979
3374
|
|
|
2980
3375
|
|
|
2981
3376
|
</span>
|
|
@@ -3052,7 +3447,12 @@ solid 表示实线。</p></code></td>
|
|
|
3052
3447
|
<span class="method-parameter is-pulled-right">
|
|
3053
3448
|
<label>类型:</label>
|
|
3054
3449
|
|
|
3055
|
-
<span class="param-type">
|
|
3450
|
+
<span class="param-type">
|
|
3451
|
+
|
|
3452
|
+
string
|
|
3453
|
+
|
|
3454
|
+
</span>
|
|
3455
|
+
|
|
3056
3456
|
|
|
3057
3457
|
|
|
3058
3458
|
</span>
|
|
@@ -3130,7 +3530,12 @@ solid 表示实线。</p>
|
|
|
3130
3530
|
<span class="method-parameter is-pulled-right">
|
|
3131
3531
|
<label>类型:</label>
|
|
3132
3532
|
|
|
3133
|
-
<span class="param-type">
|
|
3533
|
+
<span class="param-type">
|
|
3534
|
+
|
|
3535
|
+
string
|
|
3536
|
+
|
|
3537
|
+
</span>
|
|
3538
|
+
|
|
3134
3539
|
|
|
3135
3540
|
|
|
3136
3541
|
</span>
|
|
@@ -3207,7 +3612,12 @@ solid 表示实线。</p>
|
|
|
3207
3612
|
<span class="method-parameter is-pulled-right">
|
|
3208
3613
|
<label>类型:</label>
|
|
3209
3614
|
|
|
3210
|
-
<span class="param-type">
|
|
3615
|
+
<span class="param-type">
|
|
3616
|
+
|
|
3617
|
+
string
|
|
3618
|
+
|
|
3619
|
+
</span>
|
|
3620
|
+
|
|
3211
3621
|
|
|
3212
3622
|
|
|
3213
3623
|
</span>
|
|
@@ -3284,7 +3694,12 @@ solid 表示实线。</p>
|
|
|
3284
3694
|
<span class="method-parameter is-pulled-right">
|
|
3285
3695
|
<label>类型:</label>
|
|
3286
3696
|
|
|
3287
|
-
<span class="param-type">
|
|
3697
|
+
<span class="param-type">
|
|
3698
|
+
|
|
3699
|
+
number
|
|
3700
|
+
|
|
3701
|
+
</span>
|
|
3702
|
+
|
|
3288
3703
|
|
|
3289
3704
|
|
|
3290
3705
|
</span>
|
|
@@ -3361,7 +3776,12 @@ solid 表示实线。</p>
|
|
|
3361
3776
|
<span class="method-parameter is-pulled-right">
|
|
3362
3777
|
<label>类型:</label>
|
|
3363
3778
|
|
|
3364
|
-
<span class="param-type">
|
|
3779
|
+
<span class="param-type">
|
|
3780
|
+
|
|
3781
|
+
number
|
|
3782
|
+
|
|
3783
|
+
</span>
|
|
3784
|
+
|
|
3365
3785
|
|
|
3366
3786
|
|
|
3367
3787
|
</span>
|