Uses of Class
com.amalgamasimulation.visualsets.HistogramVisualSet
Packages that use HistogramVisualSet
-
Uses of HistogramVisualSet in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html with parameters of type HistogramVisualSetModifier and TypeMethodDescriptionstatic <T extends HistogramDataAggregator<C,?>.HistogramDataGroup, C>
HTMLHistogramChartHTML.histogramChart(HistogramVisualSet<T, C> visualSet) Creates an HTML histogram chart with optional CDF visualization. -
Uses of HistogramVisualSet in com.amalgamasimulation.visualsets
Methods in com.amalgamasimulation.visualsets that return HistogramVisualSetModifier and TypeMethodDescriptionHistogramVisualSet.addContextMenuHandler(VisualSet.ContextMenuHandler<T> contextMenuHandler) HistogramVisualSet.addMouseEnterHandler(BiConsumer<T, MouseEvent> handler) HistogramVisualSet.addMouseExitHandler(BiConsumer<T, MouseEvent> handler) HistogramVisualSet.addMousePressedHandler(BiConsumer<T, MouseEvent> handler) HistogramVisualSet.addVisibilityChangeHandler(Consumer<VisibilityChangeDescriptor<? extends IAbstractChartVisualSet>> visibilityChangeHandler) HistogramVisualSet.HistogramVisualElement.getVisualSet()static <O,T extends HistogramDataAggregator<C, O>.HistogramDataGroup, C>
HistogramVisualSet<T, C> VisualSets.histogram(String name, HistogramDataAggregator<C, O> aggregator) static <O,T extends HistogramDataAggregator<C, O>.HistogramDataGroup, C>
HistogramVisualSet<T, C> VisualSets.histogram(String name, HistogramDataAggregator<C, O> aggregator, boolean cleanEmptyGroups) static <O,T extends HistogramDataAggregator<C, O>.HistogramDataGroup, C>
HistogramVisualSet<T, C> VisualSets.histogram(String name, HistogramDataAggregator<C, O> aggregator, HistogramVisualSet.ExtractValuePolicy extractValuePolicy) static <O,T extends HistogramDataAggregator<C, O>.HistogramDataGroup, C>
HistogramVisualSet<T, C> VisualSets.histogram(String name, HistogramDataAggregator<C, O> aggregator, HistogramVisualSet.ExtractValuePolicy extractValuePolicy, boolean cleanEmptyGroups) static <T extends HistogramDataAggregator<String,T>.HistogramDataGroup>
HistogramVisualSet<T, String> VisualSets.histogram(String name, org.apache.commons.math3.distribution.RealDistribution realDistribution, int barsCount) HistogramVisualSet.setBackgroundColor(Function<C, Color> backgroundColorExtractor) HistogramVisualSet.setBarLabelColor(Function<T, Color> barLabelColorExtractor) HistogramVisualSet.setBarLabelFontSize(Function<T, Double> barLabelFontSizeExtractor) HistogramVisualSet.setBarLabelText(Function<T, String> barLabelTextExtractor) HistogramVisualSet.setBorderColor(Function<C, Color> borderColorExtractor) HistogramVisualSet.setBorderWidth(Function<C, Double> borderWidthExtractor) HistogramVisualSet.setColumnWidthFraction(double columnWidthFraction) Sets the width fraction to region allocated for each individual category-bar.HistogramVisualSet.setElementText(Function<T, String> elementTextExtractor) HistogramVisualSet.setLabelText(LabelSide labelSide, BiFunction<T, C, String> labelText, BiFunction<T, C, Double> labelTextSize, BiFunction<T, C, Color> labelTextColor) HistogramVisualSet.setLegendLabelText(Function<C, String> legendLabelTextExtractor) HistogramVisualSet.setMouseTransparent(boolean mouseTransparent) HistogramVisualSet.setTooltipText(Function<T, String> tooltipTextExtractor) HistogramVisualSet.setUpdatePolicy(VisualSet.UpdatePolicy updatePolicy)