1GSFASI(3NCARG) NCAR GRAPHICS GSFASI(3NCARG)
2
3
4
6 GSFASI (Set fill are style index) - sets the fill area style index.
7
9 CALL GSFASI (STYLI)
10
12 #include <ncarg/gks.h>
13
14 void gset_fill_style_ind(Gint fill_style_ind);
15
17 STYLI (Integer, Input) - Specifies workstation-dependent options
18 for hatch or pattern fills. Pattern fill options are not
19 supported in NCAR Graphics. Hatch fill options are:
20
21 1 Horizontal lines (default)
22
23 2 Vertical lines
24
25 3 Lines of positive slope
26
27 4 Lines of negative slope
28
29 5 Horizontal and vertical lines
30
31 6 Lines of positive and negative slope
32
34 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
35
37 Online: gfa, gsfais, gscr, gsfaci, gqfais, gqfasi, areas,
38 gset_fill_style_ind
39
40 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
41
43 Copyright (C) 1987-2009
44 University Corporation for Atmospheric Research
45
46 The use of this Software is governed by a License Agreement.
47
48
49
50UNIX March 1993 GSFASI(3NCARG)