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