Uses of Class
org.teamapps.ux.component.timegraph.Interval
-
Uses of Interval in org.teamapps.ux.application.filter
Methods in org.teamapps.ux.application.filter that return Interval Modifier and Type Method Description IntervalFilterProvider. getTimeGraphFilter() -
Uses of Interval in org.teamapps.ux.component.timegraph
Fields in org.teamapps.ux.component.timegraph with type parameters of type Interval Modifier and Type Field Description Event<Interval>TimeGraph. onIntervalSelectedMethods in org.teamapps.ux.component.timegraph that return Interval Modifier and Type Method Description static IntervalInterval. empty()IntervalZoomEventData. getIntervalX()IntervalTimeGraph. getSelectedInterval()static IntervalInterval. intersection(Interval a, Interval b)static IntervalInterval. union(Interval interval, Interval intervalB)Methods in org.teamapps.ux.component.timegraph with parameters of type Interval Modifier and Type Method Description static IntervalInterval. intersection(Interval a, Interval b)voidTimeGraph. setSelectedInterval(Interval selectedInterval)static IntervalInterval. union(Interval interval, Interval intervalB)Constructors in org.teamapps.ux.component.timegraph with parameters of type Interval Constructor Description ZoomEventData(Interval intervalX, double millisecondsPerPixel, TimePartitioning timePartitioning) -
Uses of Interval in org.teamapps.ux.component.timegraph.datapoints
Methods in org.teamapps.ux.component.timegraph.datapoints that return Interval Modifier and Type Method Description IntervalGraphData. getInterval()default IntervalGraphGroupData. getInterval()default IntervalHoseGraphData. getInterval()IntervalListLineGraphData. getInterval()Constructors in org.teamapps.ux.component.timegraph.datapoints with parameters of type Interval Constructor Description ListLineGraphData(java.util.List<LineGraphDataPoint> dataPoints, Interval interval) -
Uses of Interval in org.teamapps.ux.component.timegraph.graph
Methods in org.teamapps.ux.component.timegraph.graph that return Interval Modifier and Type Method Description IntervalAbstractGraph. getDisplayedIntervalY()Methods in org.teamapps.ux.component.timegraph.graph with parameters of type Interval Modifier and Type Method Description AbstractGraphAbstractGraph. setDisplayedIntervalY(Interval displayedIntervalY) -
Uses of Interval in org.teamapps.ux.component.timegraph.model
Methods in org.teamapps.ux.component.timegraph.model that return Interval Modifier and Type Method Description IntervalAggregatingLineGraphModel. getDomainX()IntervalDelegatingHoseModel. getDomainX()IntervalGraphModel. getDomainX()Methods in org.teamapps.ux.component.timegraph.model with parameters of type Interval Modifier and Type Method Description static LineGraphDataAggregatingLineGraphModel. getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)LineGraphDataAggregatingLineGraphModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededIntervalX, Interval displayedInterval)HoseGraphDataDelegatingHoseModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededInterval, Interval displayedInterval)DGraphModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededInterval, Interval displayedInterval)Retrieves graph data (GraphData) for the specifiedzoomLeveland {cod@ neededInterval}. -
Uses of Interval in org.teamapps.ux.component.timegraph.model.timestamps
Methods in org.teamapps.ux.component.timegraph.model.timestamps that return Interval Modifier and Type Method Description IntervalPartitioningTimestampsLineGraphModel. getDomainX()IntervalStaticTimestampsModel. getDomainX()IntervalTimestampsModel. getDomainX()Methods in org.teamapps.ux.component.timegraph.model.timestamps with parameters of type Interval Modifier and Type Method Description LineGraphDataPartitioningTimestampsLineGraphModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededInterval, Interval displayedInterval)long[]StaticTimestampsModel. getTimestamps(Interval neededIntervalX)long[]TimestampsModel. getTimestamps(Interval neededIntervalX)voidStaticTimestampsModel. setStaticDomainX(Interval staticDomainX)