Uses of Class
com.amalgamasimulation.visualsets.ConnectionVisualSet
Packages that use ConnectionVisualSet
-
Uses of ConnectionVisualSet in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets that return ConnectionVisualSetModifier and TypeMethodDescriptionConnectionVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) ConnectionVisualSet.addMouseEnterHandler(BiConsumer<T, MouseEvent> handler) ConnectionVisualSet.addMouseExitHandler(BiConsumer<T, MouseEvent> handler) ConnectionVisualSet.addMousePressedHandler(BiConsumer<T, MouseEvent> handler) ConnectionVisualSet.addVisibilityChangeHandler(Consumer<VisibilityChangeDescriptor<? extends IAbstractChartVisualSet>> visibilityChangeHandler) ConnectionVisualSet.ConnectionVisualElement.getVisualSet()ConnectionVisualSet.setLineColor(Color lineColor) Sets the line color of the plot.ConnectionVisualSet.setLineStyle(Function<T, LineStyle> lineStyleExtractor) Sets theLineStyleof the lines representing plot data elements.ConnectionVisualSet.setMouseTransparent(boolean mouseTransparent) ConnectionVisualSet.setTooltipText(Function<T, String> tooltipTextExtractor) ConnectionVisualSet.setUpdatePolicy(VisualSet.UpdatePolicy updatePolicy) ConnectionVisualSet.setWidth(double width) Sets the width of the line, in pixels.