| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Sound.SC3.UGen.Dot.HL
Description
High-level dot.
- dot :: Drawable a => a -> String
- dot_svg :: Drawable a => a -> String
- draw_with_opt :: Drawable a => Dot_Options -> a -> IO ()
- write_with_opt :: Drawable a => Dot_Options -> a -> IO ()
- draw :: Drawable a => a -> IO ()
- draw_svg :: Drawable a => a -> IO ()
- dot_options :: Dot_Options
- svg_options :: Dot_Options
Documentation
draw_with_opt :: Drawable a => Dot_Options -> a -> IO () Source #
write_with_opt :: Drawable a => Dot_Options -> a -> IO () Source #
draw_with_opt with run_viewer set to False.
dot_options :: Dot_Options Source #
Default dot format Dot_Options.
std_style dot_options
svg_options :: Dot_Options Source #
Default svg format Dot_Options.