|
Data.Graph.Analysis.Reporting | |
|
|
|
|
Description |
This module defines the report framework used.
|
|
Synopsis |
|
|
|
|
Document representation
|
|
Document is the simplified representation of a document. Note
that this just specifies a document layout, and not an
implementation. To actually create a "physical" document,
you must use an instance of DocumentGenerator.
|
|
|
|
|
class DocumentGenerator dg where | Source |
|
Represents the class of document generators.
| | Methods | | Convert idealised Document values into actual documents,
returning the document file created.
| | | The extension of all document-style files created. Note that
this doesn't preclude the creation of other files, e.g. images.
|
| | Instances | |
|
|
|
Representation of a location, either on the internet or locally.
| Constructors | | Instances | |
|
|
|
Elements of a document.
| Constructors | | Instances | |
|
|
|
Constructors | | Instances | |
|
|
|
|
Helper functions
|
|
Utility functions to help with document creation.
|
|
|
Return today's date as a string, e.g. "Monday 1 January, 2000".
This arbitrary format is chosen as there doesn't seem to be a way
of determining the correct format as per the user's locale settings.
|
|
|
Attempts to create the specified directly, returning True
if successful (or if the directory already exists), False
if an error occurred.
|
|
|
Attempts to creates a png file (with the given filename in the
given directory) and - if successful - returns a DocImage link.
|
|
|
The recommended maximum size for graphs.
|
|
Produced by Haddock version 2.1.0 |