| Safe Haskell | Safe-Inferred |
|---|
Graphics.Fig.Syntax
Description
Abstract syntax for the FIG format.
For the meaning of the different syntax elements, refer to the FIG format description (http://www.xfig.org/userman/fig-format.html) and the Xfig user interface itself.
Documentation
Constructors
| Fig | |
Fields
| |
Constructors
data Orientation Source
Instances
data MultiplePage Source
Instances
data Transparent Source
Constructors
| Background | |
| None | |
| TransparentDefault | |
| Transparent ColorSpec |
Instances
data CoordinateSystem Source
Constructors
| Color | |
Fields | |
Constructors
| Text | |
Fields
| |
| Arc ArcLine (Maybe Arrow) (Maybe Arrow) | |
| Spline SplineLine (Maybe Arrow) (Maybe Arrow) [(Integer, Integer)] [Double] | |
| Ellipse | |
Fields | |
| Compound CompoundLine [Commented Object] | |
| Polyline PolylineLine (Maybe Arrow) (Maybe Arrow) (Maybe Pic) [(Integer, Integer)] | |
Constructors
| ArcLine | |
Fields
| |
Constructors
| Common | |
Constructors
| Arrow | |
Fields
| |
Constructors
| Pic | |
Fields
| |
Constructors
| Butt | |
| CapRound | |
| Projecting |
Constructors
| LatexDefault | |
| Roman | |
| Bold | |
| Italic | |
| SansSerif | |
| Typewriter |
Constructors