Scroll to navigation

GSET_ASFS(3NCARG) NCAR GRAPHICS GSET_ASFS(3NCARG)

NAME

gset_asfs - (Set aspect source flags) - Sets the aspect source flags that determine whether primitive attributes are to be selected from individual settings or from "bundle tables".

SYNOPSIS

#include <ncarg/gks.h>

void gset_asfs(const Gasfs *list_asf);

DESCRIPTION

(input) - A structure of settings for the thirteen attributes:
Linetype
Linewidth scale factor
Polyline color index
Marker type
Marker size scale factor
Polymarker color index
Text font and precision
Character expansion factor
Character spacing
Text color index
Fill area interior style
Fill area style index
Fill area color index

Each value of list_asf is of either GASF_BUNDLED (for "bundled") or GASF_INDIV (for "individual").

USAGE

In NCAR Graphics all attribute aspect source flags are defaulted to GASF_INDIV (all values for list_asf are "1"). It is advised that for dependable results when using NCAR Graphics these values remain in their default settings. Some GKS packages default these values to GASF_BUNDLED, so, if one expects to use such a package, it would be precautionary to call gset_asfs to set all aspect source flags to GASF_INDIV before calling other GKS functions.

ACCESS

To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.

SEE ALSO

Online: ginq_asfs(3NCARG), gset_linetype(3NCARG), gset_linewidth(3NCARG), gset_line_colr_ind(3NCARG), gset_marker_type(3NCARG), gset_marker_size(3NCARG), gset_marker_colr_ind(3NCARG), gset_text_font_prec(3NCARG), gset_char_expan(3NCARG), gset_text_font_prec(3NCARG), gset_text_colr_ind(3NCARG), gset_fill_int_style(3NCARG), gset_fill_style_ind(3NCARG), gset_fill_colr_ind(3NCARG), ginq_linetype(3NCARG), ginq_linewidth(3NCARG), ginq_line_colr_ind(3NCARG), ginq_marker_type(3NCARG), ginq_marker_size(3NCARG), ginq_marker_colr_ind(3NCARG), ginq_text_font_prec(3NCARG), ginq_char_expan(3NCARG), ginq_text_font_prec(3NCARG), ginq_text_colr_ind(3NCARG), ginq_fill_int_style(3NCARG), ginq_fill_style_ind(3NCARG), ginq_fill_colr_ind(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)

Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version

COPYRIGHT

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.

March 1993 UNIX