Handbook
Glossary
=fontname ( graphviz-obj val -- graphviz-obj' )
Vocabulary
graphviz
.
notation
Inputs
graphviz-obj
an
object
val
an
object
Outputs
graphviz-obj'
an
object
Definition
IN:
graphviz.notation
GENERIC#:
=fontname
1
( graphviz-obj val -- graphviz-obj' )
Methods
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
edge-attributes
=fontname
present
>>fontname
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
edge
=fontname
present
over
attributes>>
fontname<<
;
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
graph-attributes
=fontname
present
>>fontname
;
USING:
accessors
graphviz
graphviz.attributes
graphviz.notation
kernel
present
;
M:
graph
=fontname
<graph-attributes>
swap
present
>>fontname
add
;
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
node-attributes
=fontname
present
>>fontname
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=fontname
present
over
attributes>>
fontname<<
;
USING:
accessors
graphviz
graphviz.attributes
graphviz.notation
kernel
present
;
M:
subgraph
=fontname
<graph-attributes>
swap
present
>>fontname
add
;