Uses of Class
com.amalgamasimulation.desktop.html.charts.HTMLTimeLineChart
Packages that use HTMLTimeLineChart
Package
Description
-
Uses of HTMLTimeLineChart in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLTimeLineChartModifier and TypeMethodDescriptionstatic HTMLTimeLineChartHTML.timeLineChart(Timeable timeable, ILineChartVisualSet... visualSets) Creates an HTML timeline chart with temporal X-axis. -
Uses of HTMLTimeLineChart in com.amalgamasimulation.desktop.html.charts
Methods in com.amalgamasimulation.desktop.html.charts that return HTMLTimeLineChartModifier and TypeMethodDescriptionHTMLTimeLineChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLTimeLineChart.relativeHeight(double height) Sets the relative height of the chart container as a percentage.HTMLTimeLineChart.relativeWidth(double width) Sets the relative width of the chart container as a percentage.Sets the title of the chart.HTMLTimeLineChart.titleAlignment(com.amalgamasimulation.desktop.html.charts.ApexOptions.ApexAlign alignment) Sets the alignment of the chart title.HTMLTimeLineChart.titleColor(Color color) Sets the color of the chart title.HTMLTimeLineChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title.HTMLTimeLineChart.xAxisTitle(String title) Sets the title for the X-axis.HTMLTimeLineChart.xAxisValueConverter(Function<Object, String> xAxisValueConverter) Sets a converter function for X-axis values formatting.HTMLTimeLineChart.yAxisLabelsDecimalSigns(int decimalSignsCount) Configures the number of decimal places to display on Y-axis labels.HTMLTimeLineChart.yAxisTitle(String title) Sets the title for the Y-axis. -
Uses of HTMLTimeLineChart in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui that return HTMLTimeLineChartModifier and TypeMethodDescriptionstatic HTMLTimeLineChartHTMLCharts.timeLineChart(TimeLineChart desktopTimeLineChart) Creates an HTML line chart with date and time X-axis from the givenTimeLineChartdesktop UI component.