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 voidHistogram.applyXDecorations(GraphStyle style, boolean showTickLabels, boolean showLabel) Configure x-axis decorations based on group and overall position.private StringHistogram.formatDistributionMean(double[] dist, GraphStyle style) Format mean ± sdev for a distribution stored in data (assumed normalized counts).private doubleHistogram.getXDecorationHeight(GraphStyle style) Return the vertical space used by x-axis decorations in pixels.