|
Graphviz 14.0.3~dev.20251028.0232
|
#include <xdot.h>
Data Fields | |
| double | x |
| double | y |
| xdot_align | align |
| double | width |
| char * | text |
| xdot_align xdot_text::align |
Definition at line 93 of file xdot.h.
Referenced by EmbedText(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
| char* xdot_text::text |
Definition at line 95 of file xdot.h.
Referenced by EmbedText(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
| double xdot_text::width |
Definition at line 94 of file xdot.h.
Referenced by EmbedText(), jsonXDot_Op(), parseOp(), printXDot_Op(), and write_xdot().
| double xdot_text::x |
Definition at line 92 of file xdot.h.
Referenced by EmbedText(), emit_xdot(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
| double xdot_text::y |
Definition at line 92 of file xdot.h.
Referenced by EmbedText(), emit_xdot(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().