Class StaticPartitioningTimeGraphModel
java.lang.Object
org.teamapps.ux.component.timegraph.partitioning.PartitioningTimeGraphModel
org.teamapps.ux.component.timegraph.partitioning.StaticPartitioningTimeGraphModel
- All Implemented Interfaces:
TimeGraphModel
public class StaticPartitioningTimeGraphModel extends PartitioningTimeGraphModel
-
Field Summary
Fields inherited from class org.teamapps.ux.component.timegraph.partitioning.PartitioningTimeGraphModel
onDataChanged -
Method Summary
Modifier and Type Method Description static StaticPartitioningTimeGraphModelcreate(java.time.ZoneId zoneId)java.util.Map<java.lang.String,long[]>getRawEventTimes(java.util.Collection<java.lang.String> dataSeriesIds, Interval neededIntervalX)voidsetEventTimestampsByDataSeriesId(java.util.Map<java.lang.String,long[]> eventTimestampsByDataSeriesIds)voidsetEventTimestampsForDataSeriesId(java.lang.String dataSeriesId, long[] eventTimestamps)Methods inherited from class org.teamapps.ux.component.timegraph.partitioning.PartitioningTimeGraphModel
getDataPoints, getDomainX, getZoomLevels, onDataChanged, setZoomLevelPartitionUnitsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
create
-
setEventTimestampsByDataSeriesId
public void setEventTimestampsByDataSeriesId(java.util.Map<java.lang.String,long[]> eventTimestampsByDataSeriesIds) -
setEventTimestampsForDataSeriesId
public void setEventTimestampsForDataSeriesId(java.lang.String dataSeriesId, long[] eventTimestamps) -
getRawEventTimes
public java.util.Map<java.lang.String,long[]> getRawEventTimes(java.util.Collection<java.lang.String> dataSeriesIds, Interval neededIntervalX)
-