Uses of Enum Class
com.amalgamasimulation.visualsets.VisualSets.BoxAndWhiskerDisplayMode
Packages that use VisualSets.BoxAndWhiskerDisplayMode
-
Uses of VisualSets.BoxAndWhiskerDisplayMode in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets that return VisualSets.BoxAndWhiskerDisplayModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VisualSets.BoxAndWhiskerDisplayMode[]VisualSets.BoxAndWhiskerDisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.visualsets with parameters of type VisualSets.BoxAndWhiskerDisplayModeModifier and TypeMethodDescriptionstatic <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.