| Package | Description |
|---|---|
| eu.fthevenet.binjr.data.workspace |
| Modifier and Type | Method and Description |
|---|---|
ChartLayout |
Worksheet.getChartLayout()
Gets the value of the property chartLayout.
|
static ChartLayout |
ChartLayout.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartLayout[] |
ChartLayout.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<ChartLayout> |
Worksheet.chartLayoutProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
Worksheet.setChartLayout(ChartLayout chartLayout)
Sets the value of the property chartLayout.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.