Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class IDeletable a => ILayoutModule a where Source #
Instances
ILayoutModule FMMMLayout Source # | |
Defined in OGDF.FMMMLayout.Implementation call :: (IGraphAttributes c0, FPtr c0) => FMMMLayout -> c0 -> IO () Source # | |
ILayoutModule SugiyamaLayout Source # | |
Defined in OGDF.SugiyamaLayout.Implementation call :: (IGraphAttributes c0, FPtr c0) => SugiyamaLayout -> c0 -> IO () Source # |