Uses of Class
com.amalgamasimulation.charts.TimeLineChart
Packages that use TimeLineChart
-
Uses of TimeLineChart in com.amalgamasimulation.charts.swt
Methods in com.amalgamasimulation.charts.swt that return TimeLineChartModifier and TypeMethodDescriptionstatic TimeLineChartCharts.line(org.eclipse.swt.widgets.Composite parent) Constructs a Line Chart with given time units and a set of default parameters: no title, begin displayed range is equals to 7 days.static TimeLineChartCharts.line(org.eclipse.swt.widgets.Composite parent, ChronoUnit timeUnit) Constructs a Line Chart with given title and time units. -
Uses of TimeLineChart in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui with parameters of type TimeLineChartModifier and TypeMethodDescriptionstatic HTMLTimeLineChartHTMLCharts.timeLineChart(TimeLineChart desktopTimeLineChart) Creates an HTML line chart with date and time X-axis from the givenTimeLineChartdesktop UI component.