| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.TableView<TimeSeriesInfo<java.lang.Double>> |
ChartViewPort.getSeriesTable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorksheetController.removeSelectedBinding(javafx.scene.control.TableView<TimeSeriesInfo<java.lang.Double>> seriesTable) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
DataAdapter.fetchDecodedData(java.lang.String path,
java.time.Instant begin,
java.time.Instant end,
java.util.List<TimeSeriesInfo<T>> seriesInfo,
boolean bypassCache)
Gets decoded data from the source as a map of
TimeSeriesProcessor, for the time interval and TimeSeriesInfo specified. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
DataAdapter.fetchDecodedData(java.lang.String path,
java.time.Instant begin,
java.time.Instant end,
java.util.List<TimeSeriesInfo<T>> seriesInfo,
boolean bypassCache)
Gets decoded data from the source as a map of
TimeSeriesProcessor, for the time interval and TimeSeriesInfo specified. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
Decoder.decode(java.io.InputStream in,
java.util.List<TimeSeriesInfo<T>> seriesNames)
Decode a stream of data into a map of
TimeSeriesProcessor instances. |
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
CsvDecoder.decode(java.io.InputStream in,
java.util.List<TimeSeriesInfo<T>> seriesInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
Decoder.decode(java.io.InputStream in,
java.util.List<TimeSeriesInfo<T>> seriesNames)
Decode a stream of data into a map of
TimeSeriesProcessor instances. |
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
CsvDecoder.decode(java.io.InputStream in,
java.util.List<TimeSeriesInfo<T>> seriesInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> |
LargestTriangleThreeBucketsTransform.apply(java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> m) |
protected abstract java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
TimeSeriesTransform.apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> series)
The actual transform implementation
|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
DecimationTransform.apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> m) |
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
TimeSeriesTransform.transform(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> series,
boolean enabled)
Applies the transform function to the provided series
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> |
LargestTriangleThreeBucketsTransform.apply(java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> m) |
protected abstract java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
TimeSeriesTransform.apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> series)
The actual transform implementation
|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
DecimationTransform.apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> m) |
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
TimeSeriesTransform.transform(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> series,
boolean enabled)
Applies the transform function to the provided series
|
| Modifier and Type | Method and Description |
|---|---|
static <T> TimeSeriesInfo<T> |
TimeSeriesInfo.fromBinding(TimeSeriesBinding<T> binding)
Returns a new instance of the
TimeSeriesInfo class built from the specified TimeSeriesBinding |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<TimeSeriesInfo<T>> |
Chart.getSeries()
The time series of the
Worksheet |
| Modifier and Type | Method and Description |
|---|---|
void |
Chart.addSeries(TimeSeriesInfo<T> seriesInfo)
Adds a
TimeSeriesInfo to the worksheet |
| Modifier and Type | Method and Description |
|---|---|
void |
Chart.addSeries(java.util.Collection<TimeSeriesInfo<T>> seriesInfo)
Adds a collection of
TimeSeriesInfo to the worksheet |
void |
Chart.removeSeries(java.util.Collection<TimeSeriesInfo> seriesInfo)
Remove all the elements in the provided collection from the list of
Worksheet instances |
| Constructor and Description |
|---|
TimeSeriesInfo(TimeSeriesInfo<T> seriesInfo)
Copy constructor to deep clone a
TimeSeriesInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> |
CsvFileAdapter.fetchDecodedData(java.lang.String path,
java.time.Instant begin,
java.time.Instant end,
java.util.List<TimeSeriesInfo<java.lang.Double>> seriesInfo,
boolean bypassCache) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<java.lang.Double>,TimeSeriesProcessor<java.lang.Double>> |
CsvFileAdapter.fetchDecodedData(java.lang.String path,
java.time.Instant begin,
java.time.Instant end,
java.util.List<TimeSeriesInfo<java.lang.Double>> seriesInfo,
boolean bypassCache) |
Copyright © 2018 Frederic Thevenet. All rights reserved.