Uses of Class
org.evoludo.graphics.PopGraph2D
Packages that use PopGraph2D
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of PopGraph2D in org.evoludo.graphics
Subclasses of PopGraph2D in org.evoludo.graphicsModifier and TypeClassDescriptionclassSpecialized graph for 2D lattice-based trait distributions.classSpecialized population graph for linear geometries with history.Fields in org.evoludo.graphics declared as PopGraph2DModifier and TypeFieldDescriptionprivate final PopGraph2DLegend2D.ownerThe owning population graph.Constructors in org.evoludo.graphics with parameters of type PopGraph2DModifierConstructorDescription(package private)Legend2D(PopGraph2D owner) Create a legend helper tied to the given 2D population graph. -
Uses of PopGraph2D in org.evoludo.simulator.views
Subclasses with type arguments of type PopGraph2D in org.evoludo.simulator.viewsModifier and TypeClassDescriptionclassView component that renders the distribution of continuous traits for one or more species in the EvoLudo simulation.class2D population view for the EvoLudo model.Methods in org.evoludo.simulator.views that return PopGraph2DModifier and TypeMethodDescriptionprivate PopGraph2DPop2D.createGraph(Module<?> module, AbstractGeometry geometry) Create a graph instance for the given geometry.Methods in org.evoludo.simulator.views with parameters of type PopGraph2DModifier and TypeMethodDescriptionprivate booleanPop2D.configureGraph(PopGraph2D graph) Configure the graph's style according to its geometry.private Legend2D.SpecsPop2D.createLegendSpecs(PopGraph2D graph) Compile semantic legend data for the given graph.private voidDistribution.resetTrait(PopGraph2D graph, boolean hard) Reset the given graph for displaying trait distributions.