| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IGraph.Exporter.GEXF
Contents
Documentation
Constructors
| NodeAttr | |
Fields
| |
Instances
| Eq NodeAttr Source # | |
| Read NodeAttr Source # | |
| Show NodeAttr Source # | |
| Generic NodeAttr Source # | |
| Serialize NodeAttr Source # | |
| Hashable NodeAttr Source # | |
| type Rep NodeAttr Source # | |
type Rep NodeAttr = D1 (MetaData "NodeAttr" "IGraph.Exporter.GEXF" "haskell-igraph-0.4.0-CfTwDLXd5oEKyAvzmHPN6K" False) (C1 (MetaCons "NodeAttr" PrefixI True) ((S1 (MetaSel (Just "_size") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: (S1 (MetaSel (Just "_nodeColour") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (AlphaColour Double)) :*: S1 (MetaSel (Just "_nodeLabel") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String))) :*: (S1 (MetaSel (Just "_positionX") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: (S1 (MetaSel (Just "_positionY") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: S1 (MetaSel (Just "_nodeZindex") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))))) | |
Constructors
| EdgeAttr | |
Fields
| |
Instances
| Eq EdgeAttr Source # | |
| Read EdgeAttr Source # | |
| Show EdgeAttr Source # | |
| Generic EdgeAttr Source # | |
| Serialize EdgeAttr Source # | |
| Hashable EdgeAttr Source # | |
| type Rep EdgeAttr Source # | |
type Rep EdgeAttr = D1 (MetaData "EdgeAttr" "IGraph.Exporter.GEXF" "haskell-igraph-0.4.0-CfTwDLXd5oEKyAvzmHPN6K" False) (C1 (MetaCons "EdgeAttr" PrefixI True) ((S1 (MetaSel (Just "_edgeLabel") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String) :*: S1 (MetaSel (Just "_edgeColour") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (AlphaColour Double))) :*: (S1 (MetaSel (Just "_edgeWeight") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: (S1 (MetaSel (Just "_edgeArrowLength") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: S1 (MetaSel (Just "_edgeZindex") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))))) | |