Maintainer | dennis@felsin9.de |
---|---|
Safe Haskell | Safe-Inferred |
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.