Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Dot types.
- data Dot_Format
- data Dot_Options = Dot_Options {
- use_tables :: Bool
- use_attr_id :: Bool
- use_splines :: Bool
- output_format :: Dot_Format
- fix_edge_location :: Bool
- numeric_precision :: Int
- indicate_precision :: Bool
- inline_controls :: Bool
- display_control_names :: Bool
- output_directory :: FilePath
- output_file_name :: String
- dot_viewer :: String
- svg_viewer :: String
- font_name :: String
- font_size :: Int
- graph_size :: Maybe (Double, Double)
- colour_edges :: Bool
- run_viewer :: Bool
Documentation
data Dot_Options Source #
Dot options record.
Dot_Options | |
|