Uses of Class
org.teamapps.ux.component.timegraph.Interval
Packages that use Interval
Package
Description
-
Uses of Interval in org.teamapps.ux.component.timegraph
Fields in org.teamapps.ux.component.timegraph with type parameters of type IntervalMethods in org.teamapps.ux.component.timegraph that return IntervalModifier and TypeMethodDescriptionstatic IntervalInterval.empty()ZoomEventData.getIntervalX()TimeGraph.getSelectedInterval()static IntervalInterval.intersection(Interval a, Interval b) static IntervalMethods in org.teamapps.ux.component.timegraph with parameters of type IntervalModifier and TypeMethodDescriptionstatic IntervalInterval.intersection(Interval a, Interval b) voidTimeGraph.setSelectedInterval(Interval selectedInterval) static IntervalConstructors in org.teamapps.ux.component.timegraph with parameters of type IntervalModifierConstructorDescriptionZoomEventData(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 IntervalModifier and TypeMethodDescriptionGraphData.getInterval()default IntervalGraphGroupData.getInterval()default IntervalHoseGraphData.getInterval()ListLineGraphData.getInterval()Constructors in org.teamapps.ux.component.timegraph.datapoints with parameters of type IntervalModifierConstructorDescriptionListLineGraphData(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 IntervalMethods in org.teamapps.ux.component.timegraph.graph with parameters of type IntervalModifier and TypeMethodDescriptionAbstractGraph.setDisplayedIntervalY(Interval displayedIntervalY) -
Uses of Interval in org.teamapps.ux.component.timegraph.model
Methods in org.teamapps.ux.component.timegraph.model that return IntervalModifier and TypeMethodDescriptionAggregatingLineGraphModel.getDomainX()DelegatingHoseModel.getDomainX()GraphModel.getDomainX()Methods in org.teamapps.ux.component.timegraph.model with parameters of type IntervalModifier and TypeMethodDescriptionstatic LineGraphDataAggregatingLineGraphModel.getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult) AggregatingLineGraphModel.getData(TimePartitioning zoomLevel, ZoneId zoneId, Interval neededIntervalX, Interval displayedInterval) DelegatingHoseModel.getData(TimePartitioning zoomLevel, ZoneId zoneId, Interval neededInterval, Interval displayedInterval) GraphModel.getData(TimePartitioning zoomLevel, 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 IntervalModifier and TypeMethodDescriptionPartitioningTimestampsLineGraphModel.getDomainX()StaticTimestampsModel.getDomainX()TimestampsModel.getDomainX()Methods in org.teamapps.ux.component.timegraph.model.timestamps with parameters of type IntervalModifier and TypeMethodDescriptionPartitioningTimestampsLineGraphModel.getData(TimePartitioning zoomLevel, ZoneId zoneId, Interval neededInterval, Interval displayedInterval) long[]StaticTimestampsModel.getTimestamps(Interval neededIntervalX) long[]TimestampsModel.getTimestamps(Interval neededIntervalX) voidStaticTimestampsModel.setStaticDomainX(Interval staticDomainX)