Interface TimeGraphModel
- All Known Implementing Classes:
AbstractTimeGraphModel,AggregatingTimeGraphModel,CompositeTimeGraphModel,PartitioningTimeGraphModel,StaticPartitioningTimeGraphModel
public interface TimeGraphModel
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,LineChartDataPoints>getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX, Interval displayedInterval)IntervalgetDomainX(java.util.Collection<java.lang.String> dataSeriesId)java.util.List<? extends TimeGraphZoomLevel>getZoomLevels()Event<java.lang.Void>onDataChanged()
-
Method Details
-
onDataChanged
Event<java.lang.Void> onDataChanged() -
getZoomLevels
java.util.List<? extends TimeGraphZoomLevel> getZoomLevels() -
getDataPoints
java.util.Map<java.lang.String,LineChartDataPoints> getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX, Interval displayedInterval) -
getDomainX
-