Uses of Class
com.amalgamasimulation.visualsets.GanttVisualSet
Packages that use GanttVisualSet
-
Uses of GanttVisualSet in com.amalgamasimulation.visualsets
Subclasses of GanttVisualSet in com.amalgamasimulation.visualsetsMethods in com.amalgamasimulation.visualsets that return GanttVisualSetModifier and TypeMethodDescriptionGanttVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) GanttVisualSet.addMouseEnterHandler(BiConsumer<T, MouseEvent> handler) GanttVisualSet.addMouseExitHandler(BiConsumer<T, MouseEvent> handler) GanttVisualSet.addMousePressedHandler(BiConsumer<T, MouseEvent> handler) GanttVisualSet.addVisibilityChangeHandler(Consumer<VisibilityChangeDescriptor<? extends IAbstractChartVisualSet>> visibilityChangeHandler) GanttVisualSet.GanttVisualElement.getVisualSet()GanttVisualSet.setBackgroundColor(Function<? extends T, Color> backgroundColorExtractor) Sets the background color for each data element.GanttVisualSet.setBorderColor(Function<? extends T, Color> borderColorExtractor) Sets the border color for each data element.GanttVisualSet.setBorderWidth(Function<? extends T, Double> borderWidthExtractor) Sets the border width in pixels for each data element.GanttVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelFontSizeExtractor) Sets the labels of the rectangles representing plot data elements.GanttVisualSet.setLabelText(LabelSide labelSide, Function<? extends T, String> labelTextExtractor, Function<? extends T, Double> labelFontSizeExtractor, Function<? extends T, Color> labelColorExtractor) GanttVisualSet.setMouseTransparent(boolean mouseTransparent) GanttVisualSet.setRowHeightFraction(Function<? extends T, Double> rowHeightFractionExtractor) Sets the fraction height of the region in which rectangle is drawn.GanttVisualSet.setTooltipText(Function<T, String> tooltipTextExtractor) GanttVisualSet.setUpdatePolicy(VisualSet.UpdatePolicy updatePolicy)