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