Uses of Class
org.evoludo.graphics.S3Graph
Packages that use S3Graph
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of S3Graph in org.evoludo.graphics
Methods in org.evoludo.graphics with parameters of type S3GraphModifier and TypeMethodDescriptionTooltipProvider.Simplex.getTooltipAt(S3Graph graph, double x, double y) Get the tooltip for the simplexgraphat the scaled coordinates(x,y)with the origin in the lower left corner of the simplex. -
Uses of S3Graph in org.evoludo.simulator.views
Subclasses with type arguments of type S3Graph in org.evoludo.simulator.viewsModifier and TypeClassDescriptionclassThe view to display time series of data as a trajectory on the \(S_3\) simplex.Methods in org.evoludo.simulator.views that return S3GraphModifier and TypeMethodDescriptionprivate S3GraphS3.createS3Graph(Module<?> module, int role) Helper method to create and configure an S3Graph for a given role.