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-2007
49 University Corporation for Atmospheric Research
50
51 This documentation is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as pub‐
53 lished by the Free Software Foundation; either version 2 of the
54 License, or (at your option) any later version.
55
56 This software is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
58 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
59 Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with this software; if not, write to the Free Software Foundation,
63 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67UNIX March 1993 GSFAIS(3NCARG)