public static class TimeSlider.Parameters
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static TimeSlider.Parameters |
create(int width) |
void |
setExcludeDataAtLeadingThumb(boolean excludeDataAtLeadingThumb) |
void |
setExcludeDataAtTrailingThumb(boolean excludeDataAtTrailingThumb) |
public static TimeSlider.Parameters create(int width)
public final void setExcludeDataAtLeadingThumb(boolean excludeDataAtLeadingThumb)
excludeDataAtLeadingThumb
- - When true, subtracts one second to the time extent's end time to exclude data at
the exact end time instant.public final void setExcludeDataAtTrailingThumb(boolean excludeDataAtTrailingThumb)
excludeDataAtTrailingThumb
- - When true, adds one second to the time extent's start time to exclude data at
the exact start time instant.