Package org.evoludo.graphics


package org.evoludo.graphics
The GWT graphics for rendering and visualizing evolutionary models.
  • Class
    Description
    Abstract base class for 2D graphs rendered into a Canvas within the UI.
    Graphs that support logarithmic scaling on the y-axis should implement this interface.
    Graphs that show trajectories and support exporting their data should implement this interface.
    Create custom Context2d that admits drawing dashed lines.
    Graphs that support shifting of their view should implement this interface.
    Graphs that support shifting should implement this interface.
    Graphs that support zooming should implement this interface.
    Graphs that support zooming should implement this interface.
    GenericPopGraph<T, N extends Network<?>>
    Abstract base class for visualizing a population as a graph.
    The style features for graphs.
    A histogram graph used to render and interact with binned data.
    LineGraph visualizes time series data as one or more line plots inside a resizable, pannable and zoomable canvas.
    Graphical representation of generic population geometries in 2D.
    Graphical representation of generic population geometries in 3D.
    ParaGraph is a specialized 2D parametric/phase-plane graph component for visualizing trajectories produced by a simulation module.
    The graphical representation of lattices and network structures in 2D.
    The graphical representation of network structures in 3D.
    Graph for the simplex \(S_3\).
    Views that provide more sophisticated tooltips should implement this interface.
    Views that provide extended tooltips for specific locations that go beyond the capabilities of the BasicTooltipProvider should implement this interface.
    Views that provide extended tooltips for specific (scaled) coordinates (x,y) on a parametric plot that go beyond the capabilities of the BasicTooltipProvider should implement this interface.
    Views that provide extended tooltips for specific (scaled) coordinates (x,y) on a simplex plot that go beyond the capabilities of the BasicTooltipProvider should implement this interface.
    Default mapping of data to the phase plane or phase plane projections.