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, Interval displayedInterval)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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
onDataChanged
-
-
Constructor Details
-
PartitioningTimeGraphModel
-
-
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, Interval displayedInterval)- Specified by:
getDataPointsin interfaceTimeGraphModel
-
getDomainX
- Specified by:
getDomainXin interfaceTimeGraphModel
-