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, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.chart.AbstractDataProvider
asList, create, create, encode, encodeJSON, getComparator, getId, getMax, getMin, getName, validateMethods inherited from interface com.storedobject.chart.ComponentPart
className, getRenderingIndex, setName, setRenderingIndex
-
Constructor Details
-
TimeStream
Constructor.- Parameters:
timeStream- Data stream that provides the time data.
-