Uses of Class
org.evoludo.graphics.AbstractGraph
Packages that use AbstractGraph
-
Uses of AbstractGraph in org.evoludo.graphics
Subclasses of AbstractGraph in org.evoludo.graphicsModifier and TypeClassDescriptionclass
GenericPopGraph<T,
N extends Network> The base class for population graphs.class
Histogram graph for displaying data in bins.class
Graph to visualize time series data.class
Parametric graph for displaying trajectories in phase plane.class
The graphical representation of network structures in 2D.class
The graphical representation of network structures in 3D.class
Graph 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.graphs
The 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)