Uses of Class
com.amalgamasimulation.charts.AbstractGanttChart
Packages that use AbstractGanttChart
-
Uses of AbstractGanttChart in com.amalgamasimulation.charts
Subclasses of AbstractGanttChart in com.amalgamasimulation.chartsModifier and TypeClassDescriptionclassA 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 AbstractGanttChartModifier and TypeMethodDescriptionAbstractGanttChart.addContextMenuItem(GanttChartContextMenuItem contextMenuItem) Adds the new context menu item to the end of the items list.AbstractGanttChart.addMouseClickHandler(Consumer<GanttChartMouseClickDescriptor> handler) Adds the action to be executed every time the contents area is clicked.AbstractGanttChart.clearContextMenuItems()Removes all context menu items added by the 'addContextMenuItem' calls.AbstractGanttChart.clearMouseClickHandlers()Removes all the contents area click actions.AbstractGanttChart.hideVerticalGuideline()AbstractGanttChart.removeContextMenuItem(GanttChartContextMenuItem contextMenuHandler) Removes the context menu item.AbstractGanttChart.removeMouseClickHandler(Consumer<GanttChartMouseClickDescriptor> handler) Removes the contents area click action.AbstractGanttChart.setShowGanttChartRowMenuItemVisible(boolean visible) Adds a context menu element that controls the search and navigation for elements of the Y-axis.AbstractGanttChart.setVerticalGuidelineColor(Color color) AbstractGanttChart.setVerticalGuidelineColor(javafx.scene.paint.Color color) AbstractGanttChart.setVerticalGuidelineLabelFormat(Function<Double, String> format) Sets the formatter of the vertical guideline label, i.e.AbstractGanttChart.setVerticalGuidelineLabelVisible(boolean visible) AbstractGanttChart.setVerticalGuidelineSnapToGridLines(boolean snapToGridLines) AbstractGanttChart.setVerticalGuidelineValuesVisible(boolean visible) AbstractGanttChart.setVerticalGuidelineVisible(boolean visible) AbstractGanttChart.setVerticalGuidelineWidth(double width) AbstractGanttChart.showVerticalGuidelineDisplayed(double position)