|
Graphviz
2.31.20130522.0446
|

Go to the source code of this file.
| enum format_type |
Definition at line 27 of file gvrender_core_map.c.
| char* xml_string | ( | char * | str | ) |
| char* xml_url_string | ( | char * | str | ) |
{
{FORMAT_ISMAP, "ismap:map", 1, NULL, &device_features_map_nopoly},
{FORMAT_CMAP, "cmap:map", 1, NULL, &device_features_map},
{FORMAT_IMAP, "imap:map", 1, NULL, &device_features_map},
{FORMAT_CMAPX, "cmapx:map", 1, NULL, &device_features_map},
{FORMAT_IMAP, "imap_np:map", 1, NULL, &device_features_map_nopoly},
{FORMAT_CMAPX, "cmapx_np:map", 1, NULL, &device_features_map_nopoly},
{0, NULL, 0, NULL, NULL}
}
Definition at line 329 of file gvrender_core_map.c.
{
{FORMAT_ISMAP, "map", 1, &map_engine, &render_features_map},
{0, NULL, 0, NULL, NULL}
}
Definition at line 324 of file gvrender_core_map.c.
1.7.5