@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="TimeRanges")
public class TimeRanges
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TimeRanges() |
| Modifier and Type | Method and Description |
|---|---|
double |
end(int index)
Returns the time offset at which a specified time range ends.
|
int |
length()
The TimeRanges.length read-only property returns the number of ranges in the object.
|
double |
start(int index)
Returns the time offset at which a specified time range begins.
|
@JsProperty(name="length") public int length()
public double end(int index)
public double start(int index)