| Package | Description |
|---|---|
| eu.fthevenet.binjr.data.adapters | |
| eu.fthevenet.binjr.data.workspace |
| Modifier and Type | Method and Description |
|---|---|
UnitPrefixes |
TimeSeriesBinding.getUnitPrefix()
Returns the unit numerical base 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 |
|---|---|
UnitPrefixes |
Chart.getUnitPrefixes()
The unit prefix for the
Worksheet's times series Y axis |
static UnitPrefixes |
UnitPrefixes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnitPrefixes[] |
UnitPrefixes.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<UnitPrefixes> |
Chart.unitPrefixesProperty()
The unit prefix for the
Worksheet's times series Y axis |
| Modifier and Type | Method and Description |
|---|---|
void |
Chart.setUnitPrefixes(UnitPrefixes unitPrefixes)
The unit prefix for the
Worksheet's times series Y axis |
| 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.