Uses of Class
com.amalgamasimulation.visualsets.PointsVisualSet
Packages that use PointsVisualSet
-
Uses of PointsVisualSet in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets that return PointsVisualSetModifier and TypeMethodDescriptionPointsVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) PointsVisualSet.addMouseEnterHandler(BiConsumer<T, MouseEvent> handler) PointsVisualSet.addMouseExitHandler(BiConsumer<T, MouseEvent> handler) PointsVisualSet.addMousePressedHandler(BiConsumer<T, MouseEvent> handler) PointsVisualSet.addVisibilityChangeHandler(Consumer<VisibilityChangeDescriptor<? extends IAbstractChartVisualSet>> visibilityChangeHandler) PointsVisualSet.PointsVisualElement.getVisualSet()PointsVisualSet.setBorderColor(Color borderColor) Sets the point border color of the plot.PointsVisualSet.setClipboardText(Function<Double, String> clipboardTextExtractor) PointsVisualSet.setFillColor(Color fillColor) Sets the point fill color of the plot.PointsVisualSet.setLegendText(Supplier<String> legendTextProvider) PointsVisualSet.setMouseTransparent(boolean mouseTransparent) PointsVisualSet.setPointSize(double pointSize) Sets the diameter of the point, in pixels.PointsVisualSet.setPointSize(Function<T, Double> pointSizeExtractor) Sets the diameter of the point, in pixels.PointsVisualSet.setTooltipText(Function<T, String> tooltipTextExtractor) PointsVisualSet.setUpdatePolicy(VisualSet.UpdatePolicy updatePolicy)