| Type | Property and Description |
|---|---|
javafx.beans.property.Property<ChartLayout> |
chartLayout |
javafx.beans.property.BooleanProperty |
dirty
A
BooleanProperty that observes the changes made to the Dirtyable instance |
javafx.beans.property.Property<java.time.ZonedDateTime> |
fromDateTime
The lower bound of the time interval of the
Worksheet's times series |
javafx.beans.property.Property<java.lang.String> |
name
The name of the
Worksheet |
javafx.beans.property.Property<java.lang.Integer> |
selectedChart |
javafx.beans.property.Property<java.time.ZoneId> |
timeZone
The
ZoneId used by the Worksheet time series |
javafx.beans.property.Property<java.time.ZonedDateTime> |
toDateTime
The upper bound of the time interval of the
Worksheet's times series |
| Constructor and Description |
|---|
Worksheet()
Initializes a new instance of the
Worksheet class |
Worksheet(java.lang.String name,
java.util.List<Chart<T>> charts,
java.time.ZoneId timezone,
java.time.ZonedDateTime fromDateTime,
java.time.ZonedDateTime toDateTime) |
Worksheet(java.lang.String name,
java.time.ZonedDateTime fromDateTime,
java.time.ZonedDateTime toDateTime,
java.time.ZoneId timezone)
Initializes a new instance of the
Worksheet class with the provided name, chart type and zoneid |
Worksheet(Worksheet<T> initWorksheet)
Copy constructor to deep clone a
Worksheet instance. |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.Property<ChartLayout> |
chartLayoutProperty() |
void |
cleanUp()
Clear the dirty status of the
Dirtyable instance |
void |
close() |
javafx.beans.property.BooleanProperty |
dirtyProperty()
A
BooleanProperty that observes the changes made to the Dirtyable instance |
javafx.beans.property.Property<java.time.ZonedDateTime> |
fromDateTimeProperty()
The lower bound of the time interval of the
Worksheet's times series |
WorksheetNavigationHistory |
getBackwardHistory() |
ChartLayout |
getChartLayout()
Gets the value of the property chartLayout.
|
javafx.collections.ObservableList<Chart<T>> |
getCharts() |
Chart<T> |
getDefaultChart() |
WorksheetNavigationHistory |
getForwardHistory() |
java.time.ZonedDateTime |
getFromDateTime()
The lower bound of the time interval of the
Worksheet's times series |
java.lang.String |
getName()
The name of the
Worksheet |
java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> |
getPreviousState() |
java.lang.Integer |
getSelectedChart()
Gets the value of the property selectedChart.
|
java.time.ZoneId |
getTimeZone()
The
ZoneId used by the Worksheet time series |
java.time.ZonedDateTime |
getToDateTime()
The upper bound of the time interval of the
Worksheet's times series |
java.lang.Boolean |
isDirty()
Gets the value of the property dirty.
|
javafx.beans.property.Property<java.lang.String> |
nameProperty()
The name of the
Worksheet |
javafx.beans.property.Property<java.lang.Integer> |
selectedChartProperty() |
void |
setChartLayout(ChartLayout chartLayout)
Sets the value of the property chartLayout.
|
void |
setCharts(javafx.collections.ObservableList<Chart<T>> charts) |
void |
setFromDateTime(java.time.ZonedDateTime fromDateTime)
The lower bound of the time interval of the
Worksheet's times series |
void |
setName(java.lang.String name)
The name of the
Worksheet |
void |
setPreviousState(java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> previousState) |
void |
setSelectedChart(java.lang.Integer selectedChart)
Sets the value of the property selectedChart.
|
void |
setTimeZone(java.time.ZoneId timeZone)
The
ZoneId used by the Worksheet time series |
void |
setToDateTime(java.time.ZonedDateTime toDateTime)
The upper bound of the time interval of the
Worksheet's times series |
javafx.beans.property.Property<java.time.ZoneId> |
timeZoneProperty()
The
ZoneId used by the Worksheet time series |
javafx.beans.property.Property<java.time.ZonedDateTime> |
toDateTimeProperty()
The upper bound of the time interval of the
Worksheet's times series |
java.lang.String |
toString() |
public javafx.beans.property.Property<java.lang.String> nameProperty
WorksheetgetName(),
setName(String)public javafx.beans.property.Property<java.time.ZoneId> timeZoneProperty
ZoneId used by the Worksheet time seriesgetTimeZone(),
setTimeZone(ZoneId)public javafx.beans.property.Property<java.time.ZonedDateTime> fromDateTimeProperty
Worksheet's times seriesgetFromDateTime(),
setFromDateTime(ZonedDateTime)public javafx.beans.property.Property<java.time.ZonedDateTime> toDateTimeProperty
Worksheet's times seriesgetToDateTime(),
setToDateTime(ZonedDateTime)public javafx.beans.property.Property<java.lang.Integer> selectedChartProperty
getSelectedChart(),
setSelectedChart(Integer)public javafx.beans.property.BooleanProperty dirtyProperty
dirtyProperty in interface DirtyableisDirty()public javafx.beans.property.Property<ChartLayout> chartLayoutProperty
getChartLayout(),
setChartLayout(ChartLayout)public Worksheet()
Worksheet classpublic Worksheet(java.lang.String name,
java.time.ZonedDateTime fromDateTime,
java.time.ZonedDateTime toDateTime,
java.time.ZoneId timezone)
Worksheet class with the provided name, chart type and zoneidpublic Worksheet(Worksheet<T> initWorksheet)
Worksheet instance.initWorksheet - the Worksheet instance to clone.public java.lang.String getName()
WorksheetWorksheetpublic javafx.beans.property.Property<java.lang.String> nameProperty()
WorksheetgetName(),
setName(String)public void setName(java.lang.String name)
Worksheetname - the name of the Worksheetpublic java.time.ZoneId getTimeZone()
ZoneId used by the Worksheet time seriesZoneId used by the Worksheet time seriespublic javafx.beans.property.Property<java.time.ZoneId> timeZoneProperty()
ZoneId used by the Worksheet time seriesgetTimeZone(),
setTimeZone(ZoneId)public void setTimeZone(java.time.ZoneId timeZone)
ZoneId used by the Worksheet time seriestimeZone - the ZoneId used by the Worksheet time seriespublic java.time.ZonedDateTime getFromDateTime()
Worksheet's times seriesWorksheet's times seriespublic javafx.beans.property.Property<java.time.ZonedDateTime> fromDateTimeProperty()
Worksheet's times seriesgetFromDateTime(),
setFromDateTime(ZonedDateTime)public void setFromDateTime(java.time.ZonedDateTime fromDateTime)
Worksheet's times seriesfromDateTime - the lower bound of the time interval of the Worksheet's times seriespublic java.time.ZonedDateTime getToDateTime()
Worksheet's times seriesWorksheet's times seriespublic javafx.beans.property.Property<java.time.ZonedDateTime> toDateTimeProperty()
Worksheet's times seriesgetToDateTime(),
setToDateTime(ZonedDateTime)public void setToDateTime(java.time.ZonedDateTime toDateTime)
Worksheet's times seriestoDateTime - the upper bound of the time interval of the Worksheet's times seriespublic java.lang.Integer getSelectedChart()
public javafx.beans.property.Property<java.lang.Integer> selectedChartProperty()
getSelectedChart(),
setSelectedChart(Integer)public void setSelectedChart(java.lang.Integer selectedChart)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Boolean isDirty()
public javafx.beans.property.BooleanProperty dirtyProperty()
DirtyableBooleanProperty that observes the changes made to the Dirtyable instancedirtyProperty in interface DirtyableisDirty()public void cleanUp()
DirtyableDirtyable instancepublic void close()
close in interface java.lang.AutoCloseablepublic java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> getPreviousState()
public void setPreviousState(java.util.Map<Chart<java.lang.Double>,XYChartSelection<java.time.ZonedDateTime,java.lang.Double>> previousState)
public WorksheetNavigationHistory getBackwardHistory()
public WorksheetNavigationHistory getForwardHistory()
public ChartLayout getChartLayout()
public javafx.beans.property.Property<ChartLayout> chartLayoutProperty()
getChartLayout(),
setChartLayout(ChartLayout)public void setChartLayout(ChartLayout chartLayout)
Copyright © 2018 Frederic Thevenet. All rights reserved.