Uses of Class
com.amalgamasimulation.desktop.html.charts.HTMLChart
Packages that use HTMLChart
-
Uses of HTMLChart in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLChartModifier and TypeMethodDescriptionstatic <T> HTMLChartHTML.boxAndWhiskerChart(BoxAndWhiskerVisualSet<T> visualSet) Creates an HTML box-and-whisker chart showing statistical distributions. -
Uses of HTMLChart in com.amalgamasimulation.desktop.html.charts
Subclasses of HTMLChart in com.amalgamasimulation.desktop.html.chartsModifier and TypeClassDescriptionclassThe HTMLBarChart class represents an HTML-based bar chart.classThe HTMLHistogramChart class represents an HTML-based histogram chart with optional Cumulative Distribution Function (CDF) visualization.classThe HTMLLineChart class represents an HTML-based line chart using the ApexCharts library.classThe HTMLTimeLineChart class represents an HTML-based timeline chart optimized for time-series data.Methods in com.amalgamasimulation.desktop.html.charts that return HTMLChartModifier and TypeMethodDescriptionHTMLChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLChart.relativeHeight(double height) Sets the relative height of the chart container as a percentage.HTMLChart.relativeWidth(double width) Sets the relative width of the chart container as a percentage.HTMLChart.stacked(boolean stacked) Configures stacked display mode for chart elements.Sets the title of the chart.HTMLChart.titleAlignment(com.amalgamasimulation.desktop.html.charts.ApexOptions.ApexAlign alignment) Sets the alignment of the chart title.HTMLChart.titleColor(Color color) Sets the color of the chart title.HTMLChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title.HTMLChart.xAxisTitle(String title) Sets the title for the X-axis.HTMLChart.xAxisValueConverter(Function<Object, String> xAxisValueConverter) Sets a converter function for X-axis values formatting.HTMLChart.yAxisLabelsDecimalSigns(int decimalSignsCount) Configures the number of decimal places to display on Y-axis labels.HTMLChart.yAxisTitle(String title) Sets the title for the Y-axis.