| Package | Description |
|---|---|
| eu.fthevenet.binjr.data.adapters | |
| eu.fthevenet.binjr.data.workspace |
| Modifier and Type | Method and Description |
|---|---|
ChartType |
TimeSeriesBinding.getGraphType()
Returns the type of graph of the bound series as defined in the source.
|
| Constructor and Description |
|---|
TimeSeriesBinding(java.lang.String label,
java.lang.String path,
javafx.scene.paint.Color color,
java.lang.String legend,
UnitPrefixes prefix,
ChartType graphType,
java.lang.String unitName,
java.lang.String treeHierarchy,
DataAdapter<T,?> adapter)
Creates a new instance of the
TimeSeriesBinding class with the provided properties |
| Modifier and Type | Method and Description |
|---|---|
ChartType |
Chart.getChartType()
The type of chart hosted by the
Worksheet |
static ChartType |
ChartType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartType[] |
ChartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.Property<ChartType> |
Chart.chartTypeProperty()
The type of chart hosted by the
Worksheet |
| Modifier and Type | Method and Description |
|---|---|
void |
Chart.setChartType(ChartType chartType)
The type of chart hosted by the
Worksheet |
| Constructor and Description |
|---|
Chart(java.lang.String name,
ChartType chartType,
java.lang.String unitName,
UnitPrefixes prefix)
Initializes a new instance of the
Worksheet class with the provided name, chart type and zoneid |
Copyright © 2018 Frederic Thevenet. All rights reserved.