Uses of Class
org.evoludo.graphics.HistoGraph
Packages that use HistoGraph
Package
Description
The views to visualize results and interact with evolutionary models.
-
Uses of HistoGraph in org.evoludo.simulator.views
Subclasses with type arguments of type HistoGraph in org.evoludo.simulator.viewsModifier and TypeClassDescriptionclassHistogram view for displaying binned distributions of model quantities.Methods in org.evoludo.simulator.views with parameters of type HistoGraphModifier and TypeMethodDescriptionprivate voidHistogram.applyDegreeStyle(HistoGraph graph, int n, int nGraphs, int xdeco) Apply style settings for degree histograms.private booleanHistogram.applyFitnessStyle(HistoGraph graph, int n, int xdeco) Apply style settings for fitness histograms.private voidHistogram.applyFixationProbabilityStyle(HistoGraph graph, int n, int xdeco) Apply style settings for fixation probability histograms.private voidHistogram.applyFixationTimeStyle(HistoGraph graph, int n, int xdeco, boolean isDistribution) Apply style settings for fixation time histograms.private voidHistogram.applyStationaryStyle(HistoGraph graph, int n, int xdeco) Apply style settings for stationary distribution histograms.private booleanHistogram.applyTraitStyle(HistoGraph graph, int n) Apply style settings for trait histograms.private double[][]Histogram.ensureDegreeData(HistoGraph graph, AbstractGeometry inter, AbstractGeometry comp, double[][] data) Ensure the provided data buffer is sized appropriately for the given interaction/competition geometries, update the histogram data and set axis limits on the graph; returns the (possibly new) data buffer.private booleanHistogram.handleDEGraph(HistoGraph graph, ModelType mt, Module<?> module) Handle messaging for DE/PDE models; returns true if a message was set on the graph and further processing should be skipped.