Copyright | (c) Alastair Reid, 1999-2003 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | libraries@haskell.org |
Stability | provisional |
Portability | non-portable (requires concurrency) |
Safe Haskell | None |
Language | Haskell98 |
Graphics.HGL.Draw.Pen
Description
Pens, used for drawing lines.
Portability notes:
Documentation
data Pen
data Style
The style of line drawn by a pen.
Constructors
Solid | |
Dash | |
Dot | |
DashDot | |
DashDotDot | |
Null | |
InsideFrame |