aivika-experiment-4.0.3: Simulation experiments for the Aivika library

CopyrightCopyright (c) 2012-2015, David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Simulation.Aivika.Experiment.InfoView

Description

Tested with: GHC 7.10.1

The module defines InfoView that shows the description of series.

Synopsis

Documentation

data InfoView Source

Defines the View that shows the description of series.

Constructors

InfoView 

Fields

infoTitle :: String

This is a title for the view.

infoDescription :: String

This is a text description used in HTML.

infoTransform :: ResultTransform

The transform applied to the results before receiving series.

infoSeries :: ResultTransform

It defines the series for which the description is shown.

infoLocalisation :: ResultLocalisation

It specifies the localisation.

defaultInfoView :: InfoView Source

The default description view.