Uses of Class
com.amalgamasimulation.charts.AbstractBarChart
Packages that use AbstractBarChart
-
Uses of AbstractBarChart in com.amalgamasimulation.charts
Subclasses of AbstractBarChart in com.amalgamasimulation.chartsModifier and TypeClassDescriptionfinal classA chart is a GUI component based on JavaFX's XYChart class that can be used to conveniently draw numeric and statistical data.final classA chart is a GUI component based on JavaFX's XYChart class that can be used to conveniently draw numeric and statistical data.Methods in com.amalgamasimulation.charts that return AbstractBarChartModifier and TypeMethodDescriptionAbstractBarChart.addContextMenuItem(BarChartContextMenuItem contextMenuItem) Adds the new context menu item to the end of the items list.AbstractBarChart.clearContextMenuItems()Removes all context menu items added by the 'addContextMenuItem' calls.AbstractBarChart.hideVerticalGuideline()AbstractBarChart.removeContextMenuItem(BarChartContextMenuItem contextMenuHandler) Removes the context menu item.AbstractBarChart.setVerticalGuidelineColor(Color color) AbstractBarChart.setVerticalGuidelineColor(javafx.scene.paint.Color color) AbstractBarChart.setVerticalGuidelineLabelVisible(boolean visible) AbstractBarChart.setVerticalGuidelineSnapToGridLines(boolean snapToGridLines) AbstractBarChart.setVerticalGuidelineValuesVisible(boolean visible) AbstractBarChart.setVerticalGuidelineVisible(boolean visible) AbstractBarChart.setVerticalGuidelineWidth(double width) AbstractBarChart.showVerticalGuidelineDisplayed(double position)