~ubuntu-branches/ubuntu/maverick/ploticus/maverick

« back to all changes in this revision

Viewing changes to man/manpl/rect

  • Committer: Bazaar Package Importer
  • Author(s): James W. Penny
  • Date: 2002-04-10 23:02:04 UTC
  • Revision ID: james.westby@ubuntu.com-20020410230204-64em4ns2f57c5u3l
Tags: 2.0.3-1
* The "That Tears it, Now You Have to Update Docs Package" Release.
* New upstream release (well, not so new :-( )   closes: Bug#137578
* Correct missing libpng2-dev in build-depends.  closes: Bug#142205
* Use correct syntax to:
* close URL type.                                closes: Bug#137577
* fix Architecture                               closes: Bug#141657
* close ITP                                      closes: Bug#132878

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.ig >>
 
2
<STYLE TYPE="text/css">
 
3
<!--
 
4
        A:link{text-decoration:none}
 
5
        A:visited{text-decoration:none}
 
6
        A:active{text-decoration:none}
 
7
-->
 
8
</STYLE>
 
9
<title>ploticus: proc rect</title>
 
10
<body bgcolor=D0D0EE vlink=0000FF>
 
11
<br>
 
12
<br>
 
13
<center>
 
14
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
 
15
<td>
 
16
  <table cellpadding=2 width=550><tr>
 
17
  <td><br><h2>proc rect</h2></td>
 
18
  <td align=right>
 
19
  <small>
 
20
  <a href="../doc/Welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
 
21
  <a href="../doc/Welcome.html">Welcome</a> &nbsp; &nbsp;
 
22
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
 
23
  <a href="../doc/Contents.html">Handbook</a> 
 
24
  <td></tr></table>
 
25
</td></tr>
 
26
<td>
 
27
<br>
 
28
<br>
 
29
.>>
 
30
 
 
31
.TH proc_rect PL "04-MAR-2002   PL ploticus.sourceforge.net"
 
32
 
 
33
.SH DESCRIPTION
 
34
\fBproc rect\fR may be used to produce a rectangle at a given
 
35
location in scale or absolute space.
 
36
The rectangle may be filled with color, and can have optional outline,
 
37
bevel, or drop shadow.
 
38
.LP
 
39
This proc was formerly named \fBproc bevelrect\fR.
 
40
 
 
41
.ig >>
 
42
<br><br><br>
 
43
.>>
 
44
 
 
45
.SH EXAMPLE
 
46
Gallery 
 
47
.ig >>
 
48
<a href="../gallery/loglog.htm">
 
49
.>>
 
50
\0loglog
 
51
.ig >>
 
52
</a>
 
53
.>>
 
54
 
 
55
.ig >>
 
56
<br><br><br>
 
57
.>>
 
58
 
 
59
.SH MANDATORY ATTRIBUTES
 
60
.LP
 
61
\fBrectangle\fR \fIx1 y1 x2 y2\fR
 
62
.IP
 
63
Specify the rectangle.  
 
64
X1, y1 is lower left; x2, y2 is upper right.
 
65
Values are 
 
66
.ig >>
 
67
<a href="attributetypes.html#positionunits">
 
68
.>>
 
69
\0position units
 
70
.ig >>
 
71
</a>
 
72
.>>
 
73
(assumed to be in absolute
 
74
space unless followed immediately by \fC(s)\fR which indicates
 
75
scaled space).
 
76
 
 
77
.ig >>
 
78
<br><br><br>
 
79
.>>
 
80
 
 
81
.SH OPTIONAL ATTRIBUTES
 
82
.LP
 
83
\fBcolor\fR 
 
84
.ig >>
 
85
<a href="color.html">
 
86
.>>
 
87
\0color
 
88
.ig >>
 
89
</a>
 
90
.>>
 
91
.IP
 
92
Rectangle to be filled with this color.  Default is \fCdullyellow\fR.
 
93
 
 
94
.LP
 
95
\fBoutline\fR
 
96
.ig >>
 
97
<a href="attributetypes.html#linedetails">
 
98
.>>
 
99
\0linedetails
 
100
.ig >>
 
101
</a>
 
102
.>>
 
103
.IP
 
104
Specifies rectangle outline.  Default is \fCnone\fR.
 
105
 
 
106
.LP
 
107
\fBbevelsize\fR \fIn\fR
 
108
.IP
 
109
Width of bevel area, in 
 
110
.ig >>
 
111
<a href="attributetypes.html#positionunits">
 
112
.>>
 
113
\0absolute units.
 
114
.ig >>
 
115
</a>
 
116
.>>
 
117
Default is \fC0.0\fR (no bevel).
 
118
 
 
119
.LP
 
120
\fBshadowsize\fR \fIn\fR
 
121
.IP
 
122
Width of visible drop shadow in absolute units.  
 
123
Default is \fC0.0\fR (no drop shadow).
 
124
 
 
125
 
 
126
.LP
 
127
\fBhibevelcolor\fR 
 
128
.ig >>
 
129
<a href="color.html">
 
130
.>>
 
131
\0color
 
132
.ig >>
 
133
</a>
 
134
.>>
 
135
.IP
 
136
Color of upper and lefttmost bevels.  Default is \fCgray(0.6)\fR
 
137
 
 
138
.LP
 
139
\fBlowbevelcolor\fR 
 
140
.ig >>
 
141
<a href="color.html">
 
142
.>>
 
143
\0color
 
144
.ig >>
 
145
</a>
 
146
.>>
 
147
.IP
 
148
Color of lower and rightmost bevels.  Default is \fCgray(0.8)\fR
 
149
 
 
150
.LP
 
151
\fBshadowcolor\fR 
 
152
.ig >>
 
153
<a href="color.html">
 
154
.>>
 
155
\0color
 
156
.ig >>
 
157
</a>
 
158
.>>
 
159
.IP
 
160
Color of drop shadow.  Default is \fCblack\fR.
 
161
 
 
162
.ig >>
 
163
<br>
 
164
<br>
 
165
</td></tr>
 
166
<td align=right>
 
167
<a href="../doc/Welcome.html">
 
168
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
 
169
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
 
170
<br>
 
171
<br>
 
172
<center>
 
173
<img src="../gallery/all.gif">
 
174
</center>
 
175
</td></tr>
 
176
</table>
 
177
.>>