1AGCHIL(3NCARG) NCAR GRAPHICS AGCHIL(3NCARG)
2
3
4
6 AGCHIL - Provides a way for the user to change the color, intensity,
7 text style, etc., of the informational labels.
8
10 SUBROUTINE AGCHIL (IFLG,LBNM,LNNO)
11
13 IFLG (an input expression of type INTEGER) is zero if a
14 particular object is about to be drawn, non-zero if it has
15 just been drawn.
16
17 LBNM (an input expression of type CHARACTER) is the name of the
18 label being drawn.
19
20 LNNO (an input expression of type INTEGER) is the number of the
21 line being drawn.
22
24 This routine is not called by the user program, but by Autograph
25 itself, just before and just after each informational-label line is
26 drawn. The default version does nothing. The user may supply his own
27 version to change the appearance of selected lines of text.
28
29 Note: A user version of AGCHIL should not call any other Autograph
30 routine.
31
33 To use AGCHIL, load the NCAR Graphics libraries ncarg, ncarg_gks, and
34 ncarg_c, preferably in that order.
35
37 Online: autograph, agback, agbnch, agchax, agchcu, agchnl, agcurv,
38 agdshn, aggetc, aggetf, aggeti, aggetp, aggetr, agpwrt, agrstr, agsave,
39 agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol, anotat, displa,
40 ezmxy, ezmy, ezxy, ezy
41
42 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
43
45 Copyright (C) 1987-2007
46 University Corporation for Atmospheric Research
47
48 This documentation is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as
50 published by the Free Software Foundation; either version 2 of the
51 License, or (at your option) any later version.
52
53 This software is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
56 General Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this software; if not, write to the Free Software Foundation,
60 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64UNIX March 1993 AGCHIL(3NCARG)