1GSET_FILL_STYLE_IND(3NCARG) NCAR GRAPHICS GSET_FILL_STYLE_IND(3NCARG)
2
3
4
6 gset_fill_style_ind (Set fill are style index) - sets the fill area
7 style index.
8
10 #include <ncarg/gks.h>
11
12 void gset_fill_style_ind(Gint fill_style_ind);
13
15 fill_style_ind
16 (Input) - Specifies workstation-dependent options for hatch
17 or pattern fills. Pattern fill options are not supported
18 in NCAR Graphics. Hatch fill options are:
19
20 1 Horizontal lines (default)
21
22 2 Vertical lines
23
24 3 Lines of positive slope
25
26 4 Lines of negative slope
27
28 5 Horizontal and vertical lines
29
30 6 Lines of positive and negative slope
31
33 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
34 libraries.
35
37 Online: gfill_area(3NCARG), gset_fill_int_style(3NCARG),
38 gset_colr_rep(3NCARG), gset_fill_colr_ind(3NCARG),
39 ginq_fill_int_style(3NCARG), ginq_fill_style_ind(3NCARG),
40 areas(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
41
42 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
43 mentals, UNIX Version
44
46 Copyright (C) 1987-2007
47 University Corporation for Atmospheric Research
48
49 This documentation is free software; you can redistribute it and/or
50 modify it under the terms of the GNU General Public License as pub‐
51 lished by the Free Software Foundation; either version 2 of the
52 License, or (at your option) any later version.
53
54 This software is distributed in the hope that it will be useful, but
55 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
56 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
57 Public License for more details.
58
59 You should have received a copy of the GNU General Public License along
60 with this software; if not, write to the Free Software Foundation,
61 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
62
63
64
65
66UNIX March 1993 GSET_FILL_STYLE_IND(3NCARG)