Uses of Class
com.amalgamasimulation.visualsets.VisualSet
Packages that use VisualSet
-
Uses of VisualSet in com.amalgamasimulation.visualsets
Subclasses of VisualSet in com.amalgamasimulation.visualsetsModifier and TypeClassDescriptionclassClass that is the parent for all visual sets drawn on the chart by either horizontal or vertical lines lines.classParent for all visual sets drawn on the chart by points and lines.classClass that is the parent for all visual sets drawn on the chart by points-and-lines.classclassBarLabeledVisualSet<T,C> Class that is the parent for all visual sets drawn as bar charts with labels on it.classBarVisualSet<T,C> Visual set for drawing bars.classRepresents a visual set for rendering Box-and-Whisker plots, which are used to visualize some distribution.classVisual set for drawing arrowed polylines.classVisual set for drawing polylines based on PiecewiseFunction.classVisual set for drawing polylines.classVisual set for drawing rectangles.classVisual set for drawing heatmaps as two-dimensional fields with cells of different colors.classHistogramVisualSet<T extends HistogramDataAggregator<C,?>.HistogramDataGroup, C> Visual set for drawing bars.classVisual set for drawing grid lines.classClass that is the parent for all visual sets drawn on the chart by rectangles with labels on it.classVisual set for drawing bars.classVisual set for drawing line plots with points.classVisual set for drawing line plots with points based on PiecewiseFunction.classVisual set for drawing plots with points.classVisual set for drawing plots with lines and points.classVisual set for drawing regions with limited ranges along Y-axis.classVisual set for drawing regions.classSlotsVisualSet<E extends Interval>classVisual set for drawing triangle markers.classVisual set for drawing triangle markers.classRepresents a Waterfall visual set that extendsBarVisualSetand visualizes data in a waterfall format.Methods in com.amalgamasimulation.visualsets that return VisualSetModifier and TypeMethodDescriptionVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) Adds the action to be executed every time a context menu for given data element is called.VisualSet.addMouseEnterHandler(BiConsumer<T, MouseEvent> handler) Adds the action to be executed every time mouse enters to any visual element borders.VisualSet.addMouseExitHandler(BiConsumer<T, MouseEvent> handler) Adds the action to be executed every time the mouse exits the previously entered element's bounds.VisualSet.addMousePressedHandler(BiConsumer<T, MouseEvent> handler) Adds the action to be executed every time a mouse button is pressed.VisualSet.addVisibilityChangeHandler(Consumer<VisibilityChangeDescriptor<? extends IAbstractChartVisualSet>> visibilityChangeHandler) VisualSet.removeContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) Removes the action to be executed every time a context menu for given data element is called.VisualSet.removeMouseEnterHandler(BiConsumer<T, MouseEvent> handler) Removes the mouse enter action.VisualSet.removeMouseExitHandler(BiConsumer<T, MouseEvent> handler) Removes the mouse exit action.VisualSet.removeMousePressedHandler(BiConsumer<T, MouseEvent> handler) Removes the previously added mouse button press action.VisualSet.removeVisibilityChangeHandler(Consumer<VisibilityChangeDescriptor<? extends IAbstractChartVisualSet>> visibilityChangeHandler) VisualSet.setTooltipText(Function<T, String> tooltipTextExtractor) Adds tooltip text to display when the mouse is hovered over a visual element representing given data element.VisualSet.setUpdatePolicy(VisualSet.UpdatePolicy updatePolicy)