Uses of Class
com.amalgamasimulation.charts.visualsets.BoxAndWhiskerVisualSet
Packages that use BoxAndWhiskerVisualSet
Package
Description
-
Uses of BoxAndWhiskerVisualSet in com.amalgamasimulation.charts.visualsets
Methods in com.amalgamasimulation.charts.visualsets that return BoxAndWhiskerVisualSetModifier and TypeMethodDescriptionBoxAndWhiskerVisualSet.BoxAndWhiskerVisualElement.getVisualSet()BoxAndWhiskerVisualSet.setBackgroundColor(Function<T, Color> backgroundColorExtractor) BoxAndWhiskerVisualSet.setBoxInterval(Function<T, Interval> boxIntervalExtractor) BoxAndWhiskerVisualSet.setElementName(Function<T, String> elementNameExtractor) BoxAndWhiskerVisualSet.setMeanValue(Function<T, Double> meanValueExtractor) BoxAndWhiskerVisualSet.setTooltipText(Function<T, String> tooltipTextExtractor) BoxAndWhiskerVisualSet.setWhiskerInterval(Function<T, Interval> whiskerIntervalExtractor) -
Uses of BoxAndWhiskerVisualSet in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html with parameters of type BoxAndWhiskerVisualSetModifier and TypeMethodDescriptionstatic <T> HTMLChartHTML.boxAndWhiskerChart(BoxAndWhiskerVisualSet<T> visualSet) Creates an HTML box-and-whisker chart showing statistical distributions. -
Uses of BoxAndWhiskerVisualSet in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets that return BoxAndWhiskerVisualSetModifier and TypeMethodDescriptionstatic <T> BoxAndWhiskerVisualSet<T> VisualSets.boxAndWhisker(String name, Supplier<List<T>> elements, Function<T, String> textExtractor, Function<T, DistributionStatistics> statisticsExtractor) Creates aBoxAndWhiskerVisualSetwith the specified name, data elements, and extractors.static <T> BoxAndWhiskerVisualSet<T> VisualSets.boxAndWhisker(String name, Supplier<List<T>> elements, Function<T, String> textExtractor, Function<T, DistributionStatistics> statisticsExtractor, VisualSets.BoxAndWhiskerDisplayMode mode) Creates aBoxAndWhiskerVisualSetwith the specified name, data elements, extractors, and display mode.