Handbook
Glossary
=fontcolor ( 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#:
=fontcolor
1
( graphviz-obj val -- graphviz-obj' )
Methods
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
edge-attributes
=fontcolor
present
>>fontcolor
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
edge
=fontcolor
present
over
attributes>>
fontcolor<<
;
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
graph-attributes
=fontcolor
present
>>fontcolor
;
USING:
accessors
graphviz
graphviz.attributes
graphviz.notation
kernel
present
;
M:
graph
=fontcolor
<graph-attributes>
swap
present
>>fontcolor
add
;
USING:
accessors
graphviz.attributes
graphviz.notation
present
;
M:
node-attributes
=fontcolor
present
>>fontcolor
;
USING:
accessors
graphviz
graphviz.notation
kernel
present
;
M:
node
=fontcolor
present
over
attributes>>
fontcolor<<
;
USING:
accessors
graphviz
graphviz.attributes
graphviz.notation
kernel
present
;
M:
subgraph
=fontcolor
<graph-attributes>
swap
present
>>fontcolor
add
;