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-2009
46 University Corporation for Atmospheric Research
47 The use of this Software is governed by a License Agreement.
48
49
50
51UNIX March 1993 AGCHIL(3NCARG)