@JsType(isNative=true,
namespace="Cesium",
name="SelectionIndicator")
public class SelectionIndicator
extends Object
| Modifier and Type | Field and Description |
|---|---|
com.google.gwt.dom.client.Element |
container
Gets the parent container.
|
SelectionIndicatorViewModel |
viewModel
Gets the view model.
|
| Constructor and Description |
|---|
SelectionIndicator(com.google.gwt.dom.client.Element container,
Scene scene)
A widget for displaying an indicator on a selected object.
|
SelectionIndicator(String container,
Scene scene)
A widget for displaying an indicator on a selected object.
|
@JsProperty public com.google.gwt.dom.client.Element container
@JsProperty public SelectionIndicatorViewModel viewModel
@JsConstructor public SelectionIndicator(String container, Scene scene)
container - The DOM element or ID that will contain the widget.scene - The Scene instance to use.@JsConstructor
public SelectionIndicator(com.google.gwt.dom.client.Element container,
Scene scene)
container - The DOM element or ID that will contain the widget.scene - The Scene instance to use.Copyright © 2019. All rights reserved.