=charset ( graphviz-obj val -- graphviz-obj' )


Vocabulary
graphviz.notation

Definition
IN: graphviz.notation

GENERIC# =charset 1 ( graphviz-obj val -- graphviz-obj' )


Methods
USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =charset present >>charset ;


USING: accessors graphviz graphviz.attributes graphviz.notation
kernel present ;

M: graph =charset
<graph-attributes> swap present >>charset add ;


USING: accessors graphviz graphviz.attributes graphviz.notation
kernel present ;

M: subgraph =charset
<graph-attributes> swap present >>charset add ;