Uses of Class
com.amalgamasimulation.visualsets.WaterfallVisualSet
Packages that use WaterfallVisualSet
-
Uses of WaterfallVisualSet in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html with parameters of type WaterfallVisualSetModifier and TypeMethodDescriptionstatic <T> HTMLBarChartHTML.waterfallChart(WaterfallVisualSet<T> visualSet) Creates an HTML waterfall chart showing cumulative value progression. -
Uses of WaterfallVisualSet in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets that return WaterfallVisualSetModifier and TypeMethodDescriptionstatic <T> WaterfallVisualSet<T> VisualSets.waterfall(String name, List<T> elements, Function<T, Double> valueExtractor, Function<T, String> textExtractor, Function<T, WaterfallVisualSet.ElementType> typeExtractor) Constructs an instance ofWaterfallVisualSetwith the specified parameters.