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

Maintainerdennis@felsin9.de
Safe HaskellSafe-Infered

Graphics.XDot.Viewer

Description

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

Synopsis

Documentation

drawAllSource

Arguments

:: Eq t 
=> Maybe t

id of the node to highlight

-> Rectangle

dimensions of the graph, as returned by getSize

-> [(Maybe t, Operation)]

operations, as returned by getOperations

-> Render [(t, Rectangle)]

dimensions of the rendered nodes on the screen

Draw an xdot graph, possibly highlighting a node.