Portability | non-portable (requires concurrency) |
---|---|
Stability | provisional |
Maintainer | libraries@haskell.org |
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 |