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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
<html>
<head>
<!-- This file has been generated by unroff 1.0, 03/04/02 12:05:38. -->
<!-- Do not edit! -->
<STYLE TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:active{text-decoration:none}
-->
</STYLE>
<title>ploticus: proc rect</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
<td>
<table cellpadding=2 width=550><tr>
<td><br><h2>proc rect</h2></td>
<td align=right>
<small>
<a href="../doc/Welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
<a href="../doc/Welcome.html">Welcome</a>
<a href="../gallery/index.html">Gallery</a>
<a href="../doc/Contents.html">Handbook</a>
<td></tr></table>
</td></tr>
<td>
<br>
<br>
<title>Manual page for proc_rect(PL)</title>
</head>
<body>
<h2>DESCRIPTION</h2>
<b>proc rect</b> may be used to produce a rectangle at a given
location in scale or absolute space.<tt> </tt>
The rectangle may be filled with color, and can have optional outline,
bevel, or drop shadow.<tt> </tt>
<p>
This proc was formerly named <b>proc bevelrect</b>.<tt> </tt>
<br><br><br>
<h2>EXAMPLE</h2>
Gallery
<a href="../gallery/loglog.htm">
loglog
</a>
<br><br><br>
<h2>MANDATORY ATTRIBUTES</h2>
<p>
<b>rectangle</b> <i>x1 y1 x2 y2</i>
<dl>
<dt><dd><p>
Specify the rectangle.
X1, y1 is lower left; x2, y2 is upper right.<tt> </tt>
Values are
<a href="attributetypes.html#positionunits">
position units
</a>
(assumed to be in absolute
space unless followed immediately by <tt>(s)</tt> which indicates
scaled space).<tt> </tt>
<br><br><br>
</dl>
<h2>OPTIONAL ATTRIBUTES</h2>
<p>
<b>color</b>
<a href="color.html">
color
</a>
<dl>
<dt><dd><p>
Rectangle to be filled with this color. Default is <tt>dullyellow</tt>.<tt> </tt>
</dl>
<p>
<b>outline</b>
<a href="attributetypes.html#linedetails">
linedetails
</a>
<dl>
<dt><dd><p>
Specifies rectangle outline. Default is <tt>none</tt>.<tt> </tt>
</dl>
<p>
<b>bevelsize</b> <i>n</i>
<dl>
<dt><dd><p>
Width of bevel area, in
<a href="attributetypes.html#positionunits">
absolute units.<tt> </tt>
</a>
Default is <tt>0.0</tt> (no bevel).<tt> </tt>
</dl>
<p>
<b>shadowsize</b> <i>n</i>
<dl>
<dt><dd><p>
Width of visible drop shadow in absolute units.
Default is <tt>0.0</tt> (no drop shadow).<tt> </tt>
</dl>
<p>
<b>hibevelcolor</b>
<a href="color.html">
color
</a>
<dl>
<dt><dd><p>
Color of upper and lefttmost bevels. Default is <tt>gray(0.6)</tt>
</dl>
<p>
<b>lowbevelcolor</b>
<a href="color.html">
color
</a>
<dl>
<dt><dd><p>
Color of lower and rightmost bevels. Default is <tt>gray(0.8)</tt>
</dl>
<p>
<b>shadowcolor</b>
<a href="color.html">
color
</a>
<dl>
<dt><dd><p>
Color of drop shadow. Default is <tt>black</tt>.<tt> </tt>
<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/Welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif">
</center>
</td></tr>
</table>
</dl>
<p><hr>
Markup created by <em>unroff</em> 1.0, <tt> </tt> <tt> </tt>March 04, 2002.
</body>
</html>
|