1GSFAIS(3NCARG) NCAR GRAPHICS GSFAIS(3NCARG)
2
3
4
6 GSFAIS (Set fill area interior style) - sets the fill style of polygons
7 drawn with GFA.
8
10 CALL GSFAIS (INTS)
11
13 #include <ncarg/gks.h>
14
15 void gset_fill_int_style(Gfill_int_style fill_int_style);
16
18 INTS (Integer, Input) - Gives the style of fill to be used in
19 subsequent calls to the GFA output primitive. Options are:
20
21 0 Hollow fill (the default)
22
23 1 Solid fill
24
25 2 Pattern fill (not implemented in NCAR GKS).
26
27 3 Hatch fill
28
30 For fill style "Hatch", GSFASI should be used to specify the type of
31 hatch pattern used (horizontal lines, vertical lines, etc.)
32
33 Note: If you call GFA and generate an output graphic only to find that
34 you have a closed curve with no fill, you probably have allowed the
35 fill choice to default to hollow fill (no fill).
36
38 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
39
41 Online: gfa, gsfasi, gscr, gsfaci, gqfais, gqfasi, areas,
42 gset_fill_int_style
43
44 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
45 mentals, UNIX Version
46
48 Copyright (C) 1987-2009
49 University Corporation for Atmospheric Research
50 The use of this Software is governed by a License Agreement.
51
52
53
54UNIX March 1993 GSFAIS(3NCARG)