[ The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

library(graphviz)

Interface to Graphviz Graph Drawing Programs from AT&T

Predicates

view_graph(+Graph)
Display a given graph in a window (using default options)
view_graph(+Graph, +Options)
Display a given graph in a window
write_graph(+Graph, +File)
Write a picture of a graph as a postscript file
write_graph(+Graph, +File, +Format)
Write a picture of a graph as a file of a given format
write_graph(+Graph, +File, +Format, +Options)
Write a picture of a graph as a file of a given format

Description

This library provides an interface to the Graphviz Graph Drawing Programs from AT&T. Graphviz is subject to the following notice:

This product contains certain software code or other information ("AT&T Software") proprietary to AT&T Corp. ("AT&T"). The AT&T Software is provided to you "AS IS". YOU ASSUME TOTAL RESPONSIBILITY AND RISK FOR USE OF THE AT&T SOFTWARE. AT&T DOES NOT MAKE, AND EXPRESSLY DISCLAIMS, ANY EXPRESS OR IMPLIED WARRANTIES OF ANY KIND WHATSOEVER, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WARRANTIES OF TITLE OR NON-INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS, ANY WARRANTIES ARISING BY USAGE OF TRADE, COURSE OF DEALING OR COURSE OF PERFORMANCE, OR ANY WARRANTY THAT THE AT&T SOFTWARE IS "ERROR FREE" OR WILL MEET YOUR REQUIREMENTS.

About


Generated from graphviz.eci on Sat Aug 7 01:44:42 2004