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

Maintainerdennis@felsin9.de
Safe HaskellNone

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 
=> 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.