Class PartitioningTimeGraphModel
java.lang.Object
org.teamapps.ux.component.timegraph.partitioning.PartitioningTimeGraphModel
- All Implemented Interfaces:
TimeGraphModel
- Direct Known Subclasses:
StaticPartitioningTimeGraphModel
public class PartitioningTimeGraphModel extends java.lang.Object implements TimeGraphModel
-
Field Summary
Fields Modifier and Type Field Description Event<java.lang.Void>onDataChanged -
Constructor Summary
Constructors Constructor Description PartitioningTimeGraphModel(java.time.ZoneId timeZone, RawTimedDataModel delegateModel) -
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)IntervalgetDomainX(java.util.Collection<java.lang.String> dataSeriesId)java.util.List<? extends TimeGraphZoomLevel>getZoomLevels()Event<java.lang.Void>onDataChanged()voidsetZoomLevelPartitionUnits(java.util.List<TimePartitionUnit> zoomLevelPartitionUnits)
-
Field Details
-
Constructor Details
-
Method Details
-
setZoomLevelPartitionUnits
-
onDataChanged
- Specified by:
onDataChangedin interfaceTimeGraphModel
-
getZoomLevels
- Specified by:
getZoomLevelsin interfaceTimeGraphModel
-
getDataPoints
public java.util.Map<java.lang.String,LineChartDataPoints> getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)- Specified by:
getDataPointsin interfaceTimeGraphModel
-
getDomainX
- Specified by:
getDomainXin interfaceTimeGraphModel
-