Uses of Class
com.amalgamasimulation.visualsets.utils.GanttChartRow
Packages that use GanttChartRow
Package
Description
-
Uses of GanttChartRow in com.amalgamasimulation.charts.axes
Fields in com.amalgamasimulation.charts.axes with type parameters of type GanttChartRowModifier and TypeFieldDescriptionprotected com.amalgamasimulation.charts.internals.axes.CategoryYAxisInternal<GanttChartRow> GanttChartCategoryYAxis.yAxisInternalMethods in com.amalgamasimulation.charts.axes that return types with arguments of type GanttChartRowModifier and TypeMethodDescriptionprotected com.amalgamasimulation.charts.internals.axes.CategoryYAxisInternal<GanttChartRow> GanttChartCategoryYAxis.getAxisInternal()Methods in com.amalgamasimulation.charts.axes with parameters of type GanttChartRowModifier and TypeMethodDescriptionbooleanGanttChartCategoryYAxis.isValueDisplayed(GanttChartRow ganttChartRow) Checks if specifiedGanttChartRowis currently displayed.GanttChartCategoryYAxis.navigateToGanttChartRow(GanttChartRow ganttChartRow) Navigates Y-axis displayed range to specifiedGanttChartRow.Method parameters in com.amalgamasimulation.charts.axes with type arguments of type GanttChartRowModifier and TypeMethodDescriptionGanttChartCategoryYAxis.addClickHandler(Consumer<GanttChartRow> handler) Adds the action to be executed every time any element on the vertical axis is clicked.GanttChartCategoryYAxis.removeClickHandler(Consumer<GanttChartRow> handler) Removes vertical axis click handler.GanttChartCategoryYAxis.setTooltipText(Function<GanttChartRow, String> yAxisTooltipTextExtractor) Adds tooltip text to display when the mouse is hovered over a vertical axis element.GanttChartCategoryYAxis.setTooltipTextFont(Function<GanttChartRow, javafx.scene.text.Font> yAxisTooltipFontExtractor) Sets the new font to the tooltip text.GanttChartCategoryYAxis.setTooltipTextFontSize(Function<GanttChartRow, Integer> yAxisTooltipFontSizeExtractor) Sets the new font size to the tooltip text.Constructor parameters in com.amalgamasimulation.charts.axes with type arguments of type GanttChartRowModifierConstructorDescriptionGanttChartCategoryYAxis(com.amalgamasimulation.charts.internals.charts.GanttChartInternal chartInternal, com.amalgamasimulation.charts.internals.axes.CategoryYAxisInternal<GanttChartRow> yAxisInternal) Constructs aGanttChartInternalcategory Y-axis with givenCategoryYAxisInternal -
Uses of GanttChartRow in com.amalgamasimulation.charts.utils
Methods in com.amalgamasimulation.charts.utils that return GanttChartRowMethods in com.amalgamasimulation.charts.utils with parameters of type GanttChartRowModifier and TypeMethodDescriptionvoidGanttChartContextMenuItem.accept(Object menu, double argument, GanttChartRow ganttChartRow, List<? extends IGanttChartVisualElement<?>> visualElements, javafx.scene.input.MouseEvent mouseEvent) Constructors in com.amalgamasimulation.charts.utils with parameters of type GanttChartRowModifierConstructorDescriptionGanttChartMouseClickDescriptor(javafx.scene.input.MouseEvent e, double argument, GanttChartRow ganttChartRow, List<IGanttChartVisualElement<?>> elements) -
Uses of GanttChartRow in com.amalgamasimulation.visualsets
Fields in com.amalgamasimulation.visualsets declared as GanttChartRowFields in com.amalgamasimulation.visualsets with type parameters of type GanttChartRowModifier and TypeFieldDescriptionprotected Function<T, Pair<GanttChartRow, Double>> ConnectionVisualSet.sourceArgumentExtractorprotected Function<T, Pair<GanttChartRow, Double>> ConnectionVisualSet.targetArgumentExtractorMethods in com.amalgamasimulation.visualsets that return GanttChartRowModifier and TypeMethodDescriptionGanttPolylineVisualSet.getGanttChartRow()GanttVisualSet.getGanttChartRow()IGanttChartRowPropertyOwner.getGanttChartRow()Returns the reference to theGanttChartRowrow on which the visuals will be drawnTriangleMarkerVisualSet.getGanttChartRow()ConnectionVisualSet.ConnectionVisualElement.getSourceGanttChartRow()Delegates a call toConnectionVisualSet.getSourceGanttChartRow(Object)for the data element corresponding to this visual element.ConnectionVisualSet.getSourceGanttChartRow(T element) Returns a source dependencyGanttChartRowfor a given data element.ConnectionVisualSet.ConnectionVisualElement.getTargetGanttChartRow()Delegates a call toConnectionVisualSet.getTargetGanttChartRow(Object)for the data element corresponding to this visual element.ConnectionVisualSet.getTargetGanttChartRow(T element) Returns a target dependencyGanttChartRowfor a given data element.Methods in com.amalgamasimulation.visualsets with parameters of type GanttChartRowModifier and TypeMethodDescriptionstatic <E extends Slot>
SlotsVisualSet<E> VisualSets.gantt(String name, GanttChartRow row, Sequence<E> sequence) static <E extends Interval>
SlotsVisualSet<E> VisualSets.gantt(String name, GanttChartRow row, Supplier<List<E>> slotsSupplier) static <E extends Interval>
SlotsVisualSet<E> VisualSets.gantt(String name, GanttChartRow row, List<E> slots) VisualSets.ganttPiecewisePolyline(String name, GanttChartRow ganttChartRow, Supplier<PiecewiseFunction> piecewiseFunctionExtractor, Supplier<Pair<Double, Double>> displayedRangeExtractor, Supplier<Double> axisLengthInPixelsExtractor) Constructs a GanttPiecewiseLineVisualSet with given name, piecewiseFunction extractor and discretization rule extractors.VisualSets.ganttPiecewisePolyline(String name, GanttChartRow ganttChartRow, Supplier<PiecewiseFunction> piecewiseFunctionExtractor, Supplier<Double> currentArgumentExtractor, Supplier<Pair<Double, Double>> displayedRangeExtractor, Supplier<Double> axisLengthInPixelsExtractor) Constructs a GanttPiecewiseLineVisualSet with given name, piecewiseFunction extractor and discretization rule extractors.static GanttPolylineVisualSet<Pair<Double, Double>> VisualSets.ganttPolyline(String name, GanttChartRow row, RatePlanner ratePlanner) static GanttPolylineVisualSet<Pair<Double, Double>> VisualSets.ganttPolyline(String name, GanttChartRow row, Color color, List<Pair<Double, Double>> list) static GanttPolylineVisualSet<Pair<Double, Double>> VisualSets.ganttPolyline(String name, GanttChartRow row, Supplier<List<Pair<Double, Double>>> list) static GanttPolylineVisualSet<Pair<Double, Double>> VisualSets.ganttPolyline(String name, GanttChartRow row, List<Pair<Double, Double>> list) Constructors in com.amalgamasimulation.visualsets with parameters of type GanttChartRowModifierConstructorDescriptionGanttPiecewisePolylineVisualSet(String name, GanttChartRow ganttChartRow, Supplier<PiecewiseFunction> piecewiseFunctionExtractor, Supplier<Pair<Double, Double>> displayedRangeExtractor, Supplier<Double> axisLengthInPixelsExtractor) Constructs a GanttPiecewiseLineVisualSet with given name, piecewiseFunction extractor and discretization rule extractors.GanttPolylineVisualSet(String name, GanttChartRow ganttChartRow, Supplier<List<T>> dataElementsProvider, Function<T, Double> argumentExtractor, Function<T, Double> valueExtractor) Constructs a GanttPolylineVisualSet with given name,GanttChartRow, data elements and arguments/value extractors, i.e.GanttVisualSet(String name, GanttChartRow ganttChartRow, Supplier<List<T>> dataElementsProvider, Function<T, Double> beginArgumentExtractor, Function<T, Double> endArgumentExtractor) Constructs a GanttVisualSet with given name, data elements and begin/end argument extractors, i.e.SlotsVisualSet(String name, GanttChartRow row, Supplier<List<E>> elementsProvider, Function<E, Double> beginArgumentExtractor, Function<E, Double> endArgumentExtractor) TriangleMarkerVisualSet(String name, GanttChartRow ganttChartRow, Supplier<List<T>> elementsProvider, Function<T, Double> argumentExtractor) Constructs a TriangleMarkerVisualSet with given name,GanttChartRow, data elements and arguments extractors, i.e.Constructor parameters in com.amalgamasimulation.visualsets with type arguments of type GanttChartRowModifierConstructorDescriptionConnectionVisualSet(String name, Supplier<List<T>> dataElementsProvider, Function<T, Pair<GanttChartRow, Double>> sourceArgumentExtractor, Function<T, Pair<GanttChartRow, Double>> targetArgumentExtractor) Constructs a ConnectionVisualSet with given name, data elements and a set of parameters required to describe a dependency. -
Uses of GanttChartRow in com.amalgamasimulation.visualsets.containers
Methods in com.amalgamasimulation.visualsets.containers that return GanttChartRowModifier and TypeMethodDescriptionGanttVisualSetContainer.getParent(GanttChartRow ganttChartRow) Returns the parentGanttChartRowfor the givenGanttChartRow.Methods in com.amalgamasimulation.visualsets.containers that return types with arguments of type GanttChartRowModifier and TypeMethodDescriptionGanttVisualSetContainer.getChildrens(GanttChartRow ganttChartRow) Returns the childrens list for givenGanttChartRow.GanttVisualSetContainer.getGanttChartRowsComparator()Returns the comparator forGanttChartRow's.GanttVisualSetContainer.getTreeFlatGanttChartRows()Returns a flat list of GanttChartRows.Methods in com.amalgamasimulation.visualsets.containers with parameters of type GanttChartRowModifier and TypeMethodDescriptionGanttVisualSetContainer.addSeparator(GanttChartRow ganttChartRow, Color color, double width) Sets theGanttChartRowSeparatorthat should be placed under the given ganttChartRow.booleanGanttVisualSetContainer.containsAnyChild(GanttChartRow ganttChartRow) Checks if given ganttChartRow contains at least one child row with at least oneVisualSet.GanttVisualSetContainer.getChildrens(GanttChartRow ganttChartRow) Returns the childrens list for givenGanttChartRow.GanttVisualSetContainer.getParent(GanttChartRow ganttChartRow) Returns the parentGanttChartRowfor the givenGanttChartRow.GanttVisualSetContainer.getSeparator(GanttChartRow ganttChartRow) Returns theGanttChartRowSeparatorthat should be placed under the given ganttChartRow.intGanttVisualSetContainer.getTreeLevel(GanttChartRow ganttChartRow) Returns the nesting level of the givenGanttChartRow.GanttVisualSetContainer.getVisualSets(GanttChartRow ganttChartRow) Returns a list ofvisualSetsdrawn on the given ganttChartRow.booleanGanttVisualSetContainer.isTreeStateExpanded(GanttChartRow ganttChartRow) Checks if the givenGanttChartRowis currently expanded.GanttVisualSetContainer.removeSeparator(GanttChartRow ganttChartRow) Removes theGanttChartRowSeparatorthat should be placed under the given ganttChartRow.GanttVisualSetContainer.setTreeState(GanttChartRow ganttChartRow, boolean expanded, boolean recursively) Sets the expand status of the given ganttChartRow.Method parameters in com.amalgamasimulation.visualsets.containers with type arguments of type GanttChartRowModifier and TypeMethodDescriptionGanttVisualSetContainer.setChildrenProvider(Function<GanttChartRow, List<GanttChartRow>> childrenProvider) Sets the childrens prodiver i.e.GanttVisualSetContainer.setChildrenProvider(Function<GanttChartRow, List<GanttChartRow>> childrenProvider) Sets the childrens prodiver i.e.GanttVisualSetContainer.setGanttChartRowsComparator(Comparator<GanttChartRow> ganttChartRowsComparator) Sets the comparator forGanttChartRow's.