Uses of Class
com.amalgamasimulation.charts.BarChart
Packages that use BarChart
-
Uses of BarChart in com.amalgamasimulation.charts.swt
Methods in com.amalgamasimulation.charts.swt that return BarChartModifier and TypeMethodDescriptionstatic BarChartCharts.bar(org.eclipse.swt.widgets.Composite parent) Constructs a Bar Chart with a set of default parameters: no title, stackBarsLayout, etc.static BarChartCharts.bar(org.eclipse.swt.widgets.Composite parent, BarsLayout barsLayout) Constructs a Bar Chart with a set of default parameters: no title, stackBarsLayout, etc. -
Uses of BarChart in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui with parameters of type BarChartModifier and TypeMethodDescriptionstatic HTMLBarChartCreates an HTML bar chart from the givenBarChartdesktop UI component.