Uses of Class
com.amalgamasimulation.desktop.html.charts.HTMLHistogramChart
Packages that use HTMLHistogramChart
Package
Description
-
Uses of HTMLHistogramChart in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLHistogramChartModifier and TypeMethodDescriptionstatic <T extends HistogramDataAggregator<C,?>.HistogramDataGroup, C>
HTMLHistogramChartHTML.histogramChart(HistogramVisualSet<T, C> visualSet) Creates an HTML histogram chart with optional CDF visualization. -
Uses of HTMLHistogramChart in com.amalgamasimulation.desktop.html.charts
Methods in com.amalgamasimulation.desktop.html.charts that return HTMLHistogramChartModifier and TypeMethodDescriptionHTMLHistogramChart.cdfLineColor(Color color) Sets the color of the Cumulative Distribution Function (CDF) line.HTMLHistogramChart.cdfLineWidth(int width) Sets the stroke width of the CDF line in pixels.HTMLHistogramChart.cdfVisible(boolean cdfVisible) Controls visibility of the CDF line overlay.HTMLHistogramChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLHistogramChart.relativeHeight(double height) Sets the relative height of the chart container as a percentage.HTMLHistogramChart.relativeWidth(double width) Sets the relative width of the chart container as a percentage.Sets the title of the chart.HTMLHistogramChart.titleAlignment(com.amalgamasimulation.desktop.html.charts.ApexOptions.ApexAlign alignment) Sets the alignment of the chart title.HTMLHistogramChart.titleColor(Color color) Sets the color of the chart title.HTMLHistogramChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title. -
Uses of HTMLHistogramChart in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui that return HTMLHistogramChartModifier and TypeMethodDescriptionstatic HTMLHistogramChartHTMLCharts.histogramChart(HistogramChart desktopHistogramChart) Creates an HTML histogram chart with optional CDF visualization.