Uses of Class
org.teamapps.ux.component.timegraph.Interval
-
Packages that use Interval Package Description org.teamapps.ux.application.filter org.teamapps.ux.component.timegraph org.teamapps.ux.component.timegraph.partitioning -
-
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 IntervalAggregatingTimeGraphModel. getDomainX(java.util.Collection<java.lang.String> dataSeriesId)IntervalCompositeTimeGraphModel. getDomainX(java.util.Collection<java.lang.String> lineIds)IntervalTimeGraphModel. getDomainX(java.util.Collection<java.lang.String> dataSeriesId)IntervalTimeGraph.EagerFetchingParameters. getIntervalX()IntervalZoomEventData. getIntervalX()IntervalAbstractLineChartDataDisplay. getIntervalY()IntervalDataNeededEventData. getNeededIntervalX()IntervalTimeGraph. getSelectedInterval()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 LineChartDataPointsAggregatingTimeGraphModel. getAggregateDataPoints(LineChartDataPoints dataPoints, TimePartitionUnit zoomLevel, Interval interval, AggregatingTimeGraphModel.AggregationPolicy aggregationPolicy, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)protected abstract LineChartDataPointsAbstractTimeGraphModel. getDataPoints(java.lang.String dataSeriesId, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)java.util.Map<java.lang.String,LineChartDataPoints>AbstractTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)protected LineChartDataPointsAggregatingTimeGraphModel. getDataPoints(java.lang.String dataSeriesId, TimeGraphZoomLevel partitionUnit, Interval interval)java.util.Map<java.lang.String,LineChartDataPoints>CompositeTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> lineIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)java.util.Map<java.lang.String,LineChartDataPoints>TimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)AbstractLineChartDataDisplayAbstractLineChartDataDisplay. setIntervalY(Interval intervalY)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 DataNeededEventData(int zoomLevelIndex, Interval neededIntervalX)EagerFetchingParameters(int zoomLevelIndex, Interval intervalX)ZoomEventData(Interval intervalX, int zoomLevelIndex) -
Uses of Interval in org.teamapps.ux.component.timegraph.partitioning
Methods in org.teamapps.ux.component.timegraph.partitioning that return Interval Modifier and Type Method Description IntervalPartitioningTimeGraphModel. getDomainX(java.util.Collection<java.lang.String> dataSeriesId)IntervalRawTimedDataModel. getDomainX(java.util.Collection<java.lang.String> dataSeriesId)IntervalStaticRawTimedDataModel. getDomainX(java.util.Collection<java.lang.String> dataSeriesId)Methods in org.teamapps.ux.component.timegraph.partitioning with parameters of type Interval Modifier and Type Method Description java.util.Map<java.lang.String,LineChartDataPoints>PartitioningTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)protected abstract long[]AbstractRawTimedDataModel. getRawEventTimes(java.lang.String dataSeriesId, Interval neededIntervalX)java.util.Map<java.lang.String,long[]>AbstractRawTimedDataModel. getRawEventTimes(java.util.Collection<java.lang.String> dataSeriesIds, Interval neededIntervalX)java.util.Map<java.lang.String,long[]>RawTimedDataModel. getRawEventTimes(java.util.Collection<java.lang.String> dataSeriesIds, Interval neededIntervalX)java.util.Map<java.lang.String,long[]>StaticPartitioningTimeGraphModel. getRawEventTimes(java.util.Collection<java.lang.String> dataSeriesIds, Interval neededIntervalX)protected long[]StaticRawTimedDataModel. getRawEventTimes(java.lang.String dataSeriesId, Interval neededIntervalX)voidStaticRawTimedDataModel. setStaticDomainX(Interval staticDomainX)
-