Graphviz 13.0.0~dev.20241220.2304
|
#include <types.h>
Data Fields | |
bool | filled: 1 |
bool | radial: 1 |
bool | rounded: 1 |
bool | diagonals: 1 |
bool | auxlabels: 1 |
bool | invisible: 1 |
bool | striped: 1 |
bool | dotted: 1 |
bool | dashed: 1 |
bool | wedged: 1 |
bool | underline: 1 |
bool | fixedshape: 1 |
unsigned | shape: 7 |
bool graphviz_polygon_style_t::auxlabels |
Definition at line 132 of file types.h.
Referenced by style_or().
bool graphviz_polygon_style_t::dashed |
Definition at line 136 of file types.h.
Referenced by style_or().
bool graphviz_polygon_style_t::diagonals |
Definition at line 131 of file types.h.
Referenced by checkStyle(), poly_gencode(), round_corners(), SPECIAL_CORNERS(), and style_or().
bool graphviz_polygon_style_t::dotted |
Definition at line 135 of file types.h.
Referenced by style_or().
bool graphviz_polygon_style_t::filled |
Definition at line 128 of file types.h.
Referenced by checkClusterStyle(), checkStyle(), emit_clusters(), poly_gencode(), record_gencode(), and style_or().
bool graphviz_polygon_style_t::fixedshape |
Definition at line 139 of file types.h.
Referenced by poly_inside(), and style_or().
bool graphviz_polygon_style_t::invisible |
Definition at line 133 of file types.h.
Referenced by checkStyle(), point_gencode(), and style_or().
bool graphviz_polygon_style_t::radial |
Definition at line 129 of file types.h.
Referenced by checkClusterStyle(), checkStyle(), emit_background(), emit_clusters(), poly_gencode(), record_gencode(), and style_or().
bool graphviz_polygon_style_t::rounded |
Definition at line 130 of file types.h.
Referenced by checkClusterStyle(), checkStyle(), emit_clusters(), poly_gencode(), record_gencode(), round_corners(), SPECIAL_CORNERS(), and style_or().
unsigned graphviz_polygon_style_t::shape |
Definition at line 140 of file types.h.
Referenced by alloc_interpolation_points(), round_corners(), SPECIAL_CORNERS(), and style_or().
bool graphviz_polygon_style_t::striped |
Definition at line 134 of file types.h.
Referenced by checkClusterStyle(), checkStyle(), emit_clusters(), poly_gencode(), and style_or().
bool graphviz_polygon_style_t::underline |
Definition at line 138 of file types.h.
Referenced by poly_gencode(), and style_or().
bool graphviz_polygon_style_t::wedged |
Definition at line 137 of file types.h.
Referenced by checkStyle(), poly_gencode(), and style_or().