Package com.storedobject.chart
Class TimeStream
- All Implemented Interfaces:
AbstractDataProvider<LocalDateTime>
,ComponentPart
,ComponentProperty
A time data provider implementation to provide data from a
Stream
.- Author:
- Syam
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.storedobject.chart.AbstractDataProvider
AbstractDataProvider.NumberComparator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.AbstractDataStream
getDataType, getSerial, setSerial, stream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.chart.AbstractDataProvider
asList, create, create, encode, encodeJSON, getComparator, getId, getMax, getMin, getName, validate
Methods inherited from interface com.storedobject.chart.ComponentPart
className, getRenderingIndex, setName, setRenderingIndex
-
Constructor Details
-
TimeStream
Constructor.- Parameters:
timeStream
- Data stream that provides the time data.
-