Uses of Class
org.evoludo.graphics.AbstractGraph
Packages that use AbstractGraph
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of AbstractGraph in org.evoludo.graphics
Subclasses of AbstractGraph in org.evoludo.graphicsModifier and TypeClassDescriptionclassGenericPopGraph<T,N extends Network> The base class for population graphs.classHistogram graph for displaying data in bins.classGraph to visualize time series data.classParametric graph for displaying trajectories in phase plane.classThe graphical representation of network structures in 2D.classThe graphical representation of network structures in 3D.classGraph for the simplex \(S_3\).Methods in org.evoludo.graphics with parameters of type AbstractGraphModifier and TypeMethodDescriptionTooltipProvider.Index.getTooltipAt(AbstractGraph<?> graph, int index) Get the tooltip for the location with indexindex. -
Uses of AbstractGraph in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views with type parameters of type AbstractGraphModifier and TypeFieldDescriptionprotected List<? extends AbstractGraph<?>> AbstractView.graphsThe list of graphs that are displayed in this view.Methods in org.evoludo.simulator.views that return AbstractGraphModifier and TypeMethodDescriptionAbstractView.getGraphAt(int x, int y) Get the graph at the coordinates(x,y).Methods in org.evoludo.simulator.views with parameters of type AbstractGraphModifier and TypeMethodDescriptionDistribution.getTooltipAt(AbstractGraph<?> graph, int node) GenericPop.getTooltipAt(AbstractGraph<?> agraph, int node)