Graphics Libraries (HGL package)ContentsIndex
Graphics.HGL.Draw
Portabilitynon-portable (requires concurrency)
Stabilityprovisional
Maintainerlibraries@haskell.org
Contents
Graphics
Graphical objects
Graphical attributes
Description
Drawing in a simple graphics library.
Synopsis
module Graphics.HGL.Draw.Monad
module Graphics.HGL.Draw.Picture
module Graphics.HGL.Draw.Text
module Graphics.HGL.Draw.Region
module Graphics.HGL.Draw.Brush
module Graphics.HGL.Draw.Pen
module Graphics.HGL.Draw.Font
Graphics
The type Graphic, which represents an abstract drawing, is actually a special case of a Draw monad.
module Graphics.HGL.Draw.Monad
Graphical objects
These are ways of constructing values of type Graphic.
module Graphics.HGL.Draw.Picture
module Graphics.HGL.Draw.Text
module Graphics.HGL.Draw.Region
Graphical attributes
These are used to alter the above drawings. Brushes are used for filling shapes, pens for drawing lines.
module Graphics.HGL.Draw.Brush
module Graphics.HGL.Draw.Pen
module Graphics.HGL.Draw.Font
Produced by Haddock version 0.7