Uses of Class
com.amalgamasimulation.charts.HeatmapChart
Packages that use HeatmapChart
-
Uses of HeatmapChart in com.amalgamasimulation.charts
Methods in com.amalgamasimulation.charts that return HeatmapChartModifier and TypeMethodDescriptionHeatmapChart.addContextMenuItem(HeatmapChartContextMenuItem contextMenuItem) Adds the new context menu item to the end of the items list.HeatmapChart.addMouseClickHandler(Consumer<HeatmapChartMouseClickDescriptor> handler) Adds the action to be executed every time the contents area is clicked.HeatmapChart.clearContextMenuItems()Removes all context menu items added by the 'addContextMenuItem' calls.HeatmapChart.clearMouseClickHandlers()Removes all the contents area click actions.HeatmapChart.removeContextMenuItem(HeatmapChartContextMenuItem contextMenuHandler) Removes the context menu item.HeatmapChart.removeMouseClickHandler(Consumer<HeatmapChartMouseClickDescriptor> handler) Removes the contents area click action.HeatmapChart.setShowXAxisCategoryMenuItemVisible(boolean visible) Adds a context menu element that controls the search and navigation for elements of the X-axis.HeatmapChart.setShowYAxisCategoryMenuItemVisible(boolean visible) Adds a context menu element that controls the search and navigation for elements of the Y-axis. -
Uses of HeatmapChart in com.amalgamasimulation.charts.swt
Methods in com.amalgamasimulation.charts.swt that return HeatmapChartModifier and TypeMethodDescriptionstatic HeatmapChartCharts.heatmap(org.eclipse.swt.widgets.Composite parent) Constructs a Heatmap Chart with no title.