Interface TimeGraphModel

All Known Implementing Classes:
AbstractTimeGraphModel, AggregatingTimeGraphModel, CompositeTimeGraphModel, PartitioningTimeGraphModel, StaticPartitioningTimeGraphModel

public interface TimeGraphModel
  • 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

      Interval getDomainX​(java.util.Collection<java.lang.String> dataSeriesId)