1GSLN(3NCARG) NCAR GRAPHICS GSLN(3NCARG)
2
3
4
6 GSLN (Set line type) - sets the line type to solid or various dashed
7 patterns.
8
10 CALL GSLN (LTYPE)
11
13 #include <ncarg/gks.h>
14
15 void gset_linetype(Gint linetype);
16
18 LTYPE (Integer, Input) - The type of polyline to be drawn.
19 Options are:
20
21 < 0 Implementation dependent (not used in NCAR GKS-0A)
22
23 1 Solid line (default)
24
25 2 Dashed line
26
27 3 Dotted line
28
29 4 Dashed dotted line
30
31 ≥ 5 Reserved for registration or future standardization
32 (not used in NCAR GKS-0A)
33
35 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
36
38 Online: gpl, gslwsc, gscr, gsplci, gqln, gqlwsc, gqplci, dashline,
39 gset_linetype
40
41 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
42 mentals, UNIX Version
43
45 Copyright (C) 1987-2007
46 University Corporation for Atmospheric Research
47
48 This documentation is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as pub‐
50 lished by the Free Software Foundation; either version 2 of the
51 License, or (at your option) any later version.
52
53 This software is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
55 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
56 Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this software; if not, write to the Free Software Foundation,
60 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64UNIX March 1993 GSLN(3NCARG)