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
Eq Orientation | |
Ord Orientation | |
Show Orientation | |
Docable Orientation |
data Justification Source
Instances
Eq Justification | |
Show Justification | |
Docable Justification |
data MultiplePage Source
Instances
data Transparent Source
Constructors
Background | |
None | |
TransparentDefault | |
Transparent ColorSpec |
Instances
Eq Transparent | |
Show Transparent | |
Docable Transparent |
data CoordinateSystem Source
Instances
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
|
data ArrowStyle Source
Constructors
HollowArrow | |
FilledArrow |
Instances
Eq ArrowStyle | |
Ord ArrowStyle | |
Show ArrowStyle | |
Docable ArrowStyle |
Constructors
Pic | |
Fields
|
Constructors
Butt | |
CapRound | |
Projecting |
Constructors
LatexDefault | |
Roman | |
Bold | |
Italic | |
SansSerif | |
Typewriter |
Constructors