1Labelbar_params(3NCARG) NCAR GRAPHICS Labelbar_params(3NCARG)
2
3
4
6 Labelbar_params - This document briefly describes all Labelbar internal
7 parameters.
8
10 Labelbar has six internal parameters, each of which affects the
11 behavior of LBLBAR in a particular way. The current value of one of
12 these parameters may be retrieved by calling either LBGETI or LBGETR
13 and the value of one of them may be reset by calling either LBSETI or
14 LBSETR.
15
16 Parameter descriptions, in alphabetical order, of all Labelbar internal
17 parameters follow. Each description begins with a line giving the
18 parameter name and the intrinsic FORTRAN type of the parameter.
19
20 'CBL' - Integer
21 Color of box lines. The default value is -1.
22
23 'CFL' - Integer
24 Color of fill lines. The default value is -1.
25
26 'CLB' - Integer
27 Color of labels. The default value is -1.
28
29 'WBL' - Real
30 Width of box lines. The default value is 0.
31
32 'WFL' - Real
33 Width of fill lines. The default value is 0.
34
35 'WLB' - Real
36 Width of label lines. The default value is 0.
37
38 Each of the "color" parameters may be given a negative value to
39 indicate that color is unspecified; in this case, the color of an
40 object drawn will be that specified by the current polyline color index
41 (in the case of box lines and fill lines) or the current text color
42 index (in the case of labels). A value which is zero or greater
43 specifies the color index to be used.
44
45 Each of the "width" parameters may be given a value of zero or less to
46 indicate that line width is unspecified; in this case, the line width
47 used to draw an object will be that specified by the current polyline
48 width scale factor. Note that setting polyline width before drawing
49 the labels does affect their appearance; this is because labels are
50 drawn by calls to the routine PLCHHQ, which strokes out characters
51 using lines.
52
54 Online: lbgeti, lbgetr, lbseti, lbsetr
55
56 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
57
59 Copyright (C) 1987-2007
60 University Corporation for Atmospheric Research
61
62 This documentation is free software; you can redistribute it and/or
63 modify it under the terms of the GNU General Public License as
64 published by the Free Software Foundation; either version 2 of the
65 License, or (at your option) any later version.
66
67 This software is distributed in the hope that it will be useful, but
68 WITHOUT ANY WARRANTY; without even the implied warranty of
69 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
70 General Public License for more details.
71
72 You should have received a copy of the GNU General Public License along
73 with this software; if not, write to the Free Software Foundation,
74 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
75
76
77
78UNIX March 1993 Labelbar_params(3NCARG)