@JsType(isNative=true,
namespace="Cesium",
name="Interval")
public class Interval
extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
start
The beginning of the interval.
|
double |
stop
The end of the interval.
|
@JsProperty public double start
@JsProperty public double stop
@JsConstructor public Interval()
@JsConstructor
public Interval(double start,
double stop)
start - The beginning of the interval. Default: 0.0stop - The end of the interval. Default: 0.0Copyright © 2019. All rights reserved.