~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to tclpkg/gv/gv_ruby.n

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH GV_RUBY N "10 November 2007"
 
1
.TH GV_RUBY N "10 March 2008"
2
2
 
3
3
.SH NAME
4
4
 
297
297
.TP
298
298
\fBRemove graph objects\fR
299
299
.br
300
 
\fBGv.rm\fR \fI(graph_handle);\fR
301
 
.br
302
 
\fBGv.rm\fR \fI(node_handle);\fR
303
 
.br
304
 
\fBGv.rm\fR \fI(edge_handle);\fR
 
300
\fIbool\fR \fBGv.rm\fR \fI(graph_handle);\fR
 
301
.br
 
302
\fIbool\fR \fBGv.rm\fR \fI(node_handle);\fR
 
303
.br
 
304
\fIbool\fR \fBGv.rm\fR \fI(edge_handle);\fR
305
305
.br
306
306
.TP
307
307
\fBLayout\fR
309
309
.TP
310
310
Annotate a graph with layout attributes and values using a specific layout engine
311
311
.br
312
 
\fBGv.layout\fR \fI(graph_handle, engine);\fR
 
312
\fIbool\fR \fBGv.layout\fR \fI(graph_handle, engine);\fR
313
313
.br
314
314
.TP
315
315
\fBRender\fR
317
317
.TP
318
318
Render a layout into attributes of the graph
319
319
.br
320
 
\fBGv.render\fR \fI(graph_handle);\fR
 
320
\fIbool\fR \fBGv.render\fR \fI(graph_handle);\fR
321
321
.br
322
322
.TP
323
323
Render a layout in a specific format
324
324
.br
325
 
\fBGv.render\fR \fI(graph_handle, format);\fR
326
 
.br
327
 
\fBGv.render\fR \fI(graph_handle, format, filename);\fR
328
 
.br
329
 
\fBGv.render\fR \fI(graph_handle, format, channel);\fR
 
325
\fIbool\fR \fBGv.render\fR \fI(graph_handle, format);\fR
 
326
.br
 
327
\fIbool\fR \fBGv.render\fR \fI(graph_handle, format, filename);\fR
 
328
.br
 
329
\fIbool\fR \fBGv.render\fR \fI(graph_handle, format, channel);\fR
330
330
.br
331
331
\fIstring\fR \fBGv.renderdata\fR \fI(graph_handle, format);\fR
332
332
.br
333
333
.TP
334
334
Writing graph back to file
335
335
.br
336
 
\fBGv.write\fR \fI(graph_handle, channel);\fR
 
336
\fIbool\fR \fBGv.write\fR \fI(graph_handle, channel);\fR
337
337
.br
338
 
\fBGv.write\fR \fI(graph_handle, filename);\fR
 
338
\fIbool\fR \fBGv.write\fR \fI(graph_handle, filename);\fR
339
339
.br
340
340
 
341
341
.SH KEYWORDS