Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
node_attrs Struct Reference

Data Fields

unsigned int flags
 
double x
 
double y
 
double w
 
double h
 
char * type
 
char * image
 
char * fill
 
char * outline
 
char * width
 
char * outlineStyle
 
char * fontColor
 
char * fontSize
 
char * fontName
 

Detailed Description

Definition at line 55 of file gv2gml.c.

Field Documentation

◆ fill

char* node_attrs::fill

Definition at line 64 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ flags

unsigned int node_attrs::flags

Definition at line 56 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ fontColor

char* node_attrs::fontColor

Definition at line 69 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ fontName

char* node_attrs::fontName

Definition at line 71 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ fontSize

char* node_attrs::fontSize

Definition at line 70 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ h

double node_attrs::h

Definition at line 61 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ image

char* node_attrs::image

Definition at line 63 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ outline

char* node_attrs::outline

Definition at line 65 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ outlineStyle

char* node_attrs::outlineStyle

Definition at line 67 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ type

char* node_attrs::type

Definition at line 62 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ w

double node_attrs::w

Definition at line 60 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ width

char* node_attrs::width

Definition at line 66 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ x

double node_attrs::x

Definition at line 58 of file gv2gml.c.

Referenced by emitNodeAttrs().

◆ y

double node_attrs::y

Definition at line 59 of file gv2gml.c.

Referenced by emitNodeAttrs().


The documentation for this struct was generated from the following file: