Class StaticTimestampsModel
java.lang.Object
org.teamapps.ux.component.timegraph.model.timestamps.AbstractTimestampsModel
org.teamapps.ux.component.timegraph.model.timestamps.StaticTimestampsModel
- All Implemented Interfaces:
TimestampsModel
public class StaticTimestampsModel extends AbstractTimestampsModel
-
Field Summary
Fields inherited from class org.teamapps.ux.component.timegraph.model.timestamps.AbstractTimestampsModel
onDataChanged -
Constructor Summary
Constructors Constructor Description StaticTimestampsModel() -
Method Summary
Modifier and Type Method Description IntervalgetDomainX()long[]getTimestamps(Interval neededIntervalX)voidsetEventTimestamps(long[] timestamps)voidsetStaticDomainX(Interval staticDomainX)voidsetTimestamps(long[] timestamps)Methods inherited from class org.teamapps.ux.component.timegraph.model.timestamps.AbstractTimestampsModel
onDataChanged
-
Constructor Details
-
StaticTimestampsModel
public StaticTimestampsModel()
-
-
Method Details
-
setTimestamps
public void setTimestamps(long[] timestamps) -
setEventTimestamps
public void setEventTimestamps(long[] timestamps) -
getTimestamps
-
getDomainX
-
setStaticDomainX
-