(dataView: DataView)
| 311 | } |
| 312 | |
| 313 | private static parseSettings(dataView: DataView): VisualSettings { |
| 314 | return VisualSettings.parse(dataView); |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * This function gets called for each of the objects defined in the capabilities files and allows you to select which of the |