Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OGDF.GraphAttributes.Implementation
Contents
Documentation
newGraphAttributes :: (IGraph c0, FPtr c0) => c0 -> CLong -> IO GraphAttributes Source #
graphAttributes_fillColor :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO Color Source #
graphAttributes_fillBgColor :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO Color Source #
graphAttributes_x :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_y :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_width :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_height :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_bends :: (IEdgeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (List DPoint) Source #
graphAttributes_label :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO CppString Source #
graphAttributeslabelE :: (IEdgeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO CppString Source #
graphAttributes_xLabel :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
graphAttributes_yLabel :: (INodeElement c0, FPtr c0) => GraphAttributes -> c0 -> IO (Ptr CDouble) Source #
Orphan instances
IGraphAttributes GraphAttributes Source # | |
Methods boundingBox :: GraphAttributes -> IO DRect Source # | |
IDeletable GraphAttributes Source # | |
Methods delete :: GraphAttributes -> IO () # |