| Copyright | (c) Dennis Felsing |
|---|---|
| License | 3-Clause BSD-style |
| Maintainer | dennis@felsin9.de |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Graphics.XDot.Types
Description
This module contains various types used to represent xdot parameters.
Documentation
type Rectangle = (Double, Double, Double, Double) Source #
A rectangle, x and y position, width and height.
Alignment of text.
Constructors
| LeftAlign | |
| CenterAlign | |
| RightAlign |
An object an operation can belong to.