xdot-0.2.4.7: Parse Graphviz xdot files and interactively view them using GTK and Cairo

Copyright(c) Dennis Felsing
License3-Clause BSD-style
Maintainerdennis@felsin9.de
Safe HaskellNone
LanguageHaskell2010

Graphics.XDot.Viewer

Description

This module draws the operations of an xdot graph using Cairo and Pango on a Gtk canvas.

Synopsis

Documentation

drawAll Source

Arguments

:: Eq t 
=> Object t

id of the node to highlight

-> Rectangle

dimensions of the graph, as returned by getSize

-> [(Object t, Operation)]

operations, as returned by getOperations

-> Render [(Object t, Rectangle)]

dimensions of the rendered nodes on the screen

Draw an xdot graph, possibly highlighting a node.