~ubuntu-branches/ubuntu/intrepid/tcm/intrepid

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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
.TH TDPD 1 "2 February 2000"
.SH NAME
tdpd \- Tool for UML Deployment Diagrams
.SH SYNOPSIS
.B tdpd
.RI [ options ]
.RI [ document ]
.SH DESCRIPTION
\fItdpd\fP
is an X11/Motif based graphical editor for drawing UML deployment
diagrams. Documents can be loaded from and stored to a file. It can print
documents to a PostScript printer or save as PostScript to a file.

\fItdpd\fP is part of \fIThe Toolkit for Conceptual Modeling (TCM)\fP.

.SH ARGUMENTS
You can call \fItdpd\fP with a single document name as argument. 
If this argument is an existing file then \fItdpd\fP
tries to load a document from it. If it does not exist, a new document
is created with the argument as document name. \fItdpd\fP files should
have suffix '*.dpd'.

Without a document argument, \fItdpd\fP creates a new 
empty deployment diagram with the name 'untitled.dpd'.

In addition to the standard X11 toolkit options (see X11(7)), \fItdpd\fP accepts
the options listed below:
.TP
.B \-drawing \fIwidth\fPx\fIheight\fP
Create a drawing area of \fIwidth\fP pixels wide and
\fIheight\fP pixels high.
.TP
.B \-help
Write all available options to standard output and quit.
.TP
.B \-maxdrawing \fIwidth\fPx\fIheight\fP
The drawing area can not be larger than \fIwidth\fP pixels wide and
\fIheight\fP pixels high.
.TP
.B \-priv_cmap 
Start the editor with a private colormap.
.TP
.B \-projdir \fIdirectory\fP 
Set the project directory (current working directory) to \fIdirectory\fP.
.TP
.B \-toPS [\fIfile\fP.ps]
Generate PostScript (to \fIfile\fP.ps or stdout when no file name was
given) and quit.
.TP
.B \-toEPS [\fIfile\fP.eps]
Generate EPS (to \fIfile\fP.eps or stdout when no file name was 
given) and quit.
.TP
.B \-toFig [\fIfile\fP.fig] [-latex]
Generate Fig format (to \fIfile\fP.fig or stdout when no file name was
given and quit. When the -latex option is given, LaTeX fonts are
generated, otherwise normal PostScript fonts are generated.
The Fig format can be read by xfig(1) and fig2dev(1).
.TP
.B \-toPNG \fIfile\fP.png
Generate PNG format to \fIfile\fP.png and quit.
.TP
.B \-toPS [\fIfile\fP.ps]
Generate PostScript (to \fIfile\fP.ps or stdout when no file name was
given) and quit.
.TP
.B \-version
Write the TCM version to standard output and quit.

.SH ENVIRONMENT
The \fBTCM_HOME\fP environment variable should be the directory
where the TCM files are installed.

.TP
.B PATH   
Should include $TCM_HOME/bin
.TP
.B MANPATH
Should include $TCM_HOME/man
.TP
.B PRINTER
Name of the default printer that is used by \fItdpd\fP.
.TP
.B LD_LIBRARY_PATH
Should include $TCM_HOME/lib when the distribution contains shared
object libraries in $TCM_HOME/lib.

.SH FILES
The following relative files are relative to $TCM_HOME.
.TP
\fIbin/tdpd\fP 
the deployment diagram editor.
.TP
\fIbin/psf\fP 
a program to filter PostScript output.
.TP
\fIlib/banner.ps\fP
PostScript banner page that can be used when the printer
does not print a banner page.
.TP
\fIlib/help/*\fP
The help directory contains a collection of text files for
the on-line help.
.TP
\fIlib/TCM\fP
X Resources (the same as the ones that are built-in).
You can customize the fonts and colors by setting resources
in your X defaults database.  Each string of the form
``TCM.resource:definition'' sets a resource.
.TP
.I /tmp/tcmXXXXXX
Pseudo random temporary file, for PostScript output.
.TP
\fIlib/tcm.conf\fP
TCM editor configuration file. This file contains values
for some of the editor defaults like the page size, the default 
fonts etc. This file is read by each editor upon startup.
.TP
\fI$HOME/.tcmrc\fP
Each user of TCM can override some of the options of tcm.conf
its own configuration file, installed in $HOME/.tcmrc.


.SH SEE ALSO
Frank Dehne, Roel Wieringa and Henk van de Zandschulp -- 
TCM (Toolkit for Conceptual Modeling),
User's Guide and Reference.
This document is available as PostScript and HTML
in $TCM_HOME/doc or as HTML via the URL
http://www.cs.utwente.nl/~tcm/tcm-usersguide.html.

tcm(1), X11(7), xfig(1), fig2dev(1)

.SH AUTHOR
Frank Dehne (frank@cs.vu.nl).

.SH BUGS
Please send bug reports to tcm@cs.utwente.nl.