Uses of Class
org.evoludo.graphics.LineGraph
Packages that use LineGraph
Package
Description
The views to visualize results and interact with evolutionary models.
-
Uses of LineGraph in org.evoludo.simulator.views
Subclasses with type arguments of type LineGraph in org.evoludo.simulator.viewsModifier and TypeClassDescriptionclassA view that displays time-series plots of mean trait values or mean fitness for the current EvoLudo model using one or more LineGraph panels.Methods in org.evoludo.simulator.views with parameters of type LineGraphModifier and TypeMethodDescriptionprivate voidMean.finishGraphSetup(LineGraph graph, boolean hard) Finalize the setup of a graph (x-label, x-range, module label).private booleanMean.setFitRange(LineGraph graph) Set the y-range for fitness graphs; returns true if the range changed.private voidMean.setupCFitGraph(LineGraph graph) Configure a graph style and colors for fitness in continuous models.private voidMean.setupCTraitGraph(LineGraph graph, int idx) Configure a graph style and colors for a single continuous trait.private voidMean.setupDFitGraph(LineGraph graph) Configure a graph style and colors for fitness in discrete models.private voidMean.setupDTraitGraph(LineGraph graph) Configure a graph style and colors for a discrete module (multiple traits).private intMean.updateGraph(LineGraph graph, Module<?> module, int idx, double newtime) Pull updated mean data for the supplied graph and append it to the data buffer.