Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype FMMMLayout Source #
Instances
class (IDeletable a, ILayoutModule a) => IFMMMLayout a Source #
Instances
IFMMMLayout FMMMLayout Source # | |
Defined in OGDF.FMMMLayout.Implementation |
upcastFMMMLayout :: forall a. (FPtr a, IFMMMLayout a) => a -> FMMMLayout Source #
downcastFMMMLayout :: forall a. (FPtr a, IFMMMLayout a) => FMMMLayout -> a Source #
fMMMLayout_useHighLevelOptions :: FMMMLayout -> CBool -> IO () Source #
fMMMLayout_unitEdgeLength :: FMMMLayout -> CDouble -> IO () Source #
fMMMLayout_newInitialPlacement :: FMMMLayout -> CBool -> IO () Source #