hubigraph-0.3.2: A haskell wrap for Ubigraph
Graphics.Ubigraph.Base
type Hubigraph = ReaderT Ubigraph IOSource
data Ubigraph Source
Constructors
Fields
type VertexID = IntSource
type EdgeID = IntSource
type Edge = (VertexID, VertexID)Source
type Color = StringSource
data Shape Source
Instances
data Stroke Source
class Attr a whereSource
Methods
toPair :: a -> (String, String)Source
data VAttr Source
data EAttr Source
type StyleID = IntSource
runHubigraph :: ReaderT r m a -> r -> m aSource
initHubigraph :: Monad m => String -> m UbigraphSource