| Package | Description |
|---|---|
| eu.fthevenet.binjr.controllers | |
| eu.fthevenet.binjr.data.workspace |
| Modifier and Type | Method and Description |
|---|---|
Chart<T> |
ChartViewPort.getDataStore() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> |
ChartViewportsState.asSelection() |
java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> |
ChartViewportsState.selectTimeRange(java.time.ZonedDateTime start,
java.time.ZonedDateTime end) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorksheetController.addBindings(java.util.Collection<TimeSeriesBinding<java.lang.Double>> bindings,
Chart<java.lang.Double> targetChart) |
java.util.Optional<ChartViewportsState.AxisState> |
ChartViewportsState.get(Chart<java.lang.Double> chart) |
ChartViewportsState.AxisState |
ChartViewportsState.put(Chart<java.lang.Double> chart,
ChartViewportsState.AxisState xyChartViewState) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartViewportsState.setSelection(java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> selectionMap,
boolean toHistory) |
| Constructor and Description |
|---|
ChartPropertiesController(Worksheet<T> worksheet,
Chart<T> chart) |
ChartViewPort(Chart<T> dataStore,
javafx.scene.chart.XYChart<java.time.ZonedDateTime,T> chart,
ChartPropertiesController<T> propertiesController) |
| Modifier and Type | Method and Description |
|---|---|
Chart<T> |
Worksheet.getDefaultChart() |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Chart<T>> |
Worksheet.getCharts() |
java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> |
Worksheet.getPreviousState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Worksheet.setCharts(javafx.collections.ObservableList<Chart<T>> charts) |
void |
Worksheet.setPreviousState(java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> previousState) |
| Constructor and Description |
|---|
Chart(Chart<T> initChart)
Copy constructor to deep clone a
Chart instance. |
| Constructor and Description |
|---|
Worksheet(java.lang.String name,
java.util.List<Chart<T>> charts,
java.time.ZoneId timezone,
java.time.ZonedDateTime fromDateTime,
java.time.ZonedDateTime toDateTime) |
Copyright © 2018 Frederic Thevenet. All rights reserved.