Uses of Class
org.evoludo.graphics.GraphStyle
Packages that use GraphStyle
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of GraphStyle in org.evoludo.graphics
Fields in org.evoludo.graphics declared as GraphStyleModifier and TypeFieldDescriptionprotected GraphStyleAbstractGraph.styleThe style of the graph.Methods in org.evoludo.graphics that return GraphStyle -
Uses of GraphStyle in org.evoludo.simulator.views
Methods in org.evoludo.simulator.views with parameters of type GraphStyleModifier and TypeMethodDescriptionprivate voidHistogram.applyDefaultStyle(GraphStyle style) Apply default style settings to the given graph style.private StringHistogram.formatDistributionMean(double[] dist, GraphStyle style) Format mean ± sdev for a distribution stored in data (assumed normalized counts).