Uses of Class
com.amalgamasimulation.charts.HistogramChart
Packages that use HistogramChart
Package
Description
-
Uses of HistogramChart in com.amalgamasimulation.charts
Methods in com.amalgamasimulation.charts that return HistogramChartModifier and TypeMethodDescriptionHistogramChart.setCDFLabelsVisible(boolean cdfLabelsVisible) Specifies whether the labels of CDF (cumulative distribution function) should be drawn.HistogramChart.setCDFLineColor(Color cdfLineColor) Sets the new color to the line of CDF (cumulative distribution function).HistogramChart.setCDFLineColor(javafx.scene.paint.Color cdfLineColor) Sets the new color to the line of CDF (cumulative distribution function).HistogramChart.setCDFLineVisible(boolean cdfVisible) Specifies whether the line of CDF (cumulative distribution function) should be drawn.HistogramChart.setCDFLineWidth(int cdfLineWidth) Sets the new width to the line of CDF (cumulative distribution function), in pixels. -
Uses of HistogramChart in com.amalgamasimulation.charts.swt
Methods in com.amalgamasimulation.charts.swt that return HistogramChartModifier and TypeMethodDescriptionstatic HistogramChartCharts.histogram(org.eclipse.swt.widgets.Composite parent) Constructs a Histogram Chart with a set of default parameters: no title, stackBarsLayout, etc. -
Uses of HistogramChart in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui with parameters of type HistogramChartModifier and TypeMethodDescriptionstatic HTMLHistogramChartHTMLCharts.histogramChart(HistogramChart desktopHistogramChart) Creates an HTML histogram chart with optional CDF visualization.