| Safe Haskell | Safe-Inferred |
|---|
Graphics.Fig.Values
Description
Translations between integer or string values and data types.
This (internal) module converts between the character encodings of the FIG
files and the primitive types of Graphics.Fig.Syntax (PaperSize,
CoordinateSystem, etc.).
Documentation
begin_color :: [Char]Source
begin_ellipse :: [Char]Source
begin_polyline :: [Char]Source
begin_spline :: [Char]Source
begin_text :: [Char]Source
begin_compound :: [Char]Source
begin_comment :: [Char]Source
end_compound :: [Char]Source
header_version :: [Char]Source
toOrientation :: [Char] -> Either [Char] OrientationSource
toMultiplePage :: [Char] -> Either [Char] MultiplePageSource
toTransparent :: Integer -> Either [Char] TransparentSource
toArrowStyle :: Integer -> Either [Char] ArrowStyleSource