Graphviz 13.0.0~dev.20241220.2304
|
#include <xdot.h>
Data Fields | |
double | x |
double | y |
xdot_align | align |
double | width |
char * | text |
xdot_align xdot_text::align |
Definition at line 96 of file xdot.h.
Referenced by EmbedText(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
char* xdot_text::text |
Definition at line 98 of file xdot.h.
Referenced by EmbedText(), freeXOpData(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().
double xdot_text::width |
Definition at line 97 of file xdot.h.
Referenced by EmbedText(), jsonXDot_Op(), parseOp(), printXDot_Op(), and write_xdot().
double xdot_text::x |
Definition at line 95 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 95 of file xdot.h.
Referenced by EmbedText(), emit_xdot(), jsonXDot_Op(), parseOp(), printXDot_Op(), write_xdot(), and xdotBB().