|
TPCCLIB
|
Defined objects for TPC SVG C library. More...
#include "libtpcsvg.h"Go to the source code of this file.
Functions | |
| char * | svgColorName (const svgColor i) |
| char * | svgSymbolName (const svgSymbolType i) |
| int | svg_define_symbols (FILE *fp, char *errmsg, int verbose) |
Variables | |
| int | SVG_INLINE |
Defined objects for TPC SVG C library.
Definition in file svg_defs.c.
| int svg_define_symbols | ( | FILE * | fp, |
| char * | errmsg, | ||
| int | verbose ) |
Define the curve symbols for SVG graphics file.
| fp | SVG graphics file pointer. |
| errmsg | Char pointer to string (at least of length 128) where possible error description is copied; set to NULL if not necessary. |
| verbose | Verbose level; if zero, then nothing is printed to stderr or stdout. |
Definition at line 83 of file svg_defs.c.
Referenced by svg_initiate(), svg_start_plot_viewport(), and svg_xhtml_initiate().
| char * svgColorName | ( | const svgColor | i | ) |
Return pointer to string describing the color, or NULL if outside of limits.
| i | index of color |
Definition at line 38 of file svg_defs.c.
Referenced by plot_fit_svg(), plot_fitrange_svg(), plot_svg(), and svg_create_legends().
| char * svgSymbolName | ( | const svgSymbolType | i | ) |
Return pointer to string describing the symbol, or NULL if outside of limits.
| i | index of symbol |
Definition at line 67 of file svg_defs.c.
Referenced by plot_fit_svg(), plot_fitrange_svg(), and plot_svg().
|
extern |
Write inline SVG (1) or separate SVG file (0)
Definition at line 12 of file svg_file.c.
Referenced by svg_create_legends(), svg_create_main_title(), svg_create_xaxis_title(), svg_create_yaxis_title(), svg_define_symbols(), svg_end_coordinate_viewport(), svg_end_plot_viewport(), svg_start_coordinate_viewport(), svg_start_plot_viewport(), svg_write_axes(), svg_write_tac(), svg_write_xticks(), svg_write_yticks(), svg_xhtml_close(), and svg_xhtml_initiate().