File: graphdraw.1

package info (click to toggle)
ivtools 0.6.2-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 10,236 kB
  • ctags: 31,595
  • sloc: ansic: 137,968; makefile: 20,655; cpp: 14,588; sh: 169
file content (48 lines) | stat: -rw-r--r-- 2,330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH graphdraw 1
.SH NAME
graphdraw \- directed graph editor derived from drawtool
.SH SYNOPSIS
.B graphdraw 
.I ['X-params'] [file]
.SH DESCRIPTION
graphdraw implements a graph (node/edge) editor.  graphdraw adds two new
graphical objects to idraw/drawtool: an elliptical shaped node and a
directed edge represented as an arrow line.  Two new tools to create
these objects are provided at the bottom of the toolbar.  The Node
tool (selectable by the 'N' key) takes a single mouse click and
creates a new graph node at the click location.  The Edge tool
(selectable by the 'E' key) lets you drag a line to create a new graph
edge.  If an edge is drawn from or to an existing node, it will
connect itself to the node(s) and maintain that connectivity during
any later movement of nodes or edges.  The Move tool will move edges
or nodes, rubberbanding the rest of the graph, and redrawing any
connected edges to maintain graph connectivity and edge alignment.
.PP
Nodes contain a (initially empty) text string which can be edited by
applying the Alter tool to a node.  A single click on a node while on the
Alter tool will create a text cursor, possibly within an existing text
string, and allow editing of the text via the usual Emacs editing commands.
A click outside the text terminates editing and causes the new text to
be centered within the node.
.PP
For Node and Edge objects, the Selection highlight mechanism has also been
changed from the usual drawing of "handles" around a graphical object to
a red foreground color.  When Nodes or Edges are selected, they turn red
instead of handles being drawn around them.
.PP
graphdraw documents are saved/restored in a readable text file.  Some of
the tokens used in the text file are specific to graphdraw (and possibly
any program derived from graphdraw).  graph drawings can be exported to
other idraw/drawtool applications via the "Export Graphic" command
(under the File menu).  This generates Postscript in a format that
idraw can read back in, and programs like drawtool can import via
"Import Graphic" (under the file menu).
.PP
A Tools menu has been added to the set of pull-down menus to allow
switching between a graph editing toolbar and a generic graphics
editing toolbar.  
.SH SEE ALSO
	drawtool, idraw

.SH WEB PAGE
	http://www.vectaport.com/ivtools/graphdraw.html