OGDF-1.0.0.1: Haskell binding to OGDF
Safe HaskellSafe-Inferred
LanguageHaskell2010

OGDF.GraphAttributes

Documentation

newtype GraphAttributes Source #

Instances

Instances details
IGraphAttributes GraphAttributes Source # 
Instance details

Defined in OGDF.GraphAttributes.Implementation

Show GraphAttributes Source # 
Instance details

Defined in OGDF.GraphAttributes.RawType

FPtr GraphAttributes Source # 
Instance details

Defined in OGDF.GraphAttributes.RawType

Associated Types

type Raw GraphAttributes #

Eq GraphAttributes Source # 
Instance details

Defined in OGDF.GraphAttributes.RawType

Ord GraphAttributes Source # 
Instance details

Defined in OGDF.GraphAttributes.RawType

IDeletable GraphAttributes Source # 
Instance details

Defined in OGDF.GraphAttributes.Implementation

Methods

delete :: GraphAttributes -> IO () #

Castable GraphAttributes (Ptr RawGraphAttributes) Source # 
Instance details

Defined in OGDF.GraphAttributes.Cast

type Raw GraphAttributes Source # 
Instance details

Defined in OGDF.GraphAttributes.RawType

class IDeletable a => IGraphAttributes a where Source #

Methods

boundingBox :: a -> IO DRect Source #

Instances

Instances details
IGraphAttributes GraphAttributes Source # 
Instance details

Defined in OGDF.GraphAttributes.Implementation