HGL-3.2.3.1: A simple graphics library based on X11 or Win32

Copyright(c) Alastair Reid, 1999-2003
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerlibraries@haskell.org
Stabilityprovisional
Portabilitynon-portable (requires concurrency)
Safe HaskellNone
LanguageHaskell98

Graphics.HGL.Draw

Contents

Description

Drawing in a simple graphics library.

Synopsis

Graphics

The type Graphic, which represents an abstract drawing, is actually a special case of a Draw monad.

Graphical objects

These are ways of constructing values of type Graphic.

Graphical attributes

These are used to alter the above drawings. Brushes are used for filling shapes, pens for drawing lines.